cover
Contact Name
Ramdan Satra
Contact Email
Ramdan Satra
Phone
-
Journal Mail Official
ramdan@umi.ac.id
Editorial Address
-
Location
Kota makassar,
Sulawesi selatan
INDONESIA
ILKOM Jurnal Ilmiah
ISSN : 20871716     EISSN : 25487779     DOI : -
Core Subject : Science,
ILKOM Jurnal Ilmiah is an Indonesian scientific journal published by the Department of Information Technology, Faculty of Computer Science, Universitas Muslim Indonesia. ILKOM Jurnal Ilmiah covers all aspects of the latest outstanding research and developments in the field of Computer science, including Artificial intelligence, Computer architecture and engineering, Computer performance analysis, Computer graphics and visualization, Computer security and cryptography, Computational science, Computer networks, Concurrent, parallel and distributed systems, Databases, Human-computer interaction, Embedded system, and Software engineering.
Arjuna Subject : -
Articles 15 Documents
Search results for , issue "Vol 18, No 1 (2026)" : 15 Documents clear
Enhancing Crack Detection on Levees with Synthetic Data Augmentation via ACGAN and Attention-Boosted Faster R-CNN Saludin, Saludin; Priyadi, Wiwit; Artiani, Gita Puspa; Darmawan, Risanto; Khumaidi, Ali
ILKOM Jurnal Ilmiah Vol 18, No 1 (2026)
Publisher : Prodi Teknik Informatika FIK Universitas Muslim Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33096/ilkom.v18i1.3206.58-68

Abstract

This study introduces an innovative approach for detecting cracks on levee surfaces by integrating an Auxiliary Classifier Generative Adversarial Network (ACGAN) for data augmentation with a Faster R-CNN model enhanced by an attention mechanism. The ACGAN-based augmentation aims to generate synthetic images that enrich data variability in the original dataset. The attention-optimized Faster R-CNN is designed to improve detection precision, particularly for small objects and fine cracks that are difficult to distinguish from the background. Experimental results demonstrate that the incorporation of ACGAN improves detection performance, increasing both the mean Average Precision (mAP) and Average Recall (AR). The model achieved an mAP of approximately 0.56 at IoU = 0.50 and 0.34 at IoU = 0.75, while the AR (maxDets = 100) reached 0.55, indicating a strong capability in identifying most crack instances. When trained on the combined dataset of original and synthetic images, the Faster R-CNN model reached a precision of 0.92 for the severe crack class, while performance for minor cracks remained lower (precision 0.78). Adjusting the confidence threshold to 0.65 improved detection reliability by reducing noise and retaining high-confidence predictions. Improved performance in detecting severe cracks supports timely maintenance and repair decisions. This study demonstrates the effectiveness of GAN-based data augmentation and attention-enhanced object detection for automated structural health monitoring (SHM) of levee infrastructure
Automated Hyperparameter Optimization of Lightweight YOLO11s for Efficient Road Crack Detection Angreni, Ida Ayu Ari; Diyanti, Diyanti; Valentine, Vega
ILKOM Jurnal Ilmiah Vol 18, No 1 (2026)
Publisher : Prodi Teknik Informatika FIK Universitas Muslim Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33096/ilkom.v18i1.2894.138-150

Abstract

Automatic road crack detection plays an essential role in infrastructure maintenance, where rapid and accurate visual inspection is required under real-world conditions. Although deep learning–based detection models have demonstrated promising performance, many existing approaches rely on computationally intensive architectures or require manual hyperparameter tuning, which limits their efficiency and real-time applicability. Moreover, the integration of lightweight detection models with automated hyperparameter optimization remains relatively underexplored.This study proposes an efficient road crack detection framework based on a lightweight YOLO11s architecture enhanced through automated hyperparameter optimization using Optuna on the DeepCrack dataset. The proposed methodology includes image preprocessing through data augmentation, normalization, and resizing to improve model robustness. Subsequently, key hyperparameters including learning rate, weight decay, dropout rate, and optimizer selection are automatically optimized to obtain the best model configuration. Experimental results indicate that the optimized YOLO11s model achieves a precision of 90.4%, recall of 86.8%, mAP@0.5 of 89.8%, and mAP@0.5:0.95 of 63.6% after 25 optimization trials. These results demonstrate that automated hyperparameter optimization can significantly improve detection performance while maintaining computational efficiency. The main contribution of this study lies in the systematic integration of automated hyperparameter tuning within a lightweight YOLO-based framework, providing a resource efficient and accurate solution suitable for real-time and large-scale road damage monitoring
SMOTE-Based Comparative Analysis of Machine Learning Models for Stroke Risk Prediction Using Imbalanced Healthcare Data Siregar, Ratu Mutiara; Satria, Budy; Fadilah, Sandi; Mayola, Liga; Safira, Silky
ILKOM Jurnal Ilmiah Vol 18, No 1 (2026)
Publisher : Prodi Teknik Informatika FIK Universitas Muslim Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33096/ilkom.v18i1.3161.180-194

Abstract

Stroke remains one of the leading causes of mortality and long-term disability worldwide, with a significant burden in Indonesia. Early detection is crucial, as up to 90% of stroke cases are potentially preventable through timely intervention. However, predictive modeling for stroke risk is often challenged by imbalanced datasets, where non-stroke cases significantly outnumber stroke cases, potentially biasing classification models. This study aims to perform a systematic comparative evaluation of six machine learning algorithms Logistic Regression, Decision Tree, Random Forest, Naïve Bayes, Support Vector Machine (SVM), and Extreme Gradient Boosting (XGBoost) for stroke risk prediction under imbalanced data conditions. The dataset consists of 5,110 patient records with 11 health-related features obtained from a publicly available healthcare dataset. Data preprocessing included anomaly removal, categorical encoding, feature scaling, and class balancing using the Synthetic Minority Oversampling Technique (SMOTE). Model evaluation was conducted using 5-fold cross-validation and assessed through accuracy, precision, recall, and F1-score metrics. The experimental results demonstrate that ensemble-based models outperform single classifiers. Random Forest achieved the highest mean accuracy of 97.12% (±0.42) with an F1-score of 0.96, followed closely by XGBoost with 96.85% (±0.51). Both models also exhibited superior recall performance, indicating improved minority class detection. The novelty of this study lies in the systematic evaluation of multiple machine learning models using SMOTE-based balancing and cross-validation on publicly available healthcare data, providing robust comparative insights for imbalanced medical classification problems.
Enhancing Eye Disease Classification Accuracy Using Convolutional Neural Networks with Transfer Learning Addyna, Nazlina Izmi; Sembiring, Rahmat Widia; Windarto, Agus Perdana
ILKOM Jurnal Ilmiah Vol 18, No 1 (2026)
Publisher : Prodi Teknik Informatika FIK Universitas Muslim Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33096/ilkom.v18i1.2886.195-206

Abstract

Eye diseases serve as a primary contributor to global blindness, making early detection a critical determinant in effective treatment outcomes. While retinal fundus image analysis is the diagnostic standard, conventional manual methods are often hindered by observer subjectivity and time inefficiencies. This study aims to optimize eye disease classification using a Convolutional Neural Network (CNN) approach empowered by transfer learning techniques. Utilizing a dataset of 1,200 retinal fundus images sourced from Kaggle, this research classifies four categories: normal, glaucoma, cataract, and diabetic retinopathy. To mitigate the challenge of limited labeled medical datasets, specific data augmentation strategies—including random flip, zoom, and contrast adjustments—were applied. The study conducts a comparative evaluation of three architectures: standard VGG16, baseline MobileNet, and a proposed optimized MobileNet. The proposed method utilizes Random Search to systematically optimize hyperparameters such as learning rates, dense layer units, and dropout rates. Experimental results demonstrate that the optimized MobileNet achieved superior performance with 89.17% accuracy, significantly outperforming the VGG16 baseline 82,00% and baseline MobileNet 85,00%. Notably, the model achieved perfect recall for diabetic retinopathy, although glaucoma remained the most challenging class due to subtle morphological similarities with normal eyes. These findings confirm that integrating lightweight CNNs with appropriate transfer learning yields a diagnostic system that is not only accurate but also efficient for deployment in resource-constrained environments
Smart Journal Finder: A Web-Based Scientific Article Categorization Using Jaccard Similarity Rodiah, Rodiah
ILKOM Jurnal Ilmiah Vol 18, No 1 (2026)
Publisher : Prodi Teknik Informatika FIK Universitas Muslim Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33096/ilkom.v18i1.2814.17-29

Abstract

The rapid growth of scientific publications presents challenges for researchers in identifying appropriate journals for manuscript submission. With an overwhelming number of journals across diverse disciplines, manually matching a manuscript to a suitable journal becomes inefficient and prone to misclassification. This study proposes the Smart Journal Finder, a web-based system designed to recommend relevant scientific journals by analyzing textual similarities between user-submitted manuscripts and indexed journal articles. The system processes input data including the title, abstract, keywords, and field of study through several stages: preprocessing, stop word removal, stemming using the Nazief-Adriani algorithm, and duplicate term elimination. Similarity scoring is performed using the Jaccard Similarity algorithm, followed by ranking the results and displaying journal metadata such as subject, publisher, and citation metrics. Results show that the system accurately transforms and filters input text, effectively calculates similarity scores, and successfully matches manuscripts to appropriate journals. By automating this process, the Smart Journal Finder enhances the efficiency of journal selection, improves the relevance of publication targets, and supports researchers in increasing the visibility and impact of their work. However, the current implementation is limited to Indonesian-language journals and does not yet incorporate semantic similarity or multilingual processing. Future work will focus on expanding coverage across disciplines and integrating more advanced similarity models.

Page 2 of 2 | Total Record : 15