Muhammad Faqih
Universitas Islam Negeri Maulana Malik Ibrahim Malang

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Endoscopic Image Classification Using ConvNeXt for GERD and Polyp Identification Muhammad Faqih; Okta Qomaruddin Aziz; Ajib Hanani
Jurnal Ilmu Komputer dan Informasi Vol. 19 No. 2 (2026): Jurnal Ilmu Komputer dan Informasi (Journal of Computer Science and Informatio
Publisher : Faculty of Computer Science - Universitas Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.21609/jiki.v19i2.1702

Abstract

Early and accurate detection of gastrointestinal abnormalities, such as gastroesophageal reflux disease (GERD) and intestinal polyps, is essential for preventing severe clinical complications. However, manual interpretation of endoscopic images is often constrained by inter-observer variability and time limitations. This study proposes a ConvNeXt-Tiny-based deep learning framework for multi-class classification of gastrointestinal endoscopic images. Experiments were conducted using the GastroEndoNet v3 dataset, which contains 4,006 images categorized into four classes: GERD, GERD Normal, Polyp, and Polyp Normal. A total of twelve experimental scenarios were designed to systematically evaluate the effects of dataset-provided augmentation, ImageNet-based normalization, and batch size on model performance. The optimal configuration, combining augmentation, normalization, and a batch size of 64, achieved a test accuracy of 99.75% and a macro-averaged F1- score of 0.9977, indicating stable convergence and strong generalization on unseen data. The results demonstrate that ConvNeXt-Tiny effectively captures disease-relevant visual patterns in endoscopic images while maintaining consistent performance across varying training conditions. Comparative evaluation with a transformer-based baseline further indicates that modern convolutional architectures remain competitive for gastrointestinal image classification tasks. The proposed framework establishes a reliable and lightweight baseline for automated gastrointestinal disease detection. Extensions to video-based endoscopy would require incorporating temporal information across consecutive frames, which is beyond the scope of the current image-based study.
Efficient and Robust Crosswalk Segmentation under Adverse Weather Using ConvNeXt-Enhanced DeepLabv3 Muhammad Faqih; Ridho Aulia Rahman; Khadijah Fahmi Hayati Holle
Jurnal Ilmu Komputer dan Informasi Vol. 19 No. 2 (2026): Jurnal Ilmu Komputer dan Informasi (Journal of Computer Science and Informatio
Publisher : Faculty of Computer Science - Universitas Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.21609/jiki.v19i2.1757

Abstract

Reliable crosswalk perception is crucial for first-person vision (FPV) navigation in assistive guidance and intelligent transportation, but segmentation accuracy often decreases under glare, rain reflections, nighttime illumination, and worn low-contrast markings. This study proposes ConvNeXt-Enhanced DeepLabv3 (CEDL), a pixel-level segmentation architecture that integrates DeepLabv3 atrous multiscale encoding with the modern convolutional design of ConvNeXt-Tiny. Experiments were conducted on the FPVCrosswalk2025 dataset, containing synthetic and real FPV images captured under sunny, cloudy, rainy, and night conditions. The proposed model was compared with DeepLabv3 using ResNet50 and MobileNetV3-L backbones under the same training and evaluation protocol. CEDL achieved the best overall performance, with 0.946 mean IoU and 0.972 Dice, while maintaining strong percondition robustness and improved boundary preservation for thin crosswalk structures. It also achieved practical inference speed at 20.6 ms per frame, nearly five times faster than ResNet-50, despite having more parameters than MobileNetV3-L. Qualitative results show more continuous crosswalk stripes and fewer missed segments under adverse conditions. These findings indicate that CEDL provides a robust and computationally practical solution for FPV crosswalk segmentation on a mixed synthetic-real benchmark.