Claim Missing Document
Check
Articles

Found 5 Documents
Search
Journal : International Journal of Artificial Intelligence in Medical Issues

Evaluating Thresholding-Based Segmentation and Humoment Feature Extraction in Acute Lymphoblastic Leukemia Classification using Gaussian Naive Bayes Rismayanti, Nurul; Naswin, Ahmad; Zaky, Umar; Zakariyah, Muhammad; Purnamasari, Dwi Amalia
International Journal of Artificial Intelligence in Medical Issues Vol. 1 No. 2 (2023): International Journal of Artificial Intelligence in Medical Issues
Publisher : Yocto Brain

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56705/ijaimi.v1i2.99

Abstract

This study, titled "Evaluating Thresholding-Based Segmentation and HuMoment Feature Extraction in Acute Lymphoblastic Leukemia Classification using Gaussian Naive Bayes," investigates the application of image processing and machine learning techniques in the classification of Acute Lymphoblastic Leukemia (ALL). Utilizing a dataset of microscopic blood smear images, the research focuses on the efficacy of thresholding-based segmentation and Hu moment feature extraction in distinguishing between benign and malignant cases of ALL. Gaussian Naive Bayes, known for its simplicity and effectiveness, is employed as the classification algorithm. The study adopts a 5-fold cross-validation approach to evaluate the model's performance, with particular emphasis on metrics such as accuracy, precision, recall, and F1-score. Results indicate a high precision rate across all folds, averaging approximately 84.13%, while exhibiting variability in accuracy, recall, and F1-scores. These findings suggest that while the model is effective in identifying malignant cases, further refinements are necessary for improving overall accuracy and consistency. This research contributes to the field of medical image analysis by demonstrating the potential of combining simple yet efficient techniques for the automated diagnosis of hepatological diseases. It highlights the importance of integrating image processing with machine learning to enhance diagnostic accuracy in medical applications.
Segmentation and Feature Extraction for Malaria Detection in Blood Smears Rismayanti, Nurul
International Journal of Artificial Intelligence in Medical Issues Vol. 2 No. 1 (2024): International Journal of Artificial Intelligence in Medical Issues
Publisher : Yocto Brain

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56705/ijaimi.v2i1.138

Abstract

Malaria remains a critical global health challenge, particularly in tropical and subtropical regions. Early and accurate diagnosis is essential for effective treatment and control. Traditional methods of malaria diagnosis, such as microscopic examination of blood smears, are time-consuming and prone to human error. This study aims to develop an automated system for malaria detection using machine learning techniques, specifically a decision tree classifier. The dataset, sourced from the National Institutes of Health (NIH), comprises 27,558 blood smear images equally divided into Normal and Malaria classes. The preprocessing steps included segmentation using the Canny edge detector and feature extraction using Hu Moments, followed by data normalization to ensure a mean of 0 and variance of 1. The decision tree classifier was trained and evaluated using 5-fold cross-validation, yielding an average accuracy of 77.32%, precision of 77.31%, recall of 77.37%, and F1-Score of 77.48%. These results demonstrate the model's robustness and effectiveness in differentiating between malaria-infected and uninfected images. The study confirms the viability of using Hu Moments for feature extraction and highlights the decision tree classifier's suitability for this task. The proposed method has significant implications for automated malaria diagnosis, potentially improving diagnostic accuracy and efficiency in clinical settings. Future research should validate these findings on diverse datasets, explore advanced classification techniques, and integrate real-time image acquisition to enhance practical applicability. The integration of such automated systems in healthcare can revolutionize malaria diagnosis, especially in resource-limited settings.
Machine Learning Approaches to Gastrointestinal Disease Diagnosis: An Experimental Study with Endoscopic Images Rismayanti, Nurul
International Journal of Artificial Intelligence in Medical Issues Vol. 1 No. 1 (2023): International Journal of Artificial Intelligence in Medical Issues
Publisher : Yocto Brain

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56705/ijaimi.v1i1.147

Abstract

Automatic detection of gastrointestinal (GI) diseases using endoscopic images is a critical and emerging field of research with significant implications for healthcare. This study leverages the Kvasir dataset, available on Kaggle, to develop a machine learning model for disease detection and classification. The dataset, consisting of annotated images from the GI tract, was pre-processed using Canny edge detection for segmentation and Hu Moments for feature extraction. The images were divided into training (80%) and testing (20%) sets. A Random Forest Classifier was employed to classify three specific classes: dyed lifted polyps, dyed resection margins, and esophagitis. The performance of the classifier was evaluated using metrics such as accuracy, precision, recall, and F1-score. The results showed moderate performance with accuracy ranging from 39.00% to 44.67%, precision from 40.68% to 47.34%, recall from 39.00% to 44.67%, and F1-scores from 38.09% to 45.07%. These findings indicate that while the Random Forest Classifier demonstrates potential, there is room for improvement in the model and pre-processing techniques. The study contributes to the field by providing a comprehensive evaluation of a machine learning approach for GI disease detection and highlights the need for further research using more advanced models and diverse datasets. Future research should focus on optimizing pre-processing methods, exploring convolutional neural networks, and expanding the dataset to improve classification performance and clinical applicability.
Classification of Skin Diseases using Decision Tree Algorithm on an Imbalanced Dataset Rismayanti, Nurul; Azzahrah, Sitti Fatimah
International Journal of Artificial Intelligence in Medical Issues Vol. 2 No. 2 (2024): International Journal of Artificial Intelligence in Medical Issues
Publisher : Yocto Brain

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56705/ijaimi.v2i2.155

Abstract

Skin infections caused by pathogens such as bacteria and fungi are common and can lead to serious health complications if not properly managed. Accurate classification of these infections is crucial for effective treatment and management. This study focuses on classifying two skin diseases, Chickenpox and Shingles, using a Decision Tree algorithm applied to an imbalanced dataset sourced from Kaggle. The dataset, which is imbalanced by nature, was split into training (80%) and testing (20%) subsets. Pre-processing involved segmentation using Thresholding to isolate regions of interest and feature extraction using Hu Moments to capture shape characteristics of the lesions. The dataset was scaled to ensure that all features had a mean of 0 and variance of 1. The classifier's performance was evaluated using 5-fold cross-validation, yielding a mean accuracy of 66.06%, with precision, recall, and F1-scores indicating moderate performance. The study highlights the challenges posed by imbalanced datasets and the limitations of the Decision Tree algorithm in this context. The results underscore the importance of proper pre-processing and feature extraction but also suggest the need for more advanced classification techniques and data balancing methods. This research contributes to the field by providing a detailed methodology and comprehensive evaluation metrics, offering insights into the application of machine learning for medical image classification. Future work should focus on improving classifier performance through data augmentation, advanced feature extraction, and exploring other machine learning models better suited for imbalanced datasets.
Automated Diagnosis of Benign Prostatic Hyperplasia Using Deep Learning on RGB Prostate Images Syafie, Lukman; Rismayanti, Nurul
International Journal of Artificial Intelligence in Medical Issues Vol. 3 No. 1 (2025): International Journal of Artificial Intelligence in Medical Issues
Publisher : Yocto Brain

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56705/ijaimi.v3i1.251

Abstract

Benign Prostatic Hyperplasia (BPH) is a prevalent non-cancerous enlargement of the prostate gland in aging men, often requiring early diagnosis to prevent urinary complications and improve patient outcomes. Traditional diagnostic procedures are limited by subjectivity and accessibility, especially in under-resourced regions. This study proposes an automated diagnostic approach using a deep learning model based on DenseNet121 to classify RGB prostate images into BPH and normal categories. A region-specific dataset consisting of 176 labeled RGB images, collected from a clinical facility in Bangladesh, was used to train and evaluate the model. Pre-processing included image resizing, normalization, and data augmentation to enhance generalization. Transfer learning was employed to fine-tune the model, which was trained over 10 epochs using the Adam optimizer and cross-entropy loss. The model achieved a best validation accuracy of 94.12%, with a recall of 72.2% for BPH detection, demonstrating its ability to identify pathological patterns in simple imaging modalities. Despite challenges such as dataset size and imbalance, the findings indicate that RGB image-based deep learning models can support clinical diagnosis of BPH in low-resource settings. This work contributes a lightweight, accessible solution for prostate disease screening and provides a foundation for future research on scalable AI-assisted diagnostics.