Deep Learning Based Detection of Corn Stalk Diseases with XAI
Deep Learning Based Detection of Corn Stalk Diseases with XAI
Abstract:- This research aims at developing a deep disease detection system that leverages deep learning for
learning model for corn stalk disease detection (for accurate predictions and Grad-CAM for explainability.
anthracnose disease) using explainable AI approaches,
Grad-CAM. Based on the CNN deep learning models, the II. LITERATURE REVIEW
proposed system is developed. For inputs including
images of corn stalks, the system prepares them, Corn Stalk Disease Detection
generates visual descriptions of the layer, and correctly Corn stalk diseases have unique patterns, therefore, most
categorizes the image as being related to a healthy corn of the existing disease detection systems find it difficult to
plant or a diseased one. Overall, it plays a part in identify them with higher accuracy. Therefore, disease
enhancing explainability of model predictions to the end detection in corn stalks relies on manual inspection, which is
user, especially the uninitiated in the aspect of some level time consuming, subjective and has more chance for errors.
of understanding. However, the system significantly saves Also, another key issue is that these diseases are identified
training time and computational expense by using when the symptoms are very visible, which means late
transfer learning without a decline in accuracy. detection [4]. By that time, it’ll be too late for diagnosis. Also,
another challenge in making a system to identify corn stalk
Keywords:- Deep Learning, Grad-CAM, Convolutional diseases is lack of properly labelled, high quality, publicly
Neural Networks, Image Classification, Explainable AI. available dataset. This is one of the main reasons for not
having much research on corn stalk diseases.
I. INTRODUCTION
Image Processing and Deep Learning in Agricultural
Corn is among the most productive and dominant crops Disease Detection
grown around the world today. However, corn production Edge detection, contrast enhancement, noise reduction
faces significant challenges due to various diseases, including processors are some pre-processing techniques used in image
those affecting the stalk [1]. Stalk is the main part of the corn processing. [5].These methods also focus on the subject
plant, and it should be very strong in terms of handle the selection, what type of features of corn stalks indicate
weight of the corn ears and creating paths for the nutrients to disease, like lesions or discoloration. Disease symptoms are
run in them [2]. Anthracnose disease is a common fungal generally identified using deep learning models, mainly CNN
disease that softens the stalks, reduces yield and, in severe after some level of processing. CNNs can be trained directly
cases, results in the failure of the crop [3].One of the on raw image data to provide raw hierarchical features that
important factors in the disease control and reduction of their are ideal for disease detection of complex patterns in plant
effects is its initial and proper diagnosis. disease.[6]
Anthracnose Disease in Corn Stalks Deep learning models such as AlexNet, VGGNet,
Currently there is limited research specifically targeting RESNet, have been used for plant disease detection, obtaining
corn stalks diseases, especially anthracnose disease. These high accuracy for plant types [4]. Given big datasets of
diseases have unique patterns, existing systems fail to labeled images from which these models can be trained, it can
identify. Therefore, disease detection in corn stalks relies on be taught to distinguish between healthy plants and diseased
manual inspection. But it is time consuming, subjective and plants based on feature, if trained on.
can be prone to errors more often.
Transfer learning refers to the practice of utilizing a pre-
Motivation existing model that has been trained on a different but similar
Most existing research in the domain of corn disease problem. The corn stalk disease dataset is employed to further
detection has primarily focused on corn leaves rather than the train algorithms the foundational architecture of which was
stalk. Out of the very few research, there is no evidence for created on vast image datasets. This strategy builds from
anthracnose detection. This disease is causing significant yield existing information to not require a large amount of data and
losses, impacting food security and economic well-being, resources to train effective models from scratch.[7]
particularly for smallholder farmers. To address this
challenge, this research proposes an AI-driven corn stalk
Grad-CAM Heatmaps important features which was used by the model for the
The author has used Grad-CAM (Gradient weighted predictions. The generated Grad-CAM heatmaps have shown
Class Activation Mapping) to explain the predictions made that the model is accurately identifying the symptoms for
by the model. Grad-CAM is an XAI (Explainable Artificial anthracnose disease in corn stalks. By comparing with the
Intelligence) technique which helps for understanding of original image most of the regions that contains symptoms
model’s decision-making process by highlighting the are highlighted in the heatmaps.
The research done by the author highlights the Mr. Guhanathan Poravi thanks to his critiques,
challenging task of identifying corn stalk diseases, especially suggestions, and research viewpoints that the author was able
anthracnose disease. This is a significant issue in the domain to successfully conduct this research.
of agricultural disease identification, where most of the
systems either focuses on leaves or the whole plant. The REFERENCES
research is an important contribution to this field as it
addresses a critical challenge and proposes a solution for it. [1] N. Ansori, A. Rachmad, E. Mala, S. Rochman, and Y.
Panca Asmara, ‘Corn stalk disease classification using
In addition, for the proposing of the corn stalk disease random forest combination of extraction features’,
identification system, the author also has incorporated XAI Commun. Math. Biol. Neurosci., 2024, doi:
techniques like Grad-CAM to improve interpretability. This 10.28919/cmbn/8404.
is particularly important as explainability is a key factor in [2] L. S. Farmer Musings of a Pig, ‘The Importance of
ensuring the reliability and trustworthiness of the system. Corn’, Latham Hi-Tech Seeds. Accessed: Apr. 04,
2024. [Online]. Available:
VII. FUTURE ENHANCEMENTS https://www.lathamseeds.com/2012/06/the-
importance-of-corn/
As for the future enhancements, the author will develop [3] T. A. Jackson-Ziems, J. M. Rees, and R. M. Harveson,
a mobile application to allow farmers in remote areas to ‘Common Stalk Rot Diseases of Corn’, 2014.
quickly upload images of corn stalks and receive predictions [4] K. P. Ferentinos, ‘Deep learning models for plant
in real time. Also, the author will explore more XAI disease detection and diagnosis’, Comput. Electron.
techniques like a hybrid approach to improve the Agric., vol. 145, pp. 311–318, Feb. 2018, doi:
interpretability more. 10.1016/j.compag.2018.01.009.
[5] N. Ahmad, H. M. S. Asif, G. Saleem, M. U. Younus,
VIII. CONCLUSION S. Anwar, and M. R. Anjum, ‘Leaf Image-Based Plant
Disease Identification Using Color and Texture
In conclusion, this research successfully developed a Features’, Wirel. Pers. Commun., vol. 121, no. 2, pp.
deep learning-based corn stalk disease detection system using 1139–1168, Nov. 2021, doi: 10.1007/s11277-021-
ResNet50 and Grad-CAM for interpretability, achieving high 09054-2.
accuracy on unseen data and providing valuable visual [6] T. Islam, ‘Plant Disease Detection using CNN Model
explanations for model decisions. Through rigorous and Image Processing’, Int. J. Eng. Res., vol. 9, no.
evaluation and testing, the system has demonstrated its ability 10, Oct. 2020.
to address a real-world agricultural challenge, contributing to
both research and practical use.