Mohammad Muzayyin Amrulloh
Universitas Negeri Malang

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

Found 1 Documents
Search

Incremental Effects of Augmentation Strategies on Pre-Augmented Biomedical Waste Detection Using YOLOv11n Jevri Tri Ardiansah; Ahmad Kholish Fauzan Shobiry; Anik Nur Handayani; Mohammad Muzayyin Amrulloh; Taiga Haruta
Sinkron : jurnal dan penelitian teknik informatika Vol. 10 No. 3 (2026): Article Research July 2026
Publisher : Politeknik Ganesha Medan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33395/sinkron.v10i3.16531

Abstract

Biomedical waste carries infectious and hazardous risk that makes accurate automated sorting valuable, and object detection offers a path toward automation, yet published studies rarely measure how much online data augmentation contributes once training images carry offline augmentation and mean Average Precision alone can conceal how augmentation shifts the balance between missed detections and false alarms.This study measures the incremental effect of Mosaic, MixUp, and Copy-Paste augmentation on YOLOv11n trained for biomedical waste detection, and verifies whether each augmentation executes as configured. We designed a 2×2×2 factorial ablation across eight configurations, trained YOLOv11n three times per configuration with different random seeds on a 14-class biomedical waste dataset and evaluated each run's best checkpoint on a held-out test set using mean Average Precision, precision, recall, and a corrected confusion matrix retaining the background class. We verified framework behavior through prediction-level identity, loss-level comparison, and instrumented tracing. Configurations combining Mosaic and MixUp raised mean Average Precision by 0.0053 over baseline, MixUp alone raised recall from 0.8950 to 0.9071, and Mosaic with MixUp raised precision to 0.9650. False negatives outnumbered false positives three to one across every configuration, identifying class-versus-background rather than inter-class confusion as the dominant failure mode. Copy-Paste showed zero measurable effect once verified, consistent with its restriction to segmentation tasks in the underlying framework. Online augmentation produces modest but distinguishable, metric-specific gains on pre-augmented biomedical waste data, and verifying framework behavior before attributing results to an augmentation strategy is necessary for reliable reporting.