Deep Learning-based Multi-class Classification of Groundnut Leaf Diseases with InceptionV3
Abstract
Background: Groundnut is a vital crop affected by several foliar diseases, such as leaf spot, alternaria, rust and rosette. These diseases can reduce crop quality and yield. Manual identification is time-consuming and may lack accuracy. Deep learning methods offer a reliable alternative for automated disease detection. Methods: This study proposes a fine-tuned InceptionV3 convolutional neural network to classify five groundnut leaf classes. A dataset (Sourced from the Mendeley database) of 1,720 high-resolution images was used. These were collected under natural conditions from fields in Ramchandrapur village, West Bengal, India. Images were resized, normalized and augmented to improve model generalization. Transfer learning was applied using the InceptionV3 base model. A custom classification head was added with dense layers, batch normalization, dropout and L2 regularization. The model was trained with the RMSprop optimizer and evaluated using performance matrices, area under the curve (AUC) and Cohen’s Kappa. Result: The proposed model achieved a test accuracy of 98.26%. The macro average F1-score was 0.9872 and cohen’s kappa reached 0.9762. AUC values were above 0.998 for all classes. The model showed excellent performance, especially for minority classes like rosette and rust. It correctly classified almost all samples, with very few misclassifications. Compared to earlier studies, the model performed competitively and offered high interpretability and efficiency. These results support its use in real-world disease diagnosis in agriculture.