Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics

Performance Evaluation of EfficientNetB3-Based Deep Learning Model for the Classification of Acute Lymphoblastic Leukemia and Normal Blood Cells Muchallil, Sayed; Fitria, Maya; Arrahman, Ridha; Saddami, Khairun
Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol. 7 No. 3 (2025): August
Publisher : Jurusan Teknik Elektromedik, Politeknik Kesehatan Kemenkes Surabaya, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/ijeeemi.v7i3.113

Abstract

Acute Lymphoblastic Leukemia (ALL) is a rapidly progressing blood cancer that predominantly affects children and requires early and accurate diagnosis to improve patient survival rates. Traditional diagnostic methods rely heavily on manual examination of blood smear images by pathologists, which is not only time-consuming but also susceptible to human error and variability. To address this limitation, this study proposed an automated detection model based on deep learning, specifically employing the EfficientNetB3 convolutional neural network architecture. A publicly available dataset containing microscopic images of ALL and normal blood cells was used for training and evaluation. The images were preprocessed using normalization and augmentation techniques and resized to 300×300 pixels to align with the EfficientNetB3 input requirements. The model was trained using the Adam optimizer and monitored with EarlyStopping to prevent overfitting. Experimental results showed that the proposed model achieved an accuracy of 92.23%, precision of 92.75%, and recall of 95.57%, significantly outperforming conventional approaches such as Canberra distance, K-Nearest Neighbor, and ensemble CNN methods. In addition to the classification model, a web-based ALL detection system was developed to make the solution more accessible and user-friendly. The frontend was built using ReactJS, while the backend API, built with Flask, handles image input, model inference, and output delivery. The interface allows users to upload cell images, input patient names, and receive instant classification results along with confidence scores. This integrated system demonstrates a practical application of AI in medical diagnostics and holds potential for use in real-world, resource-limited clinical settings.
The Role of U-Net Segmentation for Enhancing Deep Learning-based Dental Caries Classification Yassar, Muhammad Keysha Al; Fitria, Maya; Oktiana, Maulisa; Yufnanda, Muhammad Aditya; Saddami, Khairun; Muchtar, Kahlil; Isma, Teuku Reza Auliandra
Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol. 7 No. 2 (2025): May
Publisher : Jurusan Teknik Elektromedik, Politeknik Kesehatan Kemenkes Surabaya, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/ijeeemi.v7i2.75

Abstract

Dental caries, one of the most prevalent oral diseases, can lead to severe complications if left untreated. Early detection is crucial for effective intervention, reducing treatment costs, and preventing further deterioration. Recent advancements in deep learning have enabled automated caries detection based on clinical images; however, most existing approaches rely on raw or minimally processed images, which may include irrelevant structures and noise, such as the tongue, lips, and gums, potentially affecting diagnostic accuracy. This research introduces a U-Net-based tooth segmentation model, which is applied to enhance the performance of dental caries classification using ResNet-50, InceptionV3, and ResNeXt-50 architectures. The methodology involves training the teeth segmentation model using transfer learning from backbone architectures ResNet-50, VGG19, and InceptionV3, and evaluating its performance using IoU and Dice Score. Subsequently, the classification model is trained separately with and without segmentation using the same hyperparameters for each model with transfer learning, and their performance is compared using a confusion matrix and confidence interval. Additionally, Grad-CAM visualization was performed to analyze the model's attention and decision-making process. Experimental results show a consistent performance improvement across all models with the application of segmentation. ResNeXt-50 achieved the highest accuracy on segmented data, reaching 79.17%, outperforming ResNet-50 and InceptionV3. Grad-CAM visualization further confirms that segmentation plays a crucial role in directing the model’s focus to relevant tooth areas, improving classification accuracy and reliability by reducing background noise. These findings highlight the significance of incorporating tooth segmentation into deep learning models for caries detection, offering a more precise and reliable diagnostic tool. However, the confidence interval analysis indicates that despite consistent improvements across all metrics, the observed differences may not be statistically significant.