KP 2021
KP 2021
Akshai KP J.Anitha
Karunya Institute of Technology and Karunya Institute of Technology and
Sciences Sciences
Coimbatore, India Coimbatore, India
2021 3rd International Conference on Signal Processing and Communication (ICPSC) | 978-1-6654-2864-4/20/$31.00 ©2021 IEEE | DOI: 10.1109/ICSPC51351.2021.9451696
[email protected] [email protected]
Abstract—Agriculture plays a crucial role in the Indian trained using the plant dataset. Among them, the DenseNet
economy. Early detection of plant diseases is very much model achieved the highest accuracy of 98.27%.
essential to prevent crop loss and further spread of diseases.
Most plants such as apple, tomato, cherry, grapes show visible
symptoms of the disease on the leaf. These visible patterns can
be identified to correctly predict the disease and take early II. RELATED WORKS
actions to prevent it. The conventional method is the farmers
or plant pathologists manually observe the plant leaf and In [1] authors proposed a method to classify different
identify the type of disease. In this project, a deep learning plant diseases using the EfficientNet deep learning model.
model is trained to classify the different plant diseases. The The model was trained using the Plant Village dataset having
convolutional neural network (CNN) model is used due to its 55,448 images and the augmented version of the dataset has
massive success in image-based classification. The deep 61,486 images. The proposed EfficientNet model's
learning model provides faster and more accurate predictions performance is compared with other state-of-the-art CNN
than manual observation of the plant leaf. In this work, the models such as ResNet, VGG, AlexNet, and Inception
CNN model and pre-trained models such as VGG, ResNet, and model. In transfer learning, all the layers were set to
DenseNet models are trained using the dataset. Among them, trainable. Among all the models, the EfficientNet B5 and B6
the DenseNet model achieves the highest accuracy. models achieved the highest results.
Keywords—Plant disease detection, Convolutional Neural M. Akila and P. Deepan used Region-based Fully
Networks, Transfer Learning, VGG, ResNet, DenseNet. Convolutional Network (R-FCN), Faster Region-based CNN
(Faster R-CNN), and Single Shot Multibox Detector (SSD)
to classify different plant leaf diseases [2]. The dataset
contains plant leaf disease images of commercial crops such
I. INTRODUCTION as banana, sugarcane, cotton, potato, brinjal, carrot, chilly,
Plant disease detection is a significant challenge in the rice, wheat, and guava. The images were collected from the
agriculture sector. Some of the plants show visible symptoms internet and by manually taking the photo. The image
on the plant leaf. These leaf patterns can be used to identify augmentations such as affine and perspective transformation,
different diseases and take immediate action to prevent the rotations, and image intensity transformations were
spread. Most of these plant diseases are difficult to detect performed to expand the dataset and to prevent the model's
through naked eyes, and even experienced persons end up overfitting.
wrong. The accuracy of the manual prediction depends upon In [3], the authors used Caffe deep learning framework
the experience and knowledge of the person [1]. There are with Imagenet weights to classify plant diseases. The model
much research works done for plant leaf disease consists of eight learning layers and five convolution and
identification using machine learning and deep learning fully connected layers. The dataset was prepared by
models. This study proposes a deep learning model to downloading images from the internet. Image augmentation
classify different plant diseases. In standard machine was performed to increase the dataset and prevent overfitting
learning models, the features are extracted manually, and the during the training stage. The proposed Caffe model
algorithm learns from that data. Thus it is a two-step process. achieved an accuracy of 96%.
The deep learning model uses an artificial neural network
that can learn features from an input image and make Plant disease detection can be done by targeting the
intelligent decisions on its own. Thus deep learning models disease-affected places using image processing techniques.
are far more capable than the standard machine learning Sanjay and Shrikant used simple threshold methods and
models for image-based classification. triangle thresholding methods to segment the leaf and lesion
area, respectively [4]. The diseases are classified by
The working model uses convolutional neural networks calculating the lesion and leaf area. The proposed system
and transfer learning to classify different plant leaf diseases. achieved an accuracy of 98.60%.
CNN is a type of deep learning neural network and has good
success in image-based classification. The proposed system Revathi and Hemalatha used particle swarm optimization
is faster and more accurate than the conventional way of (PSO) for feature extraction and Cross Information Gain
manual observation of each plant leaf. Deploying such a Deep forward Neural Network to classify different cotton
model into a mobile application can help farmers detect leaf diseases with an overall accuracy of 95% [5]. The color,
different plant diseases using mobile cameras and take shape, and texture features are extracted using particle swarm
necessary actions to avoid disease spread. For this study, the optimization to classify different diseases. The feature
images of grape plant diseases from the Plant Village dataset extraction method helps to identify the disease leaf spots and
are used to train the model. The CNN (Convolutional neural increases the model's overall accuracy.
network), VGG19, ResNet-152v2, and DenseNet models are
Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:10:55 UTC from IEEE Xplore. Restrictions apply.
2021 3rd International Conference on Signal Processing and Communication (ICPSC) | 13 – 14 May 2021 | Coimbatore
408
Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:10:55 UTC from IEEE Xplore. Restrictions apply.
2021 3rd International Conference on Signal Processing and Communication (ICPSC) | 13 – 14 May 2021 | Coimbatore
409
Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:10:55 UTC from IEEE Xplore. Restrictions apply.
2021 3rd International Conference on Signal Processing and Communication (ICPSC) | 13 – 14 May 2021 | Coimbatore
Fig 7 a-b) Loss and Accuracy curves of the CNN model. c-d) Loss and Accuracy curves of the VGG model e-f) Loss and Accuracy
curves of the ResNet model g-h) Loss and Accuracy curves of the DenseNet model
410
Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:10:55 UTC from IEEE Xplore. Restrictions apply.
2021 3rd International Conference on Signal Processing and Communication (ICPSC) | 13 – 14 May 2021 | Coimbatore
Fig 7 a) Confusion matrix of CNN Model b) Confusion matrix of VGG Model c) Confusion matrix of ResNet Model d) Confusion
matrix of DenseNet Model
411
Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:10:55 UTC from IEEE Xplore. Restrictions apply.