Claim Missing Document
Check
Articles

Found 4 Documents
Search
Journal : International Journal of Robotics and Control Systems

Impact of Hyperparameter Tuning on ResNet-UNet Models for Enhanced Brain Tumor Segmentation in MRI Scans Pamungkas, Yuri; Triandini, Evi; Yunanto, Wawan; Thwe, Yamin
International Journal of Robotics and Control Systems Vol 5, No 2 (2025)
Publisher : Association for Scientific Computing Electronics and Engineering (ASCEE)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31763/ijrcs.v5i2.1802

Abstract

Brain tumor segmentation in MRI scans is a crucial task in medical imaging, enabling early diagnosis and treatment planning. However, accurately segmenting tumors remains a challenge due to variations in tumor shape, size, and intensity. This study proposes a ResNet-UNet-based segmentation model using LGG dataset (from 110 patients), optimized through hyperparameter tuning to enhance segmentation performance and computational efficiency. The proposed model integrates different ResNet architectures (ResNet18, ResNet34, ResNet50, ResNet101, and ResNet152) with UNet, evaluating their performance under various learning rates (0.01, 0.001, 0.0001), optimizer types (Adam, SGD, RMSProp), and activation functions (Sigmoid). The methodology involves training and evaluating each model using Loss Function, Mean Intersection over Union (mIoU), Dice Similarity Coefficient (DSC), and Iterations per Second as performance metrics. Experiments were conducted on MRI brain tumor datasets to assess the impact of hyperparameter tuning on model performance. Results show that lower learning rates (0.0001 and 0.001) improve segmentation accuracy, while Adam and RMSProp outperform SGD in minimizing segmentation errors. Deeper models (ResNet50, ResNet101, and ResNet152) achieve the highest mIoU (up to 0.902) and DSC (up to 0.928), but at the cost of slower inference speeds. ResNet50 and ResNet34 with RMSProp or Adam provide an optimal trade-off between accuracy and computational efficiency. In conclusion, hyperparameter tuning significantly impacts MRI segmentation performance, and selecting an appropriate learning rate, optimizer, and model depth is crucial for achieving high segmentation accuracy with minimal computational cost.
Evaluating the Effectiveness of Alzheimer’s Detection Using GANs and Deep Convolutional Neural Networks (DCNNs) Pamungkas, Yuri; Syaifudin, Achmad; Crisnapati, Padma Nyoman; Hashim, Uda
International Journal of Robotics and Control Systems Vol 5, No 2 (2025)
Publisher : Association for Scientific Computing Electronics and Engineering (ASCEE)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31763/ijrcs.v5i2.1855

Abstract

Alzheimer’s is a gradually worsening condition that damages the brain, making timely and precise diagnosis essential for better patient care and outcomes. However, existing detection methods using DCNNs are often hampered by the problem of class imbalance in datasets, particularly OASIS and ADNI, where some classes are underrepresented. This study proposes a novel approach integrating GANs with DCNNs to tackle class imbalance by creating synthetic samples for underrepresented categories. The primary focus of this research is demonstrating that using GANs for data augmentation can significantly strengthen DCNNs performance in Alzheimer's detection by balancing the data distribution across all classes. The proposed method involves training DCNNs with both original and GAN-generated data, with data partitioning of 80:10:10 for training/ validation/ testing. GANs are applied to generate new samples for underrepresented classes within the OASIS and ADNI datasets, ensuring balanced datasets for model training. The experimental results show that using GANs improves classification performance significantly. In the case of the OASIS dataset, the mean accuracy and F1 Score rose from 99.64% and 95.07% (without GANs) to 99.98% and 99.96% (with GANs). For the ADNI dataset, the average accuracy and F1 Score improved from 96.21% and 93.01% to 99.51% and 99.03% after applying GANs. Compared to existing methods, the proposed GANs + DCNNs model achieves higher accuracy and robustness in detecting various stages of Alzheimer's disease, particularly for minority classes. These findings confirm the effectiveness of GANs in improving DCNNs' performance for Alzheimer's detection, providing a promising framework for future diagnostic implementations.
Deep Learning Approach to Lung Cancer Detection Using the Hybrid VGG-GAN Architecture Pamungkas, Yuri; Kuswanto, Djoko; Syaifudin, Achmad; Triandini, Evi; Hapsari, Dian Puspita; Nakkliang, Kanittha; Uda, Muhammad Nur Afnan; Hashim, Uda
International Journal of Robotics and Control Systems Vol 5, No 3 (2025)
Publisher : Association for Scientific Computing Electronics and Engineering (ASCEE)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31763/ijrcs.v5i3.1923

Abstract

Lung cancer ranks among the primary contributors to cancer-related deaths globally, highlighting the need for accurate and efficient detection methods to enable early diagnosis. However, deep learning models such as VGG16 and VGG19, commonly used for CT scan image classification, often face challenges related to class imbalance, resulting in classification bias and reduced sensitivity to minority classes. This study contributes by proposing an integration of the VGG architecture and Generative Adversarial Networks (GANs) to improve lung cancer classification performance through balanced and realistic synthetic data augmentation. The proposed approach was evaluated using two datasets: the IQ-OTH/NCCD Dataset, which classifies patients into Benign, Malignant, and Normal categories based on clinical condition, and the Lung Cancer CT Scan Dataset, annotated with histopathological labels: Adenocarcinoma, Squamous Cell Carcinoma, Large Cell Carcinoma, and Normal. The method involves initial training of the VGG model without augmentation, followed by GAN-based data generation to balance class distribution. The experimental results show that, prior to augmentation, the models achieved relatively high overall accuracy, but with poor performance on minority classes (marked by low precision and F1-scores and FPR exceeding 8% in certain cases). After augmentation with GAN, all performance metrics improved dramatically and consistently across all classes, achieving near-perfect precision, TPR, F1-score, and overall accuracy of 99.99%, and FPR sharply reduced to around 0.001%. In conclusion, the integration of GAN and VGG proved effective in overcoming data imbalance and enhancing model generalization, making it a promising solution for AI-based lung cancer diagnostic systems.
Recent Advances in Artificial Intelligence for Dyslexia Detection: A Systematic Review Pamungkas, Yuri; Rangkuti, Rahmah Yasinta; Karim, Abdul; Sangsawang, Thosporn
International Journal of Robotics and Control Systems Vol 5, No 3 (2025)
Publisher : Association for Scientific Computing Electronics and Engineering (ASCEE)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31763/ijrcs.v5i3.2057

Abstract

The prevalence of dyslexia, a common neurodevelopmental learning disorder, poses ongoing challenges for early detection and intervention. With the advancement of artificial intelligence (AI) technologies in the fields of healthcare and education, AI has emerged as a promising tool for supporting dyslexia screening and diagnosis. This systematic review aimed to identify recent developments in AI applications for dyslexia detection, focusing on the methods used, types of algorithms, datasets, and their performance outcomes. A comprehensive literature search was conducted in 2025 across databases including ScienceDirect, IEEE Xplore, and PubMed using a combination of relevant MeSH terms. The article selection process followed the PRISMA guidelines, resulting in the inclusion of 31 eligible studies. Data were extracted on AI approaches, algorithm types, dataset characteristics, and key performance metrics. The results revealed that machine learning (ML) was the most widely applied method (58.06%), followed by multi-method (22.58%), deep learning (16.13%), and large language models (3.23%). Among the ML algorithms, Random Forest and Decision Tree were the most commonly used due to their robustness and performance on structured datasets. In the deep learning category, CNN were the most frequently used models, especially for image-based and sequential input data. The datasets varied widely, including digital cognitive tasks, EEG, MRI, handwriting, and eye-tracking data, with several studies employing multimodal combinations. Ensemble and hybrid models demonstrated superior performance, with some achieving accuracy rates exceeding 98%. This review highlights that AI, particularly ML and multimodal ensemble methods, holds strong potential for improving the accuracy, scalability, and accessibility of dyslexia detection. Future research should prioritize large-scale, multimodal datasets, interpretable models, and adaptive learning systems to enhance real-world implementation.