Enhanced Inception ResNet V2 Model for Grape Leaf Disease Detection and Classification
No Thumbnail Available
Date
2025-01-25
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
Mekelle University
Abstract
Grapes are one of the most widely consumed and globally traded crops, benefiting both agricultural economy and healthy wise. However, their vulnerability to diseases can negatively affect the quality and quantity of the grapes being produced. The most common way of detecting and classifying these disease is through the use of human experts (manual inspection method), such as pathologists and botanists. This manual inspection method is prone to error, time consuming and inefficient for large scale farms. To tackle this problem several researchers have built an automated system that detects and classifies plant diseases in a more accurate and faster way. While these
studies show a reasonable result but still struggle with several issues, like poor accuracy, increased computational complexity and strong overfitting. Thus, our model addressed these issues by introducing an enhanced version of Pretrained Inception ResNet V2 architecture, By integrating a lightweight Reduction Module C which is responsible for reducing the grid size of the input image from 8 X 8 to 3 X 3 while increasing the feature maps from 1536 to 1600. This module allows the model to capture more complex features while ignoring relevant information leading to improved feature extraction capability. The proposed model achieved a superior F1 score of 99.89% on the validation set with only 0.21 million trainable parameters, outperforming EfficientNet-B4 (99.81% F1 score, 0.46 million parameters), Xception (99.73% F1 score, 1.05 million parameters), and the baseline Inception ResNet V2 (99.87% F1 score, 0.79 million parameters) in both accuracy and computational efficiency. The results show that the suggested model presents a promising solution for accurate and efficient grape leaf disease detection and classification.
Description
Keywords
Grape leaf diseases, disease classification, image processing, machine learning, convolutional neural networks (CNN), Inception ResNet V2, EfficentNet-B4, Xception, reduction module C.