WoS İndeksli Yayınlar Koleksiyonu

Permanent URI for this collectionhttps://hdl.handle.net/20.500.12573/394

Browse

Search Results

Now showing 1 - 10 of 31
  • Article
    Frequency-Based Deep Occlusion Awareness Instance Segmentation
    (MDPI, 2026-02-26) Guzel, Yasin; Aydin, Zafer; Talu, Muhammed Fatih
    One major challenge faced by deep learning-based methods that detect target objects in the form of bounding boxes is object occlusion. High degrees of occlusion significantly diminish the accuracy of instance segmentation. Nonetheless, complex-valued Fourier descriptors can robustly represent object boundaries using minimal information. In this study, the impact of integrating Fourier descriptors-renowned for their strong representational capacity-with deep network models (UNet) that exhibit high generalization performance on instance segmentation accuracy was investigated. Within the scope of the research, nine network models were designed based on different strategies for utilizing frequency components. These variants fall into four strategy families: (i) UNet-style spectrum regression on fixed low-frequency windows (FUNet), (ii) magnitude-guided frequency selection/ROI construction (FUNet-Thr, FUNet-BBox), (iii) sequence models over tokenized FFT coefficients (BiLSTM Patch/Sorted), and (iv) encoder-only spectrum predictors with different depth/capacity (EncoderFFT1/2). To fairly evaluate the models' performance in segmenting objects subjected to disruptive factors (e.g., occlusion, blurring, noise), a specialized synthetic dataset was prepared. The task is formulated as single-target (single-instance), single-class segmentation. This dataset, automatically generated according to initial parameter values, contains images of objects moving at various speeds within a single frame. Among these models, the one termed FUNet, which relies on partial matching of central frequency components, achieved the highest segmentation accuracy despite the disruptive effects. Under the challenging Dataset 8 setting, the proposed FUNet achieved the highest overlap-based performance (Dice = 0.9329, IoU = 0.8842) among Attention U-Net, U-Net, and FourierNet, with statistically significant gains confirmed by paired per-image tests.
  • Article
    BrAIn: A Comprehensive Artificial Intelligence-Based Morphology Analysis System for Brain Organoids and Neuroscience
    (Wiley, 2026-03-12) Polatli, Elifsu; Guner, Huseyin; Bastanlar, Yalin; Karakulah, Gokhan; Evranos, Ali Eren; Kahveci, Burak; Guven, Sinan
    Human-induced pluripotent stem cells (iPSCs) offer transformative potential for biomedical research, with iPSC-derived organoids providing more physiologically relevant models than traditional 2D cell cultures. Among these, brain organoids (BO) are particularly valuable for drug screening, disease modeling, and investigations into molecular pathways. Accurate representation of brain morphology is critical, as more complex organoid structures better mimic the human brain. Deep learning (DL) and machine learning (ML) approaches have become integral to analyzing organoid morphology, yet tools for comprehensive, time-resolved assessments are scarce. Here, we introduce BrAIn, a DL-based application for analyzing the developmental progression of BOs. BrAIn tracks their evolution from embryoid bodies (EBs) and quantifies parameters including area, Feret diameter, perimeter, roundness, and circularity. It also classifies budding and abnormal morphologies of 3D organoids and detects monolayer neural rosette structures, key features of neuronal differentiation. Designed with accessibility in mind, BrAIn provides a no-code interface, enabling researchers of all technical backgrounds to conduct advanced morphological analyses with ease. Our study demonstrates the application of BrAIn to evaluate the effects of different growth conditions-static, orbital shaker, and microfluidic chip-based-on BO development. Orbital shaker cultures resulted in the largest organoids, while chip-based systems achieved more homogeneous growth. Both conditions produced organoids with greater morphological complexity compared to static culture. BrAIn emerges as a robust, user-friendly tool to quantify BO development and explore how versatile growth conditions influence their morphology and maturation.
  • Article
    Non-Contact Acoustic Screening for Sleep Apnea: A Subject-Aware Deep Learning Approach
    (Springer Science and Business Media Deutschland GmbH, 2026-02-11) Aygün Çakıroğlu, M.; Kizilkaya Aydoǧan, E.; Bolatturk, Ö.F.; Aydoğan, S.; Ismailoǧullari, S.; Delice, Y.
    Purpose: To explore the feasibility of using camera-derived, non-contact audio synchronized with PSG for clinically relevant sleep-apnea classification, and to benchmark compact deep models under a subject-aware design using a previously unstudied, real-world dataset. Methods: Thirty-two adults underwent simultaneous polysomnography (PSG) and camera-based non-contact audio recording. The synchronized audio segments were used to train and compare three compact deep-learning architectures (convolutional, attention-augmented, and transformer-based) under a subject-aware evaluation design that prevented identity leakage. Model performance and calibration were assessed at both segment and subject levels using standard statistical tests. Results: Subject-level evaluation was based on a very small, imbalanced test set of six subjects (one positive). Within this limited yet previously unstudied local dataset, the CNN_trans model achieved an apparent perfect ranking performance (AUC = 1.00; 95% CI 0.00–1.00), though this likely reflects the small, imbalanced test cohort, with recall = 1.00 and precision = 0.55. The wide confidence interval reflects substantial statistical uncertainty, and DeLong comparisons showed no significant AUC difference between CNN_trans and CNN_att (ΔAUC = − 0.042; p = 0.43). Conclusion: PSG-synchronized, non-contact audio supports accurate and well-calibrated sleep-apnea classification with compact deep models. This subject-aware evaluation suggests that contactless acoustic monitoring may have potential clinical relevance, motivating larger, multi-site validation. © The Author(s), under exclusive licence to Springer Nature Switzerland AG 2026.
  • Article
    Deep-Learning Detection of Open-Apex Teeth on Panoramic Radiographs Using YOLO Models
    (Springer, 2025-12-23) Edik, Merve; Celebi, Fatma; Cukurluoglu, Aykagan
    ObjectivesThe use of deep learning in detecting teeth with open apices can prevent the need for additional radiographs for patients. The presented study aims to detect open-apex teeth using You Only Look Once (YOLO)-based deep learning models and compare these models.MethodsA total of 966 panoramic radiographs were included in the study. Open-apex teeth in panoramic radiographs were labeled. During the labeling process, they were divided into 6 classes in the maxilla and mandible, namely incisors, premolars, and molars. AI models YOLOv3, YOLOv4, and YOLOv5 were used. To evaluate the performance of the three detection models, both overall and separately for each class in the test dataset, precision, recall, average precision (mAP), and F1 score were calculated.ResultsYOLOv4 achieved the highest overall performance with a mean average precision (mAP) of 87.84% at IoU (Intersection over Union) 0.5 (mAP@0.5), followed by YOLOv5 with 85.6%, and YOLOv3 with 84.46%. Regarding recall, YOLOv4 also led with 90%, while both YOLOv3 and YOLOv5 reached 89%. Moreover, the F1 score was the highest for YOLOv4 (0.87), followed by YOLOv3 (0.86) and YOLOv5 (0.85).ConclusionsIn this study, YOLOv3, YOLOv4, and YOLOv5 were evaluated for the detection of open-apex teeth, and their mAP, recall, and F1 scores exceeded 84%. Deep learning-based systems can provide faster and more accurate results in the detection of open-apex teeth. This may help reduce the need for additional radiographs from patients and aid dentists by saving time.
  • Conference Object
    Text Classification Experiments on Contextual Graphs Built by N-Gram Series
    (Springer International Publishing AG, 2025) Sen, Tarik Uveys; Yakit, Mehmet Can; Gumus, Mehmet Semih; Abar, Orhan; Bakal, Gokhan
    Traditional n-gram textual features, commonly employed in conventional machine learning models, offer lower performance rates on high-volume datasets compared to modern deep learning algorithms, which have been intensively studied for the past decade. The main reason for this performance disparity is that deep learning approaches handle textual data through the word vector space representation by catching the contextually hidden information in a better way. Nonetheless, the potential of the n-gram feature set to reflect the context is open to further investigation. In this sense, creating graphs using discriminative ngram series with high classification power has never been fully exploited by researchers. Hence, the main goal of this study is to contribute to the classification power by including the long-range neighborhood relationships for each word in the word embedding representations. To achieve this goal, we transformed the textual data by employing n-gram series into a graph structure and then trained a graph convolution network model. Consequently, we obtained contextually enriched word embeddings and observed F1-score performance improvements from 0.78 to 0.80 when we integrated those convolution-based word embeddings into an LSTM model. This research contributes to improving classification capabilities by leveraging graph structures derived from discriminative n-gram series.
  • Article
    Citation - WoS: 27
    Citation - Scopus: 30
    Super Resolution Convolutional Neural Network Based Pre-Processing for Automatic Polyp Detection in Colonoscopy Images
    (Pergamon-Elsevier Science Ltd, 2021-03) Tas, Merve; Yilmaz, Bulent
    Colonoscopy is the most common methodology used to detect polyps on the colon surface. Increasing the image resolution has the potential to improve the automatic colonoscopy based diagnosis and polyp detection and localization. In this study, we proposed a pre-processing approach that uses convolutional neural network based super resolution method (SRCNN) to increase the resolution of the training colonoscopy images before the localization of polyps. We also investigated the use of CNN based models such as the Single Shot MultiBox Detector (SSD) and Faster Regional CNN (RCNN) for real-time polyp detection and localization. Our results showed that using SRCNN method before the training process provides better results in terms of accuracy in both models compared to the low-resolution cases. Furthermore, we reached an F2 score of 0.945 for the correct localization of colon polyps using Faster RCNN with ResNet-101 feature extractor.
  • Article
    Citation - WoS: 1
    Citation - Scopus: 1
    Spec17Tre: A New Dataset in Hardware Security and Using Deep Learning for Detecting Spectre Attacks
    (Springer Heidelberg, 2025-05-21) Aktas-Aydin, Hatice; Yalcin, Gulay
    Computer performance has become a significant subject of study due to the processing of big data, the complexity of calculations and the importance of time efficiency. Many companies are improving processor operating principles to increase performance. The most common methods for this purpose are speculative execution and cache usage. While these techniques improve performance, they also introduce certain security vulnerabilities. Spectre is an attack that exploits vulnerabilities created by speculative execution, affecting all modern processor architectures. Research has shown that using machine learning to detect these attacks can be quite effective, although the features are typically gathered at the software level, which may limit detection since some performance parameters are not conveyed to the software. This study presents an analysis of Spectre attacks and their detection using machine learning and deep learning methods at the hardware level. Experiments are conducted using GEM5, a full-system hardware simulator, to ensure that only hardware-visible performance parameters are also collected. Attack detection is performed using Support Vector Machine (SVM) and Long Short-Term Memory (LSTM) methods. The LSTM method is used in conjunction with SVM and Convolutional Neural Network (CNN) techniques, and all models were tested on a new dataset, Spec17Tre, created using "519.lbm" from the SPEC CPU2017 benchmarks. The study achieved a 95% accuracy rate in attack detection using the LSTM + CNN hybrid model, which also yielded an F1 score of 0.999 for detecting applied Spectre attack scenarios.
  • Article
    Citation - WoS: 3
    Citation - Scopus: 9
    Probabilistic Assessment of Wind Power Plant Energy Potential Through a Copula-Deep Learning Approach in Decision Trees
    (Cell Press, 2024-04) Sahin, Kubra Nur; Sutcu, Muhammed
    In the face of environmental degradation and diminished energy resources, there is an urgent need for clean, affordable, and sustainable energy solutions, which highlights the importance of wind energy. In the global transition to renewable energy sources, wind power has emerged as a key player that is in line with the Paris Agreement, the Net Zero Target by 2050, and the UN 2030 Goals, especially SDG-7. It is critical to consider the variable and intermittent nature of wind to efficiently harness wind energy and evaluate its potential. Nonetheless, since wind energy is inherently variable and intermittent, a comprehensive assessment of a prospective site's wind power generation potential is required. This analysis is crucial for stakeholders and policymakers to make well-informed decisions because it helps them assess financial risks and choose the best locations for wind power plant installations. In this study, we introduce a framework based on Copula-Deep Learning within the context of decision trees. The main objective is to enhance the assessment of the wind power potential of a site by exploiting the intricate and non-linear dependencies among meteorological variables through the fusion of copulas and deep learning techniques. An empirical study was carried out using wind power plant data from Turkey. This dataset includes hourly power output measurements as well as comprehensive meteorological data for 2021. The results show that acknowledging and addressing the non-independence of variables through innovative frameworks like the Copula-LSTM based decision tree approach can significantly improve the accuracy and reliability of wind power plant potential assessment and analysis in other real-world data scenarios. The implications of this research extend beyond wind energy to inform decision-making processes critical for a sustainable energy future.
  • Conference Object
    Citation - Scopus: 1
    PCB Component Recognition With Semi-Supervised Image Clustering
    (IEEE, 2021-06-09) Unal, Ahmet Emin; Tasdemir, Kasim; Bahcebasi, Akif
    Classification of surface mounted devices plays an important role on automated inspection systems of printed component board production. Limited number of publicly available datasets which the components are labeled and high intraclass variance in these datasets causes the supervised approches to be inefficient. In this study a deep learning method, enhanced with an unsupervised clustering system, which uses a small set of labeled data is proposed. The method compared with the current studies and the supervised systems. Most optimized setting reached high accuracy results by outrunning current classification methods.
  • Article
    Citation - Scopus: 6
    Network Intrusion Detection Based on Machine Learning Strategies: Performance Comparisons on Imbalanced Wired, Wireless, and Software-Defined Networking (SDN) Network Traffics
    (Turkiye Klinikleri, 2024-07-26) Hacilar, Hilal; Aydin, Zafer; Güngör, Vehbi Çağrı
    The rapid growth of computer networks emphasizes the urgency of addressing security issues. Organizations rely on network intrusion detection systems (NIDSs) to protect sensitive data from unauthorized access and theft. These systems analyze network traffic to detect suspicious activities, such as attempted breaches or cyberattacks. However, existing studies lack a thorough assessment of class imbalances and classification performance for different types of network intrusions: wired, wireless, and software-defined networking (SDN). This research aims to fill this gap by examining these networks’ imbalances, feature selection, and binary classification to enhance intrusion detection system efficiency. Various techniques such as SMOTE, ROS, ADASYN, and SMOTETomek are used to handle imbalanced datasets. Additionally, eXtreme Gradient Boosting (XGBoost) identifies key features, and an autoencoder (AE) assists in feature extraction for the classification task. The study evaluates datasets such as AWID, UNSW, and InSDN, yielding the best results with different numbers of selected features. Bayesian optimization fine-tunes parameters, and diverse machine learning algorithms (SVM, kNN, XGBoost, random forest, ensemble classifiers, and autoencoders) are employed. The optimal results, considering F1-measure, overall accuracy, detection rate, and false alarm rate, have been achieved for the UNSW-NB15, preprocessed AWID, and InSDN datasets, with values of [0.9356, 0.9289, 0.9328, 0.07597], [0.997, 0.9995, 0.9999, 0.0171], and [0.9998, 0.9996, 0.9998, 0.0012], respectively. These findings demonstrate that combining Bayesian optimization with oversampling techniques significantly enhances classification performance across wired, wireless, and SDN networks when compared to previous research conducted on these datasets. © 2024 Elsevier B.V., All rights reserved.