Willy Muhammad Fauzi
Politeknik Negeri Subang

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

Found 2 Documents
Search

Attention-Based Multi-View Fusion YOLO for Non-Destructive Pineapple Sweetness Assessment Dwi Vernanda; Tri Herdiawan Apandi; Aisyah Suhailla Binti Jili; Desy Triastuti; Willy Muhammad Fauzi
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 10 No 2 (2026): April 2026
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v10i2.7382

Abstract

Classifying the sweetness level of pineapples is an important part of quality control, but existing methods still face issues of subjectivity and require destructive testing. Manual assessment is often inconsistent, while refractometer measurements require cutting the fruit open. Single-view computer vision offers a non-destructive alternative, yet its performance remains limited because visual cues related to sweetness appear on different sides of the fruit. This study introduces Multi-View Fusion YOLO (MVF-YOLO), a model that combines five viewpoints (full, front, left, right, and back) through an attention mechanism to perform adaptive sweetness classification. The dataset consists of 570 pineapples with TSS/TA ratios as the ground truth, producing 2,850 images grouped into three categories: sour (TSS/TA 10–20), ideal (TSS/TA 20–30), and very sweet (TSS/TA >30). MVF-YOLO achieved an mAP@0.5 of 82.1% and an overall accuracy of 84.2%, outperforming the single-view baseline by 14.3%. Attention weight analysis indicates that the full view contributes the most (0.267). With an inference time of 45.8 ms per fruit, the model is sufficiently efficient for use by farmers, distributors, and consumers. The results demonstrate that a multiview approach enhanced with learned attention can significantly improve sweetness classification accuracy without compromising computational efficiency.
EVALUASI KINERJA MODEL YOLOv11 UNTUK KLASIFIKASI TINGKAT KEMANISAN BUAH NANAS Willy Muhammad Fauzi; Dwi Vernanda; Tri Herdiawan Apandi
Jurnal Komputer dan Teknologi Vol 5 No 2 (2026): JUKOMTEK JULI 2026
Publisher : Yayasan Pendidikan Cahaya Budaya Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.64626/jukomtek.v5i2.734

Abstract

Sweetness is one of the main determinants of pineapple quality, yet its conventional measurement through the TSS/TA ratio requires cutting the fruit open, making it unsuitable for non-destructive, large-scale sorting. Prior work by our group has explored non-destructive classification approaches, including a multi-view attention-based fusion model. As part of the iterative model development process toward that solution, this paper reports and analyzes the performance of a simpler baseline: a single-view YOLO object detection model trained directly to localize and classify pineapples into three sweetness categories-Asam (sour), Manis Ideal (ideal), and Sangat Manis (very sweet)-from a single RGB image per fruit. The model was trained for 50 epochs and evaluated using standard object detection metrics. The baseline achieved an overall mAP@0.5 of 0.555 and mAP@0.5:0.95 of 0.460, with the best F1-score of 0.58 reached at a confidence threshold of 0.183. Per-class analysis shows that the Asam category was the easiest to detect (mAP@0.5 = 0.695), while Manis Ideal (0.505) and Sangat Manis (0.465) were considerably weaker. Confusion matrix analysis at the default confidence threshold reveals that only 32-64% of ground-truth instances per class were correctly classified, notably lower than the recall trend suggested during training, and that the Sangat Manis class-the smallest in the dataset-was most frequently confused with its visual neighbor, Manis Ideal. These findings indicate that a single viewpoint, without any imbalance handling, is not yet sufficient to reliably separate boundary categories, providing empirical grounds for the multi-view and attention-based refinements explored in the continuation of this research.