Scopus İndeksli Yayınlar Koleksiyonu

Permanent URI for this collectionhttps://hdl.handle.net/20.500.12416/8651

Browse

Search Results

Now showing 1 - 9 of 9
  • Article
    Citation - Scopus: 2
    Damage Detection in Aircraft Engine Borescope Inspection Using Deep Learning
    (Springer Science and Business Media Deutschland GmbH, 2025) Uzun, I.; Tolun, M.R.; Sari, F.; Alpaslan, F.N.
    Aircraft engine inspection is a key pillar of aviation safety as it helps to maintain adequate performance standards to ensure engine airworthiness. In addition, it is also vital for asset value retention. Borescope inspection is currently the most widely used visual inspection method for aircraft engines. However, borescope inspection is a time-consuming, subjective, and complex process that heavily depends on the experience and attention level of the inspector. Moreover, the cost savings of airlines and the maintenance, repair, and overhaul (MRO) centers expose pressure and workload on inspectors. These factors make an automated system to support damage detection during borescope inspection necessary in order to mitigate potential risks. In this paper, we propose a deep learning-based automated damage detection framework that employs aircraft engine borescope inspection images. Faster R-CNN-based deep learning model with Inception v2 feature extractor is utilized for the present architecture. Due to the limited number of images, data augmentation and other overfitting methods are also employed. The framework supports crack, burn, nick, and dent damage types across all modules of turbofan engines. It is trained and validated with moderate to complex borescope images obtained from the field. The framework achieves 92.64% accuracy for crack, 92.05% for nick or dent, and 81.14% for burn damage classes, with an overall 88.61% average accuracy. © The Author(s) 2025.
  • Article
    Citation - WoS: 11
    Citation - Scopus: 17
    Convolutional Neural Network-Based Deep Learning for Landslide Susceptibility Mapping in the Bakhtegan Watershed
    (Nature Portfolio, 2025) Feng, Li; Zhang, Maosheng; Mao, Yimin; Liu, Hao; Yang, Chuanbo; Dong, Ying; Nanehkaran, Yaser A.
    Landslides pose a significant threat to infrastructure, ecosystems, and human safety, necessitating accurate and efficient susceptibility assessment methods. Traditional models often struggle to capture the complex spatial dependencies and interactions between geological and environmental factors. To address this gap, this study employs a deep learning approach, utilizing a convolutional neural network (CNN) for high-precision landslide susceptibility mapping in the Bakhtegan watershed, southwestern Iran. A comprehensive landslide inventory was compiled using 235 documented landslide locations, validated through remote sensing and field surveys. An equal number of non-landslide locations were systematically selected to ensure balanced model training. Fifteen key conditioning factors-including topographical, geological, hydrological, and climatological variables-were incorporated into the model. While traditional statistical methods often fail to extract spatial hierarchies, the CNN model effectively processes multi-dimensional geospatial data, learning intricate patterns influencing slope instability. The CNN model outperformed other classification approaches, achieving an accuracy of 95.76% and a precision of 95.11%. Additionally, error metrics confirmed its reliability, with a mean absolute error (MAE) of 0.11864, mean squared error (MSE) of 0.18796, and root mean squared error (RMSE) of 0.18632. The results indicate that the northern and northeastern regions of the Bakhtegan watershed are highly susceptible to landslides, highlighting areas where proactive mitigation strategies are crucial. This study demonstrates that deep learning, particularly CNNs, offers a powerful and scalable solution for landslide susceptibility assessment. The findings provide valuable insights for urban planners, engineers, and policymakers to implement effective risk reduction strategies and enhance resilience in landslide-prone regions.
  • Article
    Enhancing Session-Based Trip Recommendations Using Matrix Factorization: a Study on Algorithm Efficiency and Resource Utilization
    (Springer, 2025) Mat, Abdullah Ugur; Saran, Ayse Nurdan
    As the impact and usefulness of recommendation systems continue to grow, their importance becomes more and more pronounced. Therefore, it is crucial to design and implement recommendation systems that are both efficient and highly accurate to meet the increasing demands and expectations. This study focuses on a model awarded first place in a travel forecasting recommendation system competition. This study aims to enhance matrix factorization-based recommender systems by conducting a comprehensive analysis of various factors. This includes examining the effects of resource utilization and recurrent neural network (RNN) algorithms on session-based factorization, as well as evaluating the influence of embeddings and optimization techniques concerning their efficiency and accuracy. The gated recurrent unit (GRU) algorithm has produced more accurate results for reduced datasets than long short-term memory (LSTM). Some modifications have been made on the embedding layers, and the results have been observed. In addition, the model's optimizer is changed, and the performance of different optimizers is evaluated. While random reduction of the dataset has led to a decrease in the success rate, methodical reduction has significantly increased the success rate. The highest and most reliable success rate (0.6654) was achieved by applying the selection method, which reduced the dataset to 1 M records from 1.5 M records. Optimizers have shown a wide range of effects on hardware.
  • Article
    Citation - WoS: 15
    Citation - Scopus: 15
    Deep Learning Method for Compressive Strength Prediction for Lightweight Concrete
    (Techno-press, 2023) Nanehkaran, Yaser A.; Azarafza, Mohammad; Pusatli, Tolga; Bonab, Masoud Hajialilue; Irani, Arash Esmatkhah; Kouhdarag, Mehdi; Derakhshani, Reza
    Concrete is the most widely used building material, with various types including high-and ultra-high-strength, reinforced, normal, and lightweight concretes. However, accurately predicting concrete properties is challenging due to the geotechnical design code's requirement for specific characteristics. To overcome this issue, researchers have turned to new technologies like machine learning to develop proper methodologies for concrete specification. In this study, we propose a highly accurate deep learning-based predictive model to investigate the compressive strength (UCS) of lightweight concrete with natural aggregates (pumice). Our model was implemented on a database containing 249 experimental records and revealed that water, cement, water-cement ratio, fine-coarse aggregate, aggregate substitution rate, fine aggregate replacement, and superplasticizer are the most influential covariates on UCS. To validate our model, we trained and tested it on random subsets of the database, and its performance was evaluated using a confusion matrix and receiver operating characteristic (ROC) overall accuracy. The proposed model was compared with widely known machine learning methods such as MLP, SVM, and DT classifiers to assess its capability. In addition, the model was tested on 25 laboratory UCS tests to evaluate its predictability. Our findings showed that the proposed model achieved the highest accuracy (accuracy=0.97, precision=0.97) and the lowest error rate with a high learning rate (R2=0.914), as confirmed by ROC (AUC=0.971), which is higher than other classifiers. Therefore, the proposed method demonstrates a high level of performance and capability for UCS predictions.
  • Article
    Citation - WoS: 18
    Citation - Scopus: 27
    Application of Bilstm-Crf Model With Different Embeddings for Product Name Extraction in Unstructured Turkish Text
    (Springer London Ltd, 2024) Arslan, Serdar
    Named entity recognition (NER) plays a pivotal role in Natural Language Processing by identifying and classifying entities within textual data. While NER methodologies have seen significant advancements, driven by pretrained word embeddings and deep neural networks, the majority of these studies have focused on text with well-defined grammar and structure. A significant research gap exists concerning NER in informal or unstructured text, where traditional grammar rules and sentence structure are absent. This research addresses this crucial gap by focusing on the detection of product names within unstructured Turkish text. To accomplish this, we propose a deep learning-based NER model which combines a Bidirectional Long Short-Term Memory (BiLSTM) architecture with a Conditional Random Field (CRF) layer, further enhanced by FastText embeddings. To comprehensively evaluate and compare our model's performance, we explore different embedding approaches, including Word2Vec and Glove, in conjunction with the Bidirectional Long Short-Term Memory and Conditional Random Field (BiLSTM-CRF) model. Furthermore, we conduct comparisons against BERT to assess the efficacy of our approach. Our experimentation utilizes a Turkish e-commerce dataset gathered from the internet, where traditional grammatical and structural rules may not apply. The BiLSTM-CRF model with FastText embeddings achieved an F1 score value of 57.40%, a precision value of 55.78%, and a recall value of 59.12%. These results indicate promising performance in outperforming other baseline techniques. This research contributes to the field of NER by addressing the unique challenges posed by unstructured Turkish text and opens avenues for improved entity recognition in informal language settings, with potential applications across various domains.
  • Article
    Citation - WoS: 12
    Citation - Scopus: 16
    A Metaheuristic-Guided Machine Learning Approach for Concrete Strength Prediction With High Mix Design Variability Using Ultrasonic Pulse Velocity Data
    (Elsevier, 2023) Selcuk, S.; Tang, P.
    Assessment of concrete strength in existing structures is a common engineering problem. Several attempts in the literature showed the potential of ML methods for predicting concrete strength using concrete properties and NDT values as inputs. However, almost all such ML efforts based on NDT data trained models to predict concrete strength for a specific concrete mix design. We trained a global ML-based model that can predict concrete strength for a wide range of concrete types. This study uses data with high variability for training a metaheuristic-guided ANN model that can cover most concrete mixes used in practice. We put together a dataset that has large variations of mix design components. Training an ANN model using this dataset introduced significant test errors as expected. We optimized hyperparameters, architecture of the ANN model and performed feature selection using genetic algorithm. The proposed model reduces test errors from 9.3 MPa to 4.8 MPa.
  • Article
    Citation - WoS: 41
    Citation - Scopus: 56
    Automated Classification of Rheumatoid Arthritis, Osteoarthritis, and Normal Hand Radiographs With Deep Learning Methods
    (Springer, 2022) Maras, Hadi Hakan; Ureten, Kemal
    Rheumatoid arthritis and hand osteoarthritis are two different arthritis that causes pain, function limitation, and permanent joint damage in the hands. Plain hand radiographs are the most commonly used imaging methods for the diagnosis, differential diagnosis, and monitoring of rheumatoid arthritis and osteoarthritis. In this retrospective study, the You Only Look Once (YOLO) algorithm was used to obtain hand images from original radiographs without data loss, and classification was made by applying transfer learning with a pre-trained VGG-16 network. The data augmentation method was applied during training. The results of the study were evaluated with performance metrics such as accuracy, sensitivity, specificity, and precision calculated from the confusion matrix, and AUC (area under the ROC curve) calculated from ROC (receiver operating characteristic) curve. In the classification of rheumatoid arthritis and normal hand radiographs, 90.7%, 92.6%, 88.7%, 89.3%, and 0.97 accuracy, sensitivity, specificity, precision, and AUC results, respectively, and in the classification of osteoarthritis and normal hand radiographs, 90.8%, 91.4%, 90.2%, 91.4%, and 0.96 accuracy, sensitivity, specificity, precision, and AUC results were obtained, respectively. In the classification of rheumatoid arthritis, osteoarthritis, and normal hand radiographs, an 80.6% accuracy result was obtained. In this study, to develop an end-to-end computerized method, the YOLOv4 algorithm was used for object detection, and a pre-trained VGG-16 network was used for the classification of hand radiographs. This computer-aided diagnosis method can assist clinicians in interpreting hand radiographs, especially in rheumatoid arthritis and osteoarthritis.
  • Article
    Citation - WoS: 4
    Citation - Scopus: 6
    Distribution-Preserving Data Augmentation
    (Peerj inc, 2021) Nar, Fatih; Saran, Nurdan Ayse; Saran, Murat
    In the last decade, deep learning has been applied in a wide range of problems with tremendous success. This success mainly comes from large data availability, increased computational power, and theoretical improvements in the training phase. As the dataset grows, the real world is better represented, making it possible to develop a model that can generalize. However, creating a labeled dataset is expensive, time-consuming, and sometimes not likely in some domains if not challenging. Therefore, researchers proposed data augmentation methods to increase dataset size and variety by creating variations of the existing data. For image data, variations can be obtained by applying color or spatial transformations, only one or a combination. Such color transformations perform some linear or nonlinear operations in the entire image or in the patches to create variations of the original image. The current color-based augmentation methods are usually based on image processing methods that apply color transformations such as equalizing, solarizing, and posterizing. Nevertheless, these color-based data augmentation methods do not guarantee to create plausible variations of the image. This paper proposes a novel distribution-preserving data augmentation method that creates plausible image variations by shifting pixel colors to another point in the image color distribution. We achieved this by defining a regularized density decreasing direction to create paths from the original pixels' color to the distribution tails. The proposed method provides superior performance compared to existing data augmentation methods which is shown using a transfer learning scenario on the UC Merced Land-use, Intel Image Classification, and Oxford-IIIT Pet datasets for classification and segmentation tasks.
  • Article
    Citation - WoS: 65
    Citation - Scopus: 74
    Detection of Rheumatoid Arthritis From Hand Radiographs Using a Convolutional Neural Network
    (Springer London Ltd, 2020) Ureten, Kemal; Erbay, Hasan; Maras, Hadi Hakan
    Introduction Plain hand radiographs are the first-line and most commonly used imaging methods for diagnosis or differential diagnosis of rheumatoid arthritis (RA) and for monitoring disease activity. In this study, we used plain hand radiographs and tried to develop an automated diagnostic method using the convolutional neural networks to help physicians while diagnosing rheumatoid arthritis. Methods A convolutional neural network (CNN) is a deep learning method based on a multilayer neural network structure. The network was trained on a dataset containing 135 radiographs of the right hands, of which 61 were normal and 74 RA, and tested it on 45 radiographs, of which 20 were normal and 25 RA. Results The accuracy of the network was 73.33% and the error rate 0.0167. The sensitivity of the network was 0.6818; the specificity was 0.7826 and the precision 0.7500. Conclusion Using only pixel information on hand radiographs, a multi-layer CNN architecture with online data augmentation was designed. The performance metrics such as accuracy, error rate, sensitivity, specificity, and precision state shows that the network is promising in diagnosing rheumatoid arthritis.