Abstract
Plant leaf diseases pose significant threats to crop yield and agricultural sustainability, making early and accurate detection crucial for effective disease management. In current years, deep neural network (DNN) techniques have shown remarkable potential in the field of image classification, including plant disease detection. The study aims to investigate the performance of two popular deep learning architectures, namely, VGG16 and InceptionResNetV2, for the detection of tomato plant leaf disease. The proposed methodology involves acquiring a diverse dataset comprising high-resolution images of healthy and diseased leaves from the target crops. Preprocessing techniques such as image augmentation and normalization are applied to enhance the generalization ability of the models and mitigate overfitting. Transfer learning is employed to initialize the deep learning architectures with weights pre-trained on large-scale image datasets to accelerate convergence and improve the models' performance in limited data scenarios. To evaluate performance of proposed networks various metrics such as validation and test accuracies, precision and recall, F1 score, and the area under the curve (AUC) are considered. From the investigations, the classification accuracy of the finest architectures is as follows: 99.8 percent for VGG16 and 99.4 percent for InceptionResNetV2 on Corn Leaves. The results suggest that the models developed during the investigation phase to identify the leaf disease were superior to any existing Deep Neural Networks (DNNs).
Author Contributions
Copyright© 2025
Divakar Chennamsetti.
License
This work is licensed under a Creative Commons Attribution 4.0 International License.
This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Competing interests The authors have no conflict of interest to declare.
Funding Interests:
Citation:
Introduction
The agricultural industry has been facing a significant challenge in accurately and efficiently identifying plant diseases, which can have a devastating impact on crop yields and quality. Among the various crops, corn is a crucial staple food source that is susceptible to a range of leaf diseases, which can lead to substantial yield losses if not addressed promptly. Advancements in deep learning, a subset of machine learning, have revolutionized the field of plant disease detection and classification. Deep learning algorithms, particularly convolutional neural networks, have demonstrated remarkable performance in accurately identifying various plant diseases, including those affecting corn leaves. The development of robust and efficient deep learning models for the detection of corn leaf diseases is essential to support farmers and agricultural professionals in making timely and informed decisions to mitigate the impact of these diseases. One of the key challenges in developing effective deep learning models for corn leaf disease detection is the availability of high-quality and diverse datasets. Researchers have been working on creating and curating comprehensive datasets of corn leaf images, capturing a wide range of disease symptoms, environmental conditions, and image resolutions. Another important aspect in the development of deep learning models for corn leaf disease detection is the choice of appropriate neural network architectures. Architectures such as VGG16 and InceptionResNetV2 have shown promising results in the detection and classification of various plant diseases, including those affecting corn leaves. Recent studies have demonstrated the capabilities of deep learning models in accurately identifying multiple types of corn leaf diseases, including common rust, gray leaf spot, and northern corn leaf blight, among others. The development of user-friendly and accessible tools for farmers and agricultural professionals, enabling them to quickly and accurately identify and address corn leaf diseases, ultimately leading to improved crop yields and economic benefits. The subsequent portions of this paper are organized as follows: Section II offers a summary of pertinent research in plant disease detection and highlights the contributions of Deep Learning Neural Networks (DLNNs). Section III provides a comprehensive discussion of the approach, encompassing dataset specifics, experimental configuration, and architectural specifications of VGG16 and InceptionResNetV2. Section IV presents the experimental results and performance assessments of each DNN architecture for disease detection in tomatoes. Section V examines the findings, compares the architectures, and evaluates the generalizability of the results across different crops. Section VI closes the work by summarizing the principal insights and potential avenues for future research. This comparative study aims to enhance the understanding of DNN-based plant leaf disease detection and to aid in the creation of reliable and precise systems that promote sustainable agricultural practices and food production.
Materials And Methods
Corn, a staple food crop, is susceptible to various leaf diseases that can have a significant impact on its yield and quality. These diseases are often caused by fungal, bacterial, or viral pathogens, and can manifest through a range of symptoms, such as discoloration, lesions, and necrosis. Some of the common corn leaf diseases include: Common Rust: Caused by the fungus Puccinia sorghi, this disease is characterized by the appearance of reddish-brown powdery pustules on the leaves, which can lead to reduced photosynthesis and stunted plant growth Leaf Spot: Caused by the fungus Cercosporazeae-maydis, this disease is marked by the presence of rectangular, gray-colored lesions on the leaves, which can lead to premature leaf senescence and yield loss. Corn Leaf Blight: Caused by the fungus Exserohilumturcicum, this disease manifests as long, elliptical, grayish-green lesions on the leaves, which can significantly impact the plant's photosynthetic capacity and overall productivity. Accurate and timely identification of these corn leaf diseases is crucial for farmers and agricultural professionals to implement appropriate management strategies, such as the application of fungicides, cultural practices, and the selection of resistant cultivars. This advances by comparing two state-of-the-art designs rather than evaluating a single model, emphasizing essential crops such as maize. By contrasting VGG16 and InceptionResNetV2, one can gain a comprehensive grasp of their respective advantages and disadvantages in the realm of plant leaf disease identifying purposes. For analysis there are 10 different types of tomato leaf diseases are considered. The entire dataset is devided into training, validation and testing datasets. The resolution of the image in the dataset is exactly 256 by 256 pixels and is encoded in RGB. This is apparent in every image. Utilizing DNNs is crucial for accurately classifying large and complex datasets. Such networks are known to enhance success rates significantly by uncovering intricate, hidden features within the data. This enhanced detection capability stems from the multiple hidden layers and neurons in DNNs, which enable rapid assimilationof new information. However, the complexity of these networks also arises from their extensive layering. Furthermore, deep neural networks can be effectively trained using various optimizers like SGDM (stochastic gradient descent with momentum), ADAM (adaptivemoment estimation), and RMSprop (root mean squarepropagation). These optimizers play a key role in preventing overfitting during the training process. The dataset is evaluated for three different training rates 70%, 80% and 90%. VGG-16 is a prominent deep neural network designed for tasks like image classification and feature extraction. It features 16 trainable layers, comprising 13 convolutional layers and 3 fully connected layers. The architecture utilizes 3×3 convolutional filters arranged in sequence to identify detailed spatial patterns and incorporates max-pooling layers to reduce dimensionality. Its consistent structure offers a balance between simplicity and computational efficiency. Renowned for its strong generalization capabilities across diverse computer vision problems, VGG-16 continues to serve as a reference model. Although it demands more computational resources than newer architectures, it is valued for its reliability and robust performance The Inception-ResNet-v2 is a convolutional neural network architecture that integrates principles from both Inception and Residual Network (ResNet) frameworks. The aim of Inception-ResNet-v2 is to improve the efficiency and processing speed of deep learning networks. The proposed architectural design efficiently integrates the Inception architecture, recognized for its network-in-network feature learning approach, with the ResNet architecture, celebrated for its use of shortcut or residual connections to mitigate training difficulties in deep networks. The Inception-ResNet-v2 design is distinguished by its considerable depth, comprising 164 layers. Furthermore, it utilizes expansive architectures through parallel concatenations, commonly known as "towers," in accordance with the Inception paradigm. The architectural design in Optimization tasks focus on finding the best inputs for a specific goal to either boost or diminish performance. This process, from the onset of deploying models to the advanced training of neural networks on the ground, presents a significant challenge across different DNN methods. The model is evaluated for three different optimizers named ADAM, SGDM and RMSProp. Figure 10. Confusion Matrix for InceptionResNetV2 at 80% training rate Figure 11. Confusion Matrix for InceptionResNetV2 at 90% training rate
Results
Using a dataset of 7214 images of corn leaves, various DNNs' classification performance was assessed. Each solitary leaf in the RGB photos in this collection represents a picture that is precisely 250 pixels by 250 pixels in size. Every image contains this size. The suggested classifiers' performance is assessed at 70%, 80% and 90% training rate. The Confusion matrices from an Xception& InceptionResNetV2 classifier for tomato leaves, trained with three independent optimizer at an 80% rate, are shown in Table II and Table III. When using the RMSProp optimizer, the InceptionResNetV2 classifier achieved a validation accuracy of 99.5% (
CNN
4
3000
94.49
CNN
4
4000
91.2
CNN
4
5000
95
Inception ResNetV2
4
7214
97.9
Conclusion
This current study compares the performance of VGG16 and InceptionResNetV2 deep learning models for detecting corn leaf diseases, highlighting their high accuracy. The analysis revealed that Xception, combined with the RMSProp optimizer, outperformed InceptionResNetV2 in diagnosing tomato leaf diseases, particularly at an 80% training rate. The findings emphasize the potential of deep learning in automating plant disease detection. Future research should focus on integrating advanced models with IoT for real-time monitoring systems, enabling early disease identification and providing actionable insights. Such systems could revolutionize precision agriculture by improving crop health management and promoting sustainable farming through timely and capable interventions.