Comparative Performance Analysis of YOLOv8Model and Traditional Machine Learning Models for Maize Leaf Disease Detection

Rosemary Ngozi Ariwa,Joshua Babatunde Agbogun,Monday Jubrin Abdullahi,Temidayo Oluwatosin Omotehinwa,Bethel Ugochukwu Nnamani,Daniel Gabriel Zhetu,Umar Gambo Abubakar
DOI: https://doi.org/10.47514/kjcs/2024.1.2.008
2024-06-30
Abstract:This paper titled “Performance Evaluation of Yolo version 8 Model and Some Machine Learning Models for Maize Leaf Disease Detection” presents a novel approach to plant disease detection using You Only Look Once (YOLO) machine learning model, implemented in Python and associated libraries. The study is only concerned with performance evaluation of Yolo version eight model and other existing models using Confusion Matrix and Receiver Operating Characteristic (ROC) curve. For data analysis, the cross-platform Anaconda Navigator was used, while the programming language Python was used. The acquired data was used for both training and evaluating the model. The performance of yolov8 model was evaluated by means of confusion matrix as well as Roc Curve with other machine learning models, the roc curve is a graphical plot that illustrates the diagnostic ability of a binary classifier system as its discrimination threshold is varied, it plots the True Positive Rate against the False Positive Rate at different thresholds. The model is evaluated at various threshold, where each threshold gives a different level of confidence in the prediction. The You Only Look Once (YOLO) version8 algorithm was employed to develop a Maize leaf detection system, which outperformed algorithms such as Convolutional neutral network (84%), K-Nearest Neighbor (81%), Random Forest (85%), and Support Vector Machine (82%), achieving an impressive accuracy of 99.80%. Future work should explore the inclusion of multiple leaves in a single frame for disease detection, consider environmental factors such as temperature and humidity and develop approaches for detecting disease stages.
What problem does this paper attempt to address?