Journal of Advances in Plant Biology

Journal of Advances in Plant Biology

Current Issue Volume No: 1 Issue No: 4

Review-article Article Open Access
  • Available online freely Peer Reviewed
  • Comparative Study Of Deep Learning Techniques For Detecting Corn Plant Leaf Diseases Using Transfer Learning

    1 Professor, Dept. of Information Technology, S.R.KR. Engineering College, Bhimavaram. 

    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
    Received Jan 15, 2025     Accepted Mar 11, 2025     Published Mar 20, 2025

    Copyright© 2025 Divakar Chennamsetti.
    License
    Creative Commons 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:

    Divakar Chennamsetti (2025) Comparative Study Of Deep Learning Techniques For Detecting Corn Plant Leaf Diseases Using Transfer Learning Journal of Advances in Plant Biology . - 1(4):7-19
    DOI 10.14302/issn.2638-4469.japb-25-5395

    Introduction

    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. 123 The traditional method of manual inspection and diagnosis of corn leaf diseases by experts is time-consuming, labor-intensive, and often requires extensive knowledge of plant pathology. 3

    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. 45

    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

    Materials & Methodology

    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 2.

    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. Figure 1 illustrates the framework of the suggested leaf disease detection methodology.

    Proposed Framework

    For analysis there are 10 different types of tomato leaf diseases are considered. The entire dataset is devided into training, validation and testing datasets. Figure 2 depicts plant disease of corn leaves and their distributions.

    Corn Leaf Disease varieties and their Distribution

    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. Figure 3 depicts a sample of images for each leaf.

    Disease Leaves of Corn

    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%.

    ENHANCED DNN ARCHITECTURES VGG16

    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 Figure 4.

    Architecture of Xception
    INCEPTIONRESNETV2

    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 Figure 5 adeptly identifies intricate patterns inside datasets using numerous repetitions of Inception blocks (Inception-A, Inception-B, Inception-C), focused on achieving network homogeneity and enhancing factorization. Residual connections in this architecture establish shortcuts, enhancing gradient transmission and mitigating the vanishing gradient issue in deep networks. A scaling factor of 0.1 for residual branches prior to summing with preceding layer outputs guarantees network stability. This model exhibits great accuracy in large-scale picture recognition tasks while maintaining a lower parameter count and computational complexity compared to models such as VGG, yet it delivers higher performance. Utilized in diverse fields necessitating precise image classification, including medical imaging and autonomous driving, it implements a comprehensive data augmentation strategy during training to reduce the risk of overfitting.

    Architecture of InceptionResNetV2 16

    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.

    Confusion Matrix for VGG16 at 70% training rate Confusion Matrix for VGG16 at 80% training rate Confusion Matrix for VGG16 at 90% training rate Confusion Matrix for InceptionResNetV2 at 70% training rate

    Figure 10. Confusion Matrix for InceptionResNetV2 at 80% training rate

    Figure 11. Confusion Matrix for InceptionResNetV2 at 90% training rate

    Results

    Results and discussions

    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. Table 1 displays a chart listing the diseases and their corresponding class number.

    Performance Comparison
    Ref No Method Used No. of Classes Size of the Data Set Accuracy( %)
    13 CNN 4 3000 94.49
    14 CNN 4 4000 91.2
    15 CNN 4 5000 95
      Inception ResNetV2 4 7214 97.9

    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% (Figure 12), but the Xception classifier achieved testing accuracy of 99.8% (Figure 13). Figure 13 demonstrates that when compared to other classiferes for tomato leaves, Xception DNN.

    Performance metrics of VGG16 Performance Metrics of InceptionResNetV2

    Table 1 shows the results of the performance comparison, which shows that the suggested method obtained higher accuracy than the current ML and DL classifiers. From the analysis it is oobserved that two advanced deep learning models, VGG16 and InceptionResNetV2, are most suitable to the detection of diseases in corn plant leaves. It uniquely demonstrates the superior performance of the InceptionResNetV2 Network, especially when optimized with the RMSProp optimizer, at an 70% training rate. This specificity in application, combined with a detailed examination of the models' effectiveness in plant disease diagnosis, offers new insights into precision agriculture and highlights the practical implications of deep learning in enhancing crop health management strategies.

    Conclusion

    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.

    Affiliations:
    Affiliations: