Plant Leaf Disease Detection Using Deep Learning: Mr. Thangavel. M - AP/ECE, Gayathri P K, Sabari K R, Prathiksha V
Plant Leaf Disease Detection Using Deep Learning: Mr. Thangavel. M - AP/ECE, Gayathri P K, Sabari K R, Prathiksha V
ISSN: 2278-0181
ETEDM – 2022 Conference Proceedings
Abstract:- The latest improvements in computer vision Deep learning is the advanced methods of machine
formulated through deep learning have paved the method for learning that uses neural networks that works like the
how to detect and diagnose diseases in plants by using a human brain Traditional methods involve the use of
camera to capture images as basis for recognizing several semantic features as theclassification method.
types of plant diseases. This study provides an efficient
A convolutional neural network (CNN) is a deep
solution for detecting multiple diseases in several plant
varieties. The system was designed to detect and recognize learning model that is widely used in image processing.
several plant varieties specifically apple, corn, grapes, potato, The work of Lee et al. presents a hybrid model to
sugarcane, and tomato. The system can also detect several obtain characteristicsof leaves using CNN and classify the
diseases of plants. extracted features of leaves. The methodology in the
Comprised of 35,000 images of healthy plant leaves and study involves three key stages: acquisition of data, pre-
infected with the diseases, the researchers were able to train processing of data and image classification. The study
deep learning models to detect and recognize plant diseases utilized dataset from Plant village dataset that contains
and the absence these of diseases. The trained model plant varieties of apple, corn, grapes, potato,
hasachieved an accuracy rate of 96.5% and the system was
sugarcane, and tomato. There are 11 types of plant
able toregister up to 100% accuracy in detecting and
recognizing theplant variety and the type of diseases the plant diseases identified in the study including healthy
was infected. images of identified plants. Image pre-processing
involves re-sized images and enhancement before
Keywords: Plant disease recognition, deep learning, computer supplying it for the
vision, convolutional neural network classification model.
C. Activation Layer
Utilizes a non-linear ReLU (Rectified Linear Unit)
Fig 1. Illustration of Convolutional Neural Network Architecture activation layer in every convolution layer. The application of
dropout layers to prevent overfitting is also applied in this
A. Convolutional Layer layer.
Convolutional layers store the output of the kernels from the
previous layer which consists of weights and biases to be D. Fully Connected Layer
learned. The generated kernels that represent the data without This layer is used to analyze the class probabilities and the
an error is the point of the optimization function. In this layer, a output is the input of the classifier. Softmax classifier is the
sequence of mathematical processes is done to extract the well-known input classifier and recognition and classification
feature map of the input image .Fig. 2 exhibits the operation of of sugarcane diseases are applied in this layer.
the convolution layer for a 5x5 image input and a result is a 3x3
filter that reduced to a smaller size . Also, the figure shows the Methodology
shifting of filter starting from the upper left corner of the input
image. The values for each step are thenmultiplied by the values A block diagram presented in Fig. 4 shows the Input Dataset,
of the filter and the added values are the result. A new matrix Image Acquisition, Image pre-processing and Classification.
with the reduced size is formed from the input image.
Dataset
Image Acquisition
Image Pre-processing
Classification
Fig. 2 5x5 input and 3x3 filter operation of convolution layer. Fig. 4 Plant leaf detection and disease recognition methodology
C. Classification
Classification uses a fully connected layers and for feature
extraction it uses convolutional and pooling layers. The
classification process classifies the plant leaf if it is infected
with the disease or not, identifies the type of plant disease and
recognize the plant variety.
Experimental Settings
References