Repository logo
Communities & Collections
All of DSpace
  • English
  • العربية
  • বাংলা
  • Català
  • Čeština
  • Deutsch
  • Ελληνικά
  • Español
  • Suomi
  • Français
  • Gàidhlig
  • हिंदी
  • Magyar
  • Italiano
  • Қазақ
  • Latviešu
  • Nederlands
  • Polski
  • Português
  • Português do Brasil
  • Srpski (lat)
  • Српски
  • Svenska
  • Türkçe
  • Yкраї́нська
  • Tiếng Việt
Log In
New user? Click here to register.Have you forgotten your password?
  1. Home
  2. Browse by Author

Browsing by Author "Acici, Koray"

Filter results by typing the first few letters
Now showing 1 - 14 of 14
  • Results Per Page
  • Sort Options
  • No Thumbnail Available
    Item
    An Analysis Tool that Detects The Code Caves in Specified Sizes for Portable Executable Files
    (2022) Ugurlu, Guney; Acici, Koray; 0000-0002-3821-6419; HDM-9910-2022
    Code caves represent sequential null bytes in portable executable files and are particularly used in reverse engineering. With the help of code caves, the execution flow of the program can be changed, and different codes can be injected into the compiled programs. In the sections in the PE files, it is determined manually whether there is a code cave suitable for the size of the code to be injected. This paper presents the analysis tool named CodeCaveFinder. It finds in detail whether the code caves of the user desired size are in the sections of the PE file. As a result of tests, it has been proven that CodeCaveFinder gives accurate and reliable results.
  • No Thumbnail Available
    Item
    Categorization Of Alzheimer's Disease Stages Using Deep Learning Approaches With Mcnemar's Test
    (Başkent Üniversitesi Mühendislik Fakültesi, 2024-03-13) Sener, Begum; Acici, Koray; Sumer, Emre
    Early diagnosis is crucial in Alzheimer's disease both clinically and for preventing the rapid progression of the disease. Early diagnosis with awareness studies of the disease is of great importance in terms of controlling the disease at an early stage. Additionally, early detection can reduce treatment costs associated with the disease. A study has been carried out on this subject to have the great importance of detecting Alzheimer's disease at a mild stage and being able to grade the disease correctly. This study's dataset consisting of MRI images from the Alzheimer's Disease Neuroimaging Initiative (ADNI) was split into training and testing sets, and deep learning -based approaches were used to obtain results. The dataset consists of three classes: Alzheimer's disease (AD), Cognitive Normal (CN), and Mild Cognitive Impairment (MCI). The achieved results showed an accuracy of 98.94% for CN vs AD in the one vs one (1 vs 1) classification with the EfficientNetB0 model and 99.58% for AD vs CNMCI in the one vs All (1 vs All) classification with AlexNet model. In addition, in the study, an accuracy of 98.42% was obtained with the EfficientNet121 model in MCI vs CN classification. These results indicate the significant potential for mild stage Alzheimer's disease detection of Alzheimer's disease. Early detection of the disease in the mild stage is a critical factor in preventing the progression of Alzheimer's disease. In addition, a variant of the non -parametric statistical McNemar's Test was applied to determine the statistical significance of the results obtained in the study. Statistical significance of 1 vs 1 and 1 vs all classifications were obtained for EfficientNetB0, DenseNet, and AlexNet models.
  • No Thumbnail Available
    Item
    Comparison of Different Machine Learning Approaches to Detect Femoral Neck Fractures in X-Ray Images
    (2021) Acici, Koray; Sumer, Emre; Beyaz, Salih; 0000-0002-3821-6419; 0000-0001-8502-9184; 0000-0002-5788-5116; AGA-5711-2022; K-8820-2019
    Femoral neck fractures are a serious health problem, especially in the elderly population. Misdiagnosis leads to improper treatment and adversely affects the quality of life of the patients. On the other hand, when looking from the perspective of orthopedic surgeons, their workload increases during the pandemic, and the rates of correct diagnosis may decrease with fatigue. Therefore, it becomes essential to help healthcare professionals diagnose correctly and facilitate treatment planning. The main purpose of this study is to develop a framework to detect fractured femoral necks in PXRs (Pelvic X-ray, Pelvic Radiographs) while also researching how different machine learning approaches affect different data distributions. Conventional, LBP (Local Binary Patterns), and HOG (Histogram of Gradients) features were extracted manually from gray-level images to feed the canonical machine learning classifiers. Gray-level and three-channel images were used as inputs to extract the features automatically by CNNs (Convolutional Neural Network). LSTMs (Long Short-Term Memory) and BILSTMs (Bidirectional Long Short-Term Memory) were fed by automatically extracted features. Metaheuristic optimization algorithms, GA (Genetic Algorithm) and PSO (Particle Swarm Optimization), were utilized to optimize hyper-parameters such as the number of the feature maps and the size of the filters in the convolutional layers of the CNN architecture. The majority voting was applied to the results of the different classifiers. For the imbalanced dataset, the best performance was achieved by the 2-layer LSTM architecture that used features extracted from the fifth max-pooling layer of the CNN architecture optimized by GA. For the balanced dataset, the best performance was obtained by the CNN architecture optimized by PSO in terms of the Kappa evaluation metric. Although metaheuristic optimization algorithms such as GA and PSO do not guarantee the optimal solution, they can improve the performance on a not extremely imbalanced dataset especially in terms of sensitivity and Kappa evaluation metrics. On the other hand, for a balanced dataset, more reliable results can be obtained without using metaheuristic optimization algorithms but including them can result in an acceptable agreement in terms of the Kappa metric.
  • No Thumbnail Available
    Item
    Comparison of Similarity Metrics in Microarray Experiment Retrieval
    (2015) Acici, Koray; Ogul, Hasan; 0000-0002-3821-6419; HDM-9910-2022
    Content-based retrieval of biological experiments is a recent challenge in bioinformatics. The task is to search in a database using a query-by-example without any meta-data annotation. In this study, for retrieving relevant microRNA experiments from microarray repositories, performance evaluation of known similarity metrics was conducted to compare experiment fingerprints. It was shown that Spearman correlation coefficient outperformed others by comparison on real datasets. This result shows that ranks of fingerprint values are more important than the exact values in experiment fingerprint.
  • No Thumbnail Available
    Item
    Femoral neck fracture detection in X-ray images using deep learning and genetic algorithm approaches
    (2020) Beyaz, Salih; Acici, Koray; Sumer, Emre; 0000-0002-5788-5116; 32584712; K-8820-2019
    Objectives: This study aims to detect frontal pelvic radiograph femoral neck fracture using deep learning techniques. Patients and methods: This retrospective study was conducted between January 2013 and January 2018. A total of 234 frontal pelvic X-ray images collected from 65 patients (32 males, 33 females; mean age 74.9 years; range, 33 to 89 years) were augmented to 2106 images to achieve a satisfactory dataset. A total of 1,341 images were fractured femoral necks while 765 were non-fractured ones. The proposed convolutional neural network (CNN) architecture contained five blocks, each containing a convolutional layer, batch normalization layer, rectified linear unit, and maximum pooling layer. After the last block, a dropout layer existed with a probability of 0.5. The last three layers of the architecture were a fully connected layer of two classes, a softmax layer and a classification layer that computes cross entropy loss. The training process was terminated after 50 epochs and an Adam Optimizer was used. Learning rate was dropped by a factor of 0.5 on every five epochs. To reduce overfitting, regularization term was added to the weights of the loss function. The training process was repeated for pixel sizes 50x50, 100x100, 200x200, and 400x400. The genetic algorithm (GA) approach was employed to optimize the hyperparameters of the CNN architecture and to minimize the error after testing the model created by the CNN architecture in the training phase. Results: Performance in terms of sensitivity, specificity, accuracy, F1 score, and Cohen's kappa coefficient were evaluated using five-fold cross validation tests. Best performance was obtained when cropped images were rescaled to 50x50 pixels. The kappa metric showed more reliable classifier performance when 50x50 pixels image size was used to feed the CNN. The classifier performance was more reliable according to other image sizes. Sensitivity and specificity rates were computed to be 83% and 73%, respectively. With the inclusion of the GA, this rate increased by 1.6%. The detection rate of fractured bones was found to be 83%. A kappa coefficient of 55% was obtained, indicating an acceptable agreement. Conclusion: This experimental study utilized deep learning techniques in the detection of bone fractures in radiography. Although the dataset was unbalanced, the results can be considered promising. It was observed that use of smaller image size decreases computational cost and provides better results according to evaluation metrics.
  • No Thumbnail Available
    Item
    Inferring Microarray Relevance By Enrichment Of Chemotherapy Resistance-Based MicroRNA Sets
    (2015) Acici, Koray; Ogul, Hasan; 0000-0002-3821-6419; HDM-9910-2022
    Inferring relevance between microarray experiments stored in a gene expression repository is a helpful practice for biological data mining and information retrieval studies. In this study, we propose a knowledge-based approach for representing microarray experiment content to be used in such studies. The representation scheme is specifically designed for inferring a disease-associated relevance of microRNA experiments. A group of annotated microRNA sets based on their chemotherapy resistance are used for a statistical enrichment analysis over observed expression data. A query experiment is then represented by a single dimensional vector of these enrichment statistics, instead of raw expression data. According to the results, new representation scheme can provide a better retrieval performance than traditional differential expression-based representation.
  • No Thumbnail Available
    Item
    Information Retrieval in Metal Music Sub Genres
    (2017) Acici, Koray; Asuroglu, Tunc; Ogul, Hasan; 0000-0003-4153-0764; HDM-9910-2022; AAC-7834-2020
    Digital music platforms use meta-data based information retrieval systems for offering songs to users for their own taste of music. According to this system, songs that are labeled by other users are compared to songs that user listened and similar labeled songs are retrived in the process. In this situtation, information retrieval is independent from song content and subjective. To achieve objectivity, content based information retrieval systems are needed. In this study, a content-based music retrieval system based on one dimensional local binary pattern features which are extracted from audio data is proposed. Instead of retrieving different music genres, retrieval is applied on metal music sub-genres which have not been studied before and results are reported.
  • Thumbnail Image
    Item
    Integrating features for accelerometer-based activity recognition
    (2016) Erdas, C.Berke; Atasoy, Isil; Acici, Koray; Ogul, Hasan; 0000-0003-3467-9923
    Activity recognition is the problem of predicting the current action of a person through the motion sensors worn on the body. The problem is usually approached as a supervised classification task where a discriminative model is learned from known samples and a new query is assigned to a known activity label using learned model. The challenging issue here is how to feed this classifier with a fixed number of features where the real input is a raw signal of varying length. In this study, we consider three possible feature sets, namely time-domain, frequency domain and wavelet-domain statistics, and their combinations to represent motion signal obtained from accelerometer reads worn in chest through a mobile phone. In addition to a systematic comparison of these feature sets, we also provide a comprehensive evaluation of some preprocessing steps such as filtering and feature selection. The results determine that feeding a random forest classifier with an ensemble selection of most relevant time-domain and frequency-domain features extracted from raw data can provide the highest accuracy in a real dataset. (C) 2016 The Authors. Published by Elsevier B.V.
  • No Thumbnail Available
    Item
    Machine Learning Based Orthodontic Treatment Planning for Mixed Dentition Borderline Cases Suffering from Moderate to Severe Crowding: An Experimental Research Study
    (2023) Senirkentli, G. Burcu; Bingol, Sinem Ince; Unal, Metehan; Bostanci, Erkan; Guzel, Mehmet Serdar; Acici, Koray; 36970921
    BACKGROUND: Pedodontists and general practitioners may need support in planning the early orthodontic treatment of patients with mixed dentition, especially in borderline cases. The use of machine learning algorithms is required to be able to consistently make treatment decisions for such cases. OBJECTIVE: This study aimed to use machine learning algorithms to facilitate the process of deciding whether to choose serial extraction or expansion of maxillary and mandibular dental arches for early treatment of borderline patients suffering from moderate to severe crowding. METHODS: The dataset of 116 patients who were previously treated by senior orthodontists and divided into two groups according to their treatment modalities were examined. Machine Learning algorithms including Multilayer Perceptron, Linear Logistic Regression, k-nearest Neighbors, Naive Bayes, and Random Forest were trained on this dataset. Several metrics were used for the evaluation of accuracy, precision, recall, and kappa statistic. RESULTS: The most important 12 features were determined with the feature selection algorithm. While all algorithms achieved over 90% accuracy, Random Forest yielded 95% accuracy, with high reliability values (kappa = 0.90). CONCLUSION: The employment of machine learning methods for the treatment decision with or without extraction in the early treatment of patients in the mixed dentition can be particularly useful for pedodontists and general practitioners.
  • No Thumbnail Available
    Item
    Parkinson's Disease Monitoring from Gait Analysis via Foot-Worn Sensors
    (2018) Asuroglu, Tunc; Acici, Koray; Erdas, Cagatay Berke; Toprak, Munire Kilinc; Erdem, Hamit; Ogul, Hasan; https://orcid.org/0000-0002-3821-6419; https://orcid.org/0000-0001-7979-0276; AAC-7834-2020; HDM-9910-2022; AAJ-8674-2021
    Background: In Parkinson's disease (PD), neuronal loss in the substantia nigra ultimate in dopaminergic denervation of the stiratum is followed by disarraying of the movements' preciseness, automatism, and agility. Hence, the seminal sign of PD is a change in motor performance of affected individuals. As PD is a neurodegenerative disease, progression of disability in mobility is an inevitable consequence. Indeed, the major cause of morbidity and mortality among patients with PD is the motor changes restricting their functional independence. Therefore, monitoring the manifestations of the disease is crucial to detect any worsening of symptoms timely, in order to maintain and improve the quality of life of these patients. Aim: The changes in motion of patients with PD can be ascertained by the help of wearable sensors attached to the limbs of subjects. Then analysing the recorded data for variation of signals would make it possible to figure an individualized profile of the disease. Advancement of such tools would improve understanding of the disease evolution in the long term and simplify the detection of precipitous changes in gait on a daily basis in the short term. In both cases the apperception of such events would contribute to improve the clinical decision making process with reliable data. To this end, we offer here a computational solution for effective monitoring of PD patients from gait analysis via multiple foot-worn sensors. Methods: We introduce a supervised model that is fed by ground reaction force (GRF) signals acquired from these gait sensors. We offer a hybrid model, called Locally Weighted Random Forest (LWRF), for regression analysis over the numerical features extracted from input signals to predict the severity of PD symptoms in terms of Universal Parkinson Disease Rating Scale (UPDRS) and Hoehn and Yahr (H&Y) scale. From GRF signals sixteen time-domain features and seven frequency-domain features were extracted and used. Results and conclusion: An experimental analysis conducted on a real data acquired from PD patients and healthy controls has shown that the predictions are highly correlated with the clinical annotations. Proposed approach for severity detection has the best correlation coefficient (CC), mean absolute error (MAE) and root mean squared error (RMSE) values with 0.895, 4.462 and 7.382 respectively in terms of UPDRS. The regression results for H&Y Scale discerns that proposed model outperforms other models with CC, MAE and RMSE with values 0.960, 0.168 and 0.306 respectively. In classification setup, proposed approach achieves higher accuracy in comparison with other studies with accuracy and specificity of 99.0% and 99.5% respectively. Main novelty of this approach is the fact that an exact value of the symptom level can be inferred rather than a categorical result that defines the severity of motor disorders. (C) 2018 Nalecz Institute of Biocybernetics and Biomedical Engineering of the Polish Academy of Sciences. Published by Elsevier B.V. All rights reserved.
  • No Thumbnail Available
    Item
    A Random Forest Method to Detect Parkinson's Disease via Gait Analysis
    (2017) Acici, Koray; Erdas, Cagatay Berke; Asuroglu, Tunc; Toprak, Munire Kilinc; Erdem, Hamit; Ogul, Hasan; 0000-0001-7979-0276; 0000-0003-4153-0764; 0000-0002-3821-6419; 0000-0003-3467-9923; AAJ-8674-2021; AAC-7834-2020; ITV-2441-2023; HDM-9910-2022
    Remote care and telemonitoring have become essential component of current geriatric medicine. Intelligent use of wireless sensors is a major issue in relevant computational studies to realize these concepts in practice. While there has been a growing interest in recognizing daily activities of patients through wearable sensors, the efforts towards utilizing the streaming data from these sensors for clinical practices are limited. Here, we present a practical application of clinical data mining from wearable sensors with a particular objective of diagnosing Parkinson's Disease from gait analysis through a sets of ground reaction force (GRF) sensors worn under the foots. We introduce a supervised learning method based on Random Forests that analyze the multi-sensor data to classify the person wearing these sensors. We offer to extract a set of time-domain and frequency-domain features that would be effective in distinguishing normal and diseased people from their gait signals. The experimental results on a benchmark dataset have shown that proposed method can significantly outperform the previous methods reported in the literature.
  • No Thumbnail Available
    Item
    Retrieving Relevant Experiments: The Case of MicroRNA Microarrays
    (2015) Acici, Koray; Terzi, Yunus Kasim; Ogul, Hasan; 0000-0001-5612-9696; 0000-0002-3821-6419; 26116091; B-4372-2018; HDM-9910-2022
    Content-based retrieval of biological experiments in large public repositories is a recent challenge in computational biology and bioinformatics. The task is, in general, to search in a database using a query-by-example without any experimental meta-data annotation. Here, we consider a more specific problem that seeks a solution for retrieving relevant microRNA experiments from microarray repositories. A computational framework is proposed with this objective. The framework adapts a normal-uniform mixture model for identifying differentially expressed microRNAs in microanay profiling experiments. A rank-based thresholding scheme is offered to binarize real-valued experiment fingerprints based on differential expression. An effective similarity metric is introduced to compare categorical fingerprints, which in turn infers the relevance between two experiments. Two different views of experimental relevance are evaluated, one for disease association and another for embryonic germ layer, to discern the retrieval ability of the proposed model. To the best of our knowledge, the experiment retrieval task is investigated for the first time in the context of microRNA microarrays. (C) 2015 Elsevier Ireland Ltd. All rights reserved.
  • No Thumbnail Available
    Item
    A Reverse Engineering Tool that Directly Injects Shellcodes to the Code Caves in Portable Executable Files
    (2022) Acici, Koray; Ugurlu, Guney; 0000-0002-3821-6419; HDM-9910-2022
    Code caves are used in cybersecurity and reverse engineering and describe the space in a PE file that consists of sequential and random unused or empty bytes. Malware writers and hackers design malwares to inject shellcode into these code caves and can create backdoors on computers through to the shellcodes they inject. Apart from malicious use, the benefits of injecting code into code caves should also be considered. When software developers develop new software, they can use code caves and code injection to make minor changes to the compiled software. With the reverse engineering tool we developed named CodeCaveInjection, we demonstrated how to inject shell codes with 2 different methods and made this process easier.
  • No Thumbnail Available
    Item
    Texture of Activities: Exploiting Local Binary Patterns for Accelerometer Data Analysis
    (2016) Asuroglu, Tunc; Acici, Koray; Erdas, Cagatay Berke; Ogul, Hasan; 0000-0003-4153-0764; 0000-0002-3821-6419; 0000-0003-3467-9923; AAC-7834-2020; HDM-9910-2022
    Recognition of activities through wearable sensors such as accelerometers is a recent challenge in pervasive and ubiquitous computing. The problem is often considered as a classification task where a set of descriptive features are extracted from input signal to feed a machine learning classifier. A major issue ignored so far in these studies is the incorporation of locally embedded features that could indeed be informative in describing the main activity performed by the individual being experimented. To close this gap, we offer here adapting Local Binary Pattern (LBP) approach, which is frequently used in identifying textures in images, in one-dimensional space of accelerometer data. To this end, we exploit the histogram of LPB found in each axes of input accelerometer signal as a feature set to feed a k-Nearest Neighbor classifier. The experiments on a benchmark dataset have shown that the proposed method can outperform some previous methods.

| Başkent Üniversitesi | Kütüphane | Açık Bilim Politikası | Açık Erişim Politikası | Rehber |

DSpace software copyright © 2002-2026 LYRASIS

  • Privacy policy
  • End User Agreement
  • Send Feedback
Repository logo COAR Notify