Multiclass classification of diseased grape leaf identification using deep convolutional neural network(DCNN) classifier

Kerehalli Vinayaka Prasad,Hanumesh Vaidya,Choudhari Rajashekhar,Kumar Swamy Karekal,Renuka Sali,Kottakkaran Sooppy Nisar
DOI: https://doi.org/10.1038/s41598-024-59562-x
IF: 4.6
2024-04-19
Scientific Reports
Abstract:The cultivation of grapes encounters various challenges, such as the presence of pests and diseases, which have the potential to considerably diminish agricultural productivity. Plant diseases pose a significant impediment, resulting in diminished agricultural productivity and economic setbacks, thereby affecting the quality of crop yields. Hence, the precise and timely identification of plant diseases holds significant importance. This study employs a Convolutional neural network (CNN) with and without data augmentation, in addition to a DCNN Classifier model based on VGG16, to classify grape leaf diseases. A publicly available dataset is utilized for the purpose of investigating diseases affecting grape leaves. The DCNN Classifier Model successfully utilizes the strengths of the VGG16 model and modifies it by incorporating supplementary layers to enhance its performance and ability to generalize. Systematic evaluation of metrics, such as accuracy and F1-score, is performed. With training and test accuracy rates of 99.18 and 99.06%, respectively, the DCNN Classifier model does a better job than the CNN models used in this investigation. The findings demonstrate that the DCNN Classifier model, utilizing the VGG16 architecture and incorporating three supplementary CNN layers, exhibits superior performance. Also, the fact that the DCNN Classifier model works well as a decision support system for farmers is shown by the fact that it can quickly and accurately identify grape diseases, making it easier to take steps to stop them. The results of this study provide support for the reliability of the DCNN classifier model and its potential utility in the field of agriculture.
multidisciplinary sciences
What problem does this paper attempt to address?
The paper is primarily dedicated to solving the problem of effective identification and classification of grape leaf diseases. The research team developed a classifier model based on a deep convolutional neural network (DCNN) aimed at improving the accuracy and timeliness of grape leaf disease diagnosis to reduce the impact of diseases on the grape growing industry. Specifically, the researchers adopted the following methods: 1. **Dataset**: A publicly available dataset was used, containing images of four different categories of grape leaf diseases (black rot, ESCA, leaf blight, and healthy leaves), totaling 9027 images. These images were preprocessed and augmented using data augmentation techniques. 2. **Model Construction**: - The initial model employed a convolutional neural network (CNN) model without using data augmentation techniques. Although the training accuracy was high, the validation accuracy was low, indicating a potential overfitting problem. - Based on this, the researchers further developed a CNN model with data augmentation, increasing the diversity and quantity of training data through random rotations, flips, and other methods, thereby improving the model's generalization ability. - Finally, the research team designed a deep convolutional neural network (DCNN) classifier model based on the VGG16 architecture and added three additional convolutional layers to enhance performance. 3. **Model Evaluation**: The model was systematically evaluated using metrics such as accuracy and F1 score. The results showed that the DCNN classifier model achieved accuracies of 99.18% and 99.06% on the training and testing data, respectively, significantly outperforming the results of using only the CNN model. 4. **Application Prospects**: The DCNN classifier model can not only quickly and accurately identify grape diseases but also serve as part of a decision support system for farmers, helping them take timely measures to prevent the spread of diseases, thereby improving the efficiency and yield of grape cultivation. In summary, this research addresses the problem of automatic identification of grape leaf diseases by constructing an efficient DCNN classifier model, providing strong technical support for disease management in the agricultural field.