Claim Missing Document
Check
Articles

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

Heavy–Light Soft-Vote Fusion of EEG Heatmaps for Autism Spectrum Disorder Detection Melinda, Melinda; Gazali, Syahrul; Away, Yuwaldi; Rafiki, Aufa; Wong, W.K; Muliyadi, Muliyadi; Rusdiana, Siti
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 8 No 1 (2026): January
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v8i1.1377

Abstract

Autism spectrum disorder is a neurodevelopmental condition that affects social communication and behaviour, and diagnosis still relies on subjective behavioural assessment. Electroencephalography provides a noninvasive view of brain activity but is noisy and often analysed with handcrafted features or evaluation schemes that risk data leakage. This study proposes a deep learning pipeline that combines wavelet denoising, EEG-to-image encoding, and heavy-light decision fusion for autism detection from EEG. Sixteen-channel EEG from children and adolescents with autism and typically developing peers in the KAU dataset is denoised using discrete wavelet transform shrinkage, segmented into fixed 4 second windows, and rendered as pseudo colour heatmaps. These images are used to fine-tune five ImageNet pretrained architectures under a unified training protocol with 5-fold cross-validation. Heavy-light fusion combines one heavyweight backbone and one lightweight backbone through weighted soft voting on class posterior probabilities. The strongest single model, ConvNeXt Tiny, attains about 97.25 percent accuracy and 97.10 percent F1 score at the window level. The best heavy light pair, ConvNeXt plus ShuffleNet, reaches about 99.56 percent accuracy and 99.53 percent F1, with sensitivity and specificity in the 99 percent range. Fusion mainly reduces missed ASD windows without increasing false alarms, indicating complementary error patterns between heavy and light models. These findings show that the proposed denoise encode classify pipeline with heavy light fusion yields more robust autism EEG classification than individual backbones and can support EEG-based decision support in autism screening.
CNN-Based Facial Image Analysis for Pediatric Down Syndrome Classification Yunidar, Yunidar; Harahap, Inda Mariana; Melinda, Melinda; Rosmawinda, Rosmawinda; Basir, Nurlida; Rafiki, Aufa; Rahman, Imam Fathur
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 8 No 2 (2026): April
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v8i2.1523

Abstract

Down syndrome (trisomy 21) is a genetic disorder caused by an extra copy of chromosome 21, resulting in distinctive developmental facial characteristics and intellectual delays. Early detection is crucial to enable timely medical intervention. However, conventional diagnostic procedures still rely on clinical observation and genetic testing, which can be invasive and expensive. This study proposes a facial image–based classification system for detecting Down syndrome using a Convolutional Neural Network (CNN) approach. Seven CNN architectures were evaluated, namely EfficientNetB0, MobileNetV2, ResNet34, ShuffleNetV2, AlexNet, VGG19, and InceptionV3, under two training scenarios: with and without early stopping. The dataset consisted of 1,000 facial images of children with and without Down syndrome, split into training, validation, and test sets at 60:20:20. Face detection was performed using the Haar Cascade Classifier, followed by data augmentation techniques including rotation, zoom, translation, horizontal flipping, and Gaussian noise to improve model generalization and reduce overfitting. Experimental results show that the VGG19 architecture achieved the best performance, with an accuracy of 94.5%, precision of 91.59%, recall of 98%, and an F1-score of 94.69%. A one-way ANOVA test yielded an F-value of 0.003 and a p-value of 0.955 (> 0.05), indicating no statistically significant difference between models trained with and without early stopping. Grad-CAM visualization highlighted key facial regions, namely the eyes, nose, and mouth, as the primary contributors to classification, while analysis using 68 facial landmark points revealed distinctive morphological patterns associated with Down syndrome. The integration of CNN models, Grad-CAM visualization, and facial landmark analysis demonstrates a promising, interpretable, and non-invasive approach to supporting early Down syndrome screening using facial images