Scopus İndeksli Yayınlar Koleksiyonu
Permanent URI for this collectionhttps://hdl.handle.net/20.500.12573/395
Browse
8 results
Search Results
Article Time Distributed Classification of Alzheimer’s Disease on MRI Scans(John Wiley and Sons Ltd, 2026) Dundar, Mehmet Sait; Yilmaz, BulentThe diagnosis of Alzheimer's disease (AD) has progressively depended on sophisticated neuroimaging methods alongside cognitive assessments. This study combines volumetric feature analysis with computational modeling techniques, focusing on spatial and temporal analysis, to categorize individuals as cognitively normal (CN), mild cognitive impairment (MCI), or AD using magnetic resonance imaging (MRI) data. In the initial phase, volumetric changes, comprising cortical thickness, white matter, grey matter, cerebrospinal fluid, and total intracranial volume, were derived from the Alzheimer's Disease Neuroimaging Initiative (ADNI) dataset utilizing the CAT12 toolbox in statistical parametric mapping (SPM). Linear regression was utilized on these variables over time to create slopes that reflect volumetric change rates, which then served as inputs for machine learning classifiers. The slopes of cortical thickness exhibited the greatest classification accuracy, reaching 82.5% with a random forest model for differentiating AD from CN individuals. During the second phase, a deep learning methodology was utilized, relying solely on the MRI scans and excluding the outcomes from the first phase. A pre-trained 3D ResNet-101 convolutional neural network (CNN) model extracted spatial characteristics from MRI volumes, whereas long short-term memory (LSTM) networks recorded temporal dynamics across subsequent annual scans. This hybrid CNN-LSTM design markedly improved classification performance, attaining 96.7% accuracy for AD against CN and enhancing the distinction of MCI cases. Nonetheless, discrepancies in MCI categorization were chiefly ascribed to the restricted access to annual MRI data and the model's pre-training on CN and AD cohorts. These findings highlight the potential of integrating volumetric statistical analysis with deep learning for automated AD categorization. This work enhances neuroimaging diagnostic methods by utilizing both spatial and temporal MRI data, enabling early diagnosis and better evaluation of disease development.Article Citation - WoS: 22Citation - Scopus: 29Medical Infrared Thermal Image Based Fatty Liver Classification Using Machine and Deep Learning(Taylor & Francis Ltd, 2023-01-10) Ozdil, Ahmet; Yilmaz, BulentNon-alcoholic fatty liver disease (NAFLD) causes accumulation of excess fat in the liver affecting people who drink little to no alcohol. Non-alcoholic steatohepatitis (NASH) is an aggressive form of fatty liver disease (inflammation in the liver), may progress to cirrhosis and liver failure. Liver function tests, ultrasound (US) and magnetic resonance imaging (MRI) are used to help diagnose and monitor liver disease or damage. In this study, the feasibility of medical infrared thermal imaging (MITI) in automatic detection of NAFLD was investigated, and 167 MITI images (44 positive) from 32 patients (7 positive) were evaluated using image processing and classification methods. Convolutional neural network (CNN) architectures and texture analysis methods were used in the feature selection phase. After feature selection and binary classification, the highest values from different setups for recall, f-score, specificity, accuracy, and area-under-curve (AUC) were 1.00, 1.00, 0.83, 1.0, 0.94, and 0.92, respectively. The highest values were achieved by CNN based methods on different datasets, however, texture analysis method performed lower. Here, it is shown that some of the CNN architectures have high potential on extracting features from thermal images. Finally, machine and deep learning approaches can be combined in detecting NAFLD using infrared thermal images.Article Citation - WoS: 8Citation - Scopus: 10Lung Cancer Subtype Differentiation From Positron Emission Tomography Images(Tubitak Scientific & Technological Research Council Turkey, 2020-01-27) Ayyildiz, Oguzhan; Aydin, Zafer; Yilmaz, Bulent; Karacavus, Seyhan; Senkaya, Kubra; Icer, Semra; Kaya, Eser; Taşdemir, ArzuLung cancer is one of the deadly cancer types, and almost 85% of lung cancers are nonsmall cell lung cancer (NSCLC). In the present study we investigated classification and feature selection methods for the differentiation of two subtypes of NSCLC, namely adenocarcinoma (ADC) and squamous cell carcinoma (SqCC). The major advances in understanding the effects of therapy agents suggest that future targeted therapies will be increasingly subtype specific. We obtained positron emission tomography (PET) images of 93 patients with NSCLC, 39 of which had ADC while the rest had SqCC. Random walk segmentation was applied to delineate three-dimensional tumor volume, and 39 texture features were extracted to grade the tumor subtypes. We examined 11 classifiers with two different feature selection methods and the effect of normalization on accuracy. The classifiers we used were the k-nearest-neighbor, logistic regression, support vector machine, Bayesian network, decision tree, radial basis function network, random forest, AdaBoostM1, and three stacking methods. To evaluate the prediction accuracy we performed a leave-one-out cross-validation experiment on the dataset. We also considered optimizing certain hyperparameters of these models by performing 10-fold cross-validation separately on each training set. We found that the stacking ensemble classifier, which combines a decision tree, AdaBoostM1, and logistic regression methods by a metalearner, was the most accurate method for detecting subtypes of NSCLC, and normalization of feature sets improved the accuracy of the classification method.Article Citation - Scopus: 5Hyperplastic and Tubular Polyp Classification Using Machine Learning and Feature Selection(Elsevier B.V., 2024) Doǧan, Refika Sultan; Akay, Ebru; Doǧan, Serkan; Yilmaz, BulentPurpose: The aim of this study is to develop an effective approach for differentiating between hyperplastic and tubular adenoma colon polyps, which is one of the most difficult tasks in colonoscopy procedures. The main research challenge is how to improve the classification of these polyp subtypes applying various focusing levels on the polyp images, data preprocessing approaches, and classification algorithms. Methods: This study employed 202 colonoscopy videos from a total of 201 patients, focusing on 59 videos containing hyperplastic and tubular adenoma polyps. Manually extract key frames and several feature extraction and classification techniques were applied. The influence of different datasets with various focuses as well as data preprocessing steps on the performance of classification was examined, and AUC values were calculated using ten classifiers. Results: The study discovered that the optimal dataset, data preprocessing method, and classification algorithm all had significant effects on classification results. The Random Forest model with the Recursive Feature Elimination (RFE) feature selection approach, for example, consistently outperformed other models and achieved the highest AUC value of 0.9067. In terms of accuracy, F1 score, recall, and AUC, the suggested model outperformed a gastroenterologist, nevertheless precision remained slightly lower. Conclusion: This study emphasizes the importance of dataset selection, data preprocessing, and feature selection in enhancing the classification of difficult colon polyp subtypes. The suggested model offers a promising model for the clinical differentiation of hyperplastic and tubular adenoma polyps, potentially improving diagnostic accuracy in gastroenterology. © 2024 Elsevier B.V., All rights reserved.Conference Object Citation - WoS: 4Citation - Scopus: 4Examining Tongue Movement Intentions in EEG With Machine and Deep Learning: An Approach for Dysphagia Rehabilitation(IEEE, 2024-08-26) Aslan, Sevgi Gokce; Yilmaz, BulentDysphagia, a common swallowing disorder particularly prevalent among older adults and often associated with neurological conditions, significantly affects individuals' quality of life by negatively impacting their eating habits, physical health, and social interactions. This study investigates the potential of brain-computer interface (BCI) technologies in dysphagia rehabilitation, focusing specifically on motor imagery paradigms based on EEG signals and integration with machine learning and deep learning methods for tongue movement. Traditional machine learning classifiers, such as K-Nearest Neighbors (KNN), Support Vector Machine (SVM), Decision Tree, Naive Bayes, Random Forest, AdaBoost, Bagging, Kernel, and Neural Network were employed in discrimination of rest and imagination phases of EEG signals obtained from 30 healthy subjects. Scalogram images obtained using continuous wavelet transform of EEG signals corresponding to the rest and imagination phases of the experiment were used as the input images to the CNN architecture. As a result, KNN and SVM, exhibited lower accuracy rates compared to ensemble methods like AdaBoost and Random Forest, which are effective in handling complex datasets. Additionally, a deep learning approach achieved an accuracy rate of 83%. Overall, this study demonstrates the promising role of BCI technologies and machine learning techniques in dysphagia rehabilitation.Article Citation - WoS: 7Citation - Scopus: 5Effect of Interpolation on Specular Reflections in Texture-Based Automatic Colonic Polyp Detection(Wiley, 2020-06-26) Kacmaz, Rukiye Nur; Yilmaz, Bulent; Aydin, ZaferReflections of LED light cause unwanted noise effects called specular reflection (SR) on colonoscopic images. The aim of this study was to seek answers to the following two questions. (a) How are the texture features used in automatic detection of polyps affected by the interpolation on specular reflections? (b) If they are affected does it really affect the classification performance? In order to answer these questions, we used 610 colonoscopy images, and divided each image into tiles whose sizes were 32-by-32 pixels. From these tiles, we selected the ones without any specular reflection. We added different shape and size specular reflections cropped from real images onto the reflection-free tiles. We then used the nearest neighbors, bilinear and bicubic interpolation techniques on the tiles on which SRs were added. On these tiles we extracted 116 texture features using 3 second-order approaches, and 4 first-order statistics. First, we used paired samplettest. Second, we performed automatic classification of polyps and background using random forest and k nearest neighbors (k-NN) approaches using the texture features for different combinations of specular reflections added on the tiles from the polyp or background. The results showed that depending on the size of specular reflection, interpolation can cause a significant difference between the texture features that were coming from reflection-free tiles and the same tiles on which interpolation was performed. In addition, we note that bicubic interpolation may be preferred to eliminate specular reflection when texture features are used for background and polyp discrimination.Article Citation - WoS: 22Citation - Scopus: 29Automated Quantification of Immunomagnetic Beads and Leukemia Cells from Optical Microscope Images(Elsevier Sci Ltd, 2019-03) Uslu, Fatma; Icoz, Kutay; Tasdemir, Kasim; Yilmaz, BulentQuantification of tumor cells is crucial for early detection and monitoring the progress of cancer. Several methods have been developed for detecting tumor cells. However, automated quantification of cells in the presence of immunomagnetic beads has not been studied. In this study, we developed computer vision based algorithms to quantify the leukemia cells captured and separated by micron size immunomagnetic beads. Color, size based object identification and machine learning based methods were implemented to quantify targets in the images recorded by a bright field microscope. Images acquired by a 40x or a 20x objective were analyzed, the immunomagnetic beads were detected with an error rate of 0.0171 and 0.0384 respectively. Our results reveal that the proposed method attains 91.6% precision for the 40x objective and 79.7% for the 20x objective. This algorithm has the potential to be the signal readout mechanism of a biochip for cell detection. (C) 2019 Elsevier Ltd. All rights reserved.Article Citation - WoS: 6Citation - Scopus: 8Examining Tongue Movement Intentions in EEG-Based BCI With Machine and Deep Learning: An Approach for Dysphagia Rehabilitation(Sciendo, 2024) Aslan, Sevgi Gokce; Yilmaz, BulentDysphagia, a common swallowing disorder particularly prevalent among older adults and often associated with neurological conditions, significantly affects individuals' quality of life by negatively impacting their eating habits, physical health, and social interactions. This study investigates the potential of brain-computer interface (BCI) technologies in dysphagia rehabilitation, focusing specifically on motor imagery paradigms based on EEG signals and integration with machine learning and deep learning methods for tongue movement. Traditional machine learning classifiers, such as K-Nearest Neighbors (KNN), Support Vector Machine (SVM), Decision Tree, Naive Bayes, Random Forest, AdaBoost, Bagging, and Kernel were employed in discrimination of rest and imagination phases of EEG signals obtained from 30 healthy subjects. Scalogram images obtained using continuous wavelet transform of EEG signals corresponding to the rest and imagination phases of the experiment were used as the input images to the CNN architecture. As a result, KNN (79.4%) and SVM (63.4%) exhibited lower accuracy rates compared to ensemble methods like AdaBoost, Bagging, and Random Forest, all achieving high accuracy rates of 99.8%. These ensemble techniques proved to be highly effective in handling complex EEG datasets, particularly in distinguishing between rest and imagination phases. Furthermore, the deep learning approach, utilizing CNN and Continuous Wavelet Transform (CWT), achieved an accuracy of 83%, highlighting its potential in analyzing motor imagery data. Overall, this study demonstrates the promising role of BCI technologies and advanced machine learning techniques, especially ensemble and deep learning methods, in improving outcomes for dysphagia rehabilitation.
