SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 540
A Review Paper on Automated Plant Leaf Disease Detection Techniques
Prof Manali Tayade1, Prateek Shigli2, Vikas Tiwari3, Karan Singh 4, Wasim Sayed5
1Assistant Professor Dept. of Electronics and Telecommunication, Xavier Institute of Engineering, Mumbai,
Maharashtra, India
2,3,4,5Student, Dept. of Electronics and Telecommunication, Xavier Institute of Engineering, Mumbai, Maharashtra,
India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Agriculture accounts for 17% of the GDP in the
Indian economy. Many types of diseases are present in plants
such as blight, rot, bacterial wilt, etc. Some of these diseases
cannot be detected by the human eye. The wide variety of
diseases causes serious economic effects, resulting in
production losses and market declines. Plant diseasedetection
by implementing Machine Learningalgorithms, Convolutional
Neural Networks, ImageProcessing, andDeeplearningmodels
can be quite beneficial as it reduces a large work of
monitoring in big farms of crops, and can detectthesymptoms
of diseases at an early stage. In this paper, studies based on
various techniques of plant disease detection are reviewed.
Key Words: Convolutional Neural Networks, Machine
Learning Algorithms, Image Processing, SVM, RF, Plant
Disease, etc
1. INTRODUCTION
Agriculture has been a primary economy for manycountries
in the world. Agriculture techniques and practices have
evolved to meet the need of the large population of a
particular country and the World population too, but the
field has always been cornered regarding techniques to
identify plant disease. Climatic changes have affected crops
in many ways because of which different techniques are
being implemented to overcomethesedifficulties.Moreover,
recent trends have shifted to using natural products rather
than chemically compounded products, which has created
more pressure on the production of agricultural products.
This demand has given rise to the use of modern technology
such as AI, ML, and DL that has helped farmers in many
ways. Implementing techniques such as SVM, RF, VGC-19,
and CNN can efficiently detect diseases in plants.
2. LITERATURE SURVEY
2.1 Leaf Disease Detection using Support Vector
Machine, Debasish Das, Mahinderpal Singh, Sarthak
Swaroop Mohanty, and S. Chakravarty, IEEE 2020
The authors have developed an automatic leaf detection
model which helps in the early detection of diseases. They
have focused mainly on tomato leaves. The proposed model
includes six steps. Firstly the datasets are collected and
stored. Then the pre-processing of the image is done by
reducing the dimension of the image. Then the image goes
through the process of masking which is a technique for
separating features in an image. To extract the features of
the image, the Haralick algorithm is used, and the mean and
the standard deviation are calculated and stored. The
authors have used three differentclassifiersnamelyRandom
Forest, Logistic regression, and support vectormachine,and
found out that SVM produces the best results.
2.2 Plant Disease Detection Using MachineLearning, Mr.
RamachandraHebbar,NivedithaM,PoojaR,PrasadBhat
N, Shashank N, Mr. P V Vinod, IEEE2018
In this paper, the authors have used a random forest
machine-learning algorithm to classify healthy and disease
images. Firstly, the RGB image is converted to a grayscale
image to calculate the histogram of the image. The feature
vectors are generated using a Histogram of oriented
gradients (HoG). HoG is an element descriptor that is used
for object detection. The authors have made use of three
descriptors namely Hu moments, Haralick texture,andcolor
histogram. These generated features are saved and trained
under the random forest classifier for the prediction of the
results. The main aim of this project is to classify whether
the plant leaf is diseased or healthy using Random Forest
Algorithm as this algorithm provides the best accuracy as
compared to the other machine learning algorithms.
2.3 Application of Image Processing TechniquesinPlant
Disease Recognition, K. Renugambal, B. Senthilraja,
IJERT 2015
Image processing techniques are being put to use which
helps to classify and recognize the diseases in the sugarcane
crop. Sugarcane mainly isaffected bydiseaseslikeSugarcane
Mosaic Virus which forms a pattern of dark and light green
patches which run parallel to the midrib of a leaf or the Leaf
spot which is the formation of dark red to brown color spots
on leaves which may further affect photosynthesis. The
image processing techniques are used to detect the above
diseases and are done in the following steps. The first step is
image acquisition in which the images of the affected
sugarcane leaves are taken and stored in a JPEG format in
which the leaf is placed on a white backgroundandtheleafis
zoomed. Then comes the Imagepre-processingstepinwhich
the techniques used help to bring out details that are hidden
and highlight the features which we want to study in an
image. one such technique is histogram equalization which
distributes the intensities of the image which increases the
quality and visibility of the image. The third step is a color
transformation which is the comparison of the grayscale
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 541
image to color image in terms of luminance. The last step is
Image segmentation in which the image is segmented or
separated into different parts of special significance. This
helps to look further into the image which helps to find
affected areas more quickly.
2.4 Plant Disease Detection Using CNN, Emma Harte,
ResearchGate 2020
In the current era, where computers have been developed
and technology has advanced manyfold, the traditional
methods of finding crop diseases by humans are no longer
feasible. Convolutional Neural Networks (CNN) facilitate an
accurate diagnosis of plant diseases. The CNN classification
starts with data acquisition. The imagesusedarecapturedin
a very controlled environment to avoid any errors while
detecting the underlying disease. The images have
information about plant anatomy and data about different
stages of the disease. Once the data needed to work on is
acquired then it is pre-processed and divided into two parts
of 80% and 20% for training and validation respectively.
after that the images are resized and normalized. after this
classification by CNN is carried out.it starts by trailing the
image size so that the size of the image that has an accurate
performance is found. This is also called the model image.
Further, the model image changes brightness and warp.
2.5 Identification of Plant-Leaf Diseases Using CNN and
Transfer-Learning Approach, Sk Mahmudul Hassan,
Arnab Kumar Maji, Michal Jasiński,ZbigniewLeonowicz,
and Elzbieta Jasińskia, Electronics 2021
CNN and the transfer learning approach to detect plant leaf
diseases are discussed in this paper. Transfer learning can
train the network with a small amount of data and high
accuracy. In this, a computer usesinformationobtainedfrom
previous work to increase generalization to a new one. The
authors have used four deep learning models that are
InceptionV3, InceptionResnetV2, MobileNetV2, and
EfficientNetB0 for the detection of plant diseases.
InceptionV3 is used for assistinginimageanalysisandobject
detection. The InceptionResNetV2 architecture is the
combination of residual connection and the Inception
architecture. It combines the benefits of a residual network
with the unique characteristics of the Inception network's
multi-convolutional core. The reason authors made use of
MobileNetV2 architecture is because of the convolutional
layer which is cheaper compared to normal convolutions. In
the MobileNetV2 architecture, depth-wise separable
convolution is used for better efficiency.PlantVillagedataset
which consists of more than 50,000 images was used for the
training and testing purpose of the model. 80% of the
dataset was used for training purposes and the remaining
20% was used for testing. Compared to other models, the
EfficientNetB0 model achieved an accuracy rate of 99.56%
and the time required to train theimagesintheMobileNetV2
and EfficientNetB0 architectures was much less than that of
other machine-learning approaches.
2.6 A novel computer vision-based neutrosophic
approach for leaf disease identification and
classification, Dhingra, G., Kumar, V., & Joshi, H. D.,
Measurement 2019
The authors have designed modern segmenting systems
with a new set of features. All of the cycles are defined, from
photo selection to segmentation and finally classification.
The main aim of doing segmentation is to discover the
unhealthy areas of plant leaf to diagnose the disease. Based
on segmentation, new features were extracted. Nine
classifiers are supplied to test the precision of the suggested
functions. This model was created to distinguish between
healthy leaves and diseased leaves. When it came to data
presentation, RF outperformed other versions with 98.4
percent precision.
2.7 Using Deep Learning for Image-Based Plant Disease
Detection, Sharada P. Mohanty, David P. Hughes, and
Marcel Salathé, Frontier in Plant Science 2016
The authors in this paper demonstrated the use of the deep
learning method where they demonstrated the technical
viability and success rate of using technology in detecting
plant leaf disease so it can be implemented in smartphones.
Researchers used online free available datasets through the
PlantVillage organization which comprises in total 54,306
images of different plants leaf. They first experimented with
different formats of the dataset, and eventually proceeded
with a gray-scaled version. This approach eliminates the
unnecessary data collected during the regularizationofdata
collection. Outlining that in the repository,theyidentified 38
class labels where random guessingmightleadtoanaverage
accuracy of 2.68%. The model with the highest F1 score was
able to predict the outcome of a test with a 99.35%accuracy.
They made use of two different technology which were
AlexNet and GoogLeNet as this technology are excellent
models to execute the project.
2.8 Performance of deeplearningvsmachinelearningin
plant leaf disease detection, R. Sujatha, Jyotir Moy
Chatterjee, NZ Jhanjhi, Sarfraz Nawaz Brohi, Elsevier
2021
Authors targeted to classify citrus plant leaf disease using
both methods Machine Learning and Deep Learning to find
out which one of these performs better in detecting disease.
A total of 609 image samples were takenwhichcomprised of
healthy as well as the diseased leaf. Researchers executed
the different techniques for which they initially started with
procurement of datasets and Multiclass Classification was
carried out in which each sample was mapped into 5 class
labels based on the structures of the images that get
classified into different concepts for determining the
training, testing the data, were random sampling methods
and k-fold cross-validation methods are used. Further, the
Squeezenet method is used which ensuresthatinputgivenis
an inappropriate format for ML and DL to understand.
Moreover, now different techniques from Machine Learning
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 542
and Deep Learning were applied to analyze the accuracy of
the predictions made. It was observed that Deep Learning
techniques were more prominent and had higher-order
accuracy as compared to Machine Learning techniques.
Observed accuracy for Machine Learning was RF (76.8%),
SGD (86.5%), SVM (87%) and for Deep Learning it was VGG-
19(87.4%), Inception-v3(89%), VGG-16(89.5%). Hence, it
was proven that Deep Learning techniques dominate in
addressing complex issuesin a sensiblyshortamountoftime
and provide great classification Accuracy.
3. CONCLUSION
The primary purpose of reading this paper is to obtain a
better comprehension of the various research methods and
techniques used in the detection of plant leaf diseases, such
as machine learning, image processing, and Convolutional
Neural Network techniques. Another goal of this study is to
develop an effective approachtoidentifyand recognizeplant
illnesses, which will aid farmersandpathologistsinprospect
investigation.
REFERENCES
[1] Debasish Das, Mahinderpal Singh, Sarthak Swaroop
Mohanty, and S. Chakravarty,” Leaf Disease Detection
using Support Vector Machine”, 978-1-7281-4988-
2/20/$31.00 ©2020 IEEE.
[2] Mr. Ramachandra Hebbar, Niveditha M, Pooja R, Prasad
Bhat N, Shashank N, Mr. P V Vinod,” Plant Disease
Detection Using Machine Learning”, 978-1-5386-7523-
6/18/$31.00 ©2018 IEEE.
[3] Renugambal. K, Senthilraja. B, 2015, Application of
Image Processing Techniques in Plant Disease
Recognition, INTERNATIONAL JOURNAL OF
ENGINEERING RESEARCH & TECHNOLOGY (IJERT)
Volume 04, Issue 03 (March 2015).
[4] Harte, Emma. (2020). Plant Disease Detection using
CNN. 10.13140/RG.2.2.36485.99048.
[5] Hassan, S.M.; Maji, A.K.; Jasińnski, M.; Leonowicz, Z.;
Jasińska, E. Identification of Plant-Leaf Diseases Using
CNN and Transfer-Learning Approach.Electronics2021,
10, 1388.
[6] Gittaly Dhingra, Vinay Kumar, Hem Dutt Joshi, A novel
computer vision-based neutrosophic approach for leaf
disease identification and classification, Measurement
2019, ISSN 0263-2241.
[7] Mohanty SP, Hughes DP and Salathé M (2016) Using
Deep Learning for Image-Based PlantDiseaseDetection.
Front. Plant Sci. 7:1419. doi: 10.3389/fpls.2016.01419.
[8] R. Sujatha, Jyotir Moy Chatterjee, NZ Jhanjhi, Sarfraz
Nawaz Brohi, Performance of deep learning vs machine
learning in plant leaf disease detection,Microprocessors
and Microsystems, 2021, 103615, ISSN 0141-9331.

More Related Content

Similar to A Review Paper on Automated Plant Leaf Disease Detection Techniques

IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET Journal
 
Leaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and MLLeaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and ML
IRJET Journal
 
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET Journal
 
Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3
IRJET Journal
 
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant LeavesIRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET Journal
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor App
IRJET Journal
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
IRJET Journal
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection System
IRJET Journal
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection System
IRJET Journal
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET Journal
 
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
International Research Journal of Modernization in Engineering Technology and Science
 
Classify Rice Disease Using Self-Optimizing Models and Edge Computing with A...
Classify Rice Disease Using Self-Optimizing Models and  Edge Computing with A...Classify Rice Disease Using Self-Optimizing Models and  Edge Computing with A...
Classify Rice Disease Using Self-Optimizing Models and Edge Computing with A...
Damian R. Mingle, MBA
 
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET Journal
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN Technique
IRJET Journal
 
IRJET- Farmer Advisory: A Crop Disease Detection System
IRJET- Farmer Advisory: A Crop Disease Detection SystemIRJET- Farmer Advisory: A Crop Disease Detection System
IRJET- Farmer Advisory: A Crop Disease Detection System
IRJET Journal
 
A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...
IRJET Journal
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
IRJET Journal
 
Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...
IRJET Journal
 
Literature Survey on Recognizing the Plant Leaf Diseases in Digital Images
Literature Survey on Recognizing the Plant Leaf Diseases in Digital ImagesLiterature Survey on Recognizing the Plant Leaf Diseases in Digital Images
Literature Survey on Recognizing the Plant Leaf Diseases in Digital Images
IRJET Journal
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine Learning
IRJET Journal
 

Similar to A Review Paper on Automated Plant Leaf Disease Detection Techniques (20)

IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
 
Leaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and MLLeaf Disease Detection Using Image Processing and ML
Leaf Disease Detection Using Image Processing and ML
 
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
 
Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3Plant Disease Detection Using InceptionV3
Plant Disease Detection Using InceptionV3
 
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant LeavesIRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
 
Plant Disease Doctor App
Plant Disease Doctor AppPlant Disease Doctor App
Plant Disease Doctor App
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection System
 
Plant Disease Detection System
Plant Disease Detection SystemPlant Disease Detection System
Plant Disease Detection System
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
COMPARATIVE ANALYSIS OF DIFFERENT MACHINE LEARNING ALGORITHMS FOR PLANT DISEA...
 
Classify Rice Disease Using Self-Optimizing Models and Edge Computing with A...
Classify Rice Disease Using Self-Optimizing Models and  Edge Computing with A...Classify Rice Disease Using Self-Optimizing Models and  Edge Computing with A...
Classify Rice Disease Using Self-Optimizing Models and Edge Computing with A...
 
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVMIRJET-  	  Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN Technique
 
IRJET- Farmer Advisory: A Crop Disease Detection System
IRJET- Farmer Advisory: A Crop Disease Detection SystemIRJET- Farmer Advisory: A Crop Disease Detection System
IRJET- Farmer Advisory: A Crop Disease Detection System
 
A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
 
Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...
 
Literature Survey on Recognizing the Plant Leaf Diseases in Digital Images
Literature Survey on Recognizing the Plant Leaf Diseases in Digital ImagesLiterature Survey on Recognizing the Plant Leaf Diseases in Digital Images
Literature Survey on Recognizing the Plant Leaf Diseases in Digital Images
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine Learning
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 

Recently uploaded (20)

CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 

A Review Paper on Automated Plant Leaf Disease Detection Techniques

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 540 A Review Paper on Automated Plant Leaf Disease Detection Techniques Prof Manali Tayade1, Prateek Shigli2, Vikas Tiwari3, Karan Singh 4, Wasim Sayed5 1Assistant Professor Dept. of Electronics and Telecommunication, Xavier Institute of Engineering, Mumbai, Maharashtra, India 2,3,4,5Student, Dept. of Electronics and Telecommunication, Xavier Institute of Engineering, Mumbai, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Agriculture accounts for 17% of the GDP in the Indian economy. Many types of diseases are present in plants such as blight, rot, bacterial wilt, etc. Some of these diseases cannot be detected by the human eye. The wide variety of diseases causes serious economic effects, resulting in production losses and market declines. Plant diseasedetection by implementing Machine Learningalgorithms, Convolutional Neural Networks, ImageProcessing, andDeeplearningmodels can be quite beneficial as it reduces a large work of monitoring in big farms of crops, and can detectthesymptoms of diseases at an early stage. In this paper, studies based on various techniques of plant disease detection are reviewed. Key Words: Convolutional Neural Networks, Machine Learning Algorithms, Image Processing, SVM, RF, Plant Disease, etc 1. INTRODUCTION Agriculture has been a primary economy for manycountries in the world. Agriculture techniques and practices have evolved to meet the need of the large population of a particular country and the World population too, but the field has always been cornered regarding techniques to identify plant disease. Climatic changes have affected crops in many ways because of which different techniques are being implemented to overcomethesedifficulties.Moreover, recent trends have shifted to using natural products rather than chemically compounded products, which has created more pressure on the production of agricultural products. This demand has given rise to the use of modern technology such as AI, ML, and DL that has helped farmers in many ways. Implementing techniques such as SVM, RF, VGC-19, and CNN can efficiently detect diseases in plants. 2. LITERATURE SURVEY 2.1 Leaf Disease Detection using Support Vector Machine, Debasish Das, Mahinderpal Singh, Sarthak Swaroop Mohanty, and S. Chakravarty, IEEE 2020 The authors have developed an automatic leaf detection model which helps in the early detection of diseases. They have focused mainly on tomato leaves. The proposed model includes six steps. Firstly the datasets are collected and stored. Then the pre-processing of the image is done by reducing the dimension of the image. Then the image goes through the process of masking which is a technique for separating features in an image. To extract the features of the image, the Haralick algorithm is used, and the mean and the standard deviation are calculated and stored. The authors have used three differentclassifiersnamelyRandom Forest, Logistic regression, and support vectormachine,and found out that SVM produces the best results. 2.2 Plant Disease Detection Using MachineLearning, Mr. RamachandraHebbar,NivedithaM,PoojaR,PrasadBhat N, Shashank N, Mr. P V Vinod, IEEE2018 In this paper, the authors have used a random forest machine-learning algorithm to classify healthy and disease images. Firstly, the RGB image is converted to a grayscale image to calculate the histogram of the image. The feature vectors are generated using a Histogram of oriented gradients (HoG). HoG is an element descriptor that is used for object detection. The authors have made use of three descriptors namely Hu moments, Haralick texture,andcolor histogram. These generated features are saved and trained under the random forest classifier for the prediction of the results. The main aim of this project is to classify whether the plant leaf is diseased or healthy using Random Forest Algorithm as this algorithm provides the best accuracy as compared to the other machine learning algorithms. 2.3 Application of Image Processing TechniquesinPlant Disease Recognition, K. Renugambal, B. Senthilraja, IJERT 2015 Image processing techniques are being put to use which helps to classify and recognize the diseases in the sugarcane crop. Sugarcane mainly isaffected bydiseaseslikeSugarcane Mosaic Virus which forms a pattern of dark and light green patches which run parallel to the midrib of a leaf or the Leaf spot which is the formation of dark red to brown color spots on leaves which may further affect photosynthesis. The image processing techniques are used to detect the above diseases and are done in the following steps. The first step is image acquisition in which the images of the affected sugarcane leaves are taken and stored in a JPEG format in which the leaf is placed on a white backgroundandtheleafis zoomed. Then comes the Imagepre-processingstepinwhich the techniques used help to bring out details that are hidden and highlight the features which we want to study in an image. one such technique is histogram equalization which distributes the intensities of the image which increases the quality and visibility of the image. The third step is a color transformation which is the comparison of the grayscale
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 541 image to color image in terms of luminance. The last step is Image segmentation in which the image is segmented or separated into different parts of special significance. This helps to look further into the image which helps to find affected areas more quickly. 2.4 Plant Disease Detection Using CNN, Emma Harte, ResearchGate 2020 In the current era, where computers have been developed and technology has advanced manyfold, the traditional methods of finding crop diseases by humans are no longer feasible. Convolutional Neural Networks (CNN) facilitate an accurate diagnosis of plant diseases. The CNN classification starts with data acquisition. The imagesusedarecapturedin a very controlled environment to avoid any errors while detecting the underlying disease. The images have information about plant anatomy and data about different stages of the disease. Once the data needed to work on is acquired then it is pre-processed and divided into two parts of 80% and 20% for training and validation respectively. after that the images are resized and normalized. after this classification by CNN is carried out.it starts by trailing the image size so that the size of the image that has an accurate performance is found. This is also called the model image. Further, the model image changes brightness and warp. 2.5 Identification of Plant-Leaf Diseases Using CNN and Transfer-Learning Approach, Sk Mahmudul Hassan, Arnab Kumar Maji, Michal Jasiński,ZbigniewLeonowicz, and Elzbieta Jasińskia, Electronics 2021 CNN and the transfer learning approach to detect plant leaf diseases are discussed in this paper. Transfer learning can train the network with a small amount of data and high accuracy. In this, a computer usesinformationobtainedfrom previous work to increase generalization to a new one. The authors have used four deep learning models that are InceptionV3, InceptionResnetV2, MobileNetV2, and EfficientNetB0 for the detection of plant diseases. InceptionV3 is used for assistinginimageanalysisandobject detection. The InceptionResNetV2 architecture is the combination of residual connection and the Inception architecture. It combines the benefits of a residual network with the unique characteristics of the Inception network's multi-convolutional core. The reason authors made use of MobileNetV2 architecture is because of the convolutional layer which is cheaper compared to normal convolutions. In the MobileNetV2 architecture, depth-wise separable convolution is used for better efficiency.PlantVillagedataset which consists of more than 50,000 images was used for the training and testing purpose of the model. 80% of the dataset was used for training purposes and the remaining 20% was used for testing. Compared to other models, the EfficientNetB0 model achieved an accuracy rate of 99.56% and the time required to train theimagesintheMobileNetV2 and EfficientNetB0 architectures was much less than that of other machine-learning approaches. 2.6 A novel computer vision-based neutrosophic approach for leaf disease identification and classification, Dhingra, G., Kumar, V., & Joshi, H. D., Measurement 2019 The authors have designed modern segmenting systems with a new set of features. All of the cycles are defined, from photo selection to segmentation and finally classification. The main aim of doing segmentation is to discover the unhealthy areas of plant leaf to diagnose the disease. Based on segmentation, new features were extracted. Nine classifiers are supplied to test the precision of the suggested functions. This model was created to distinguish between healthy leaves and diseased leaves. When it came to data presentation, RF outperformed other versions with 98.4 percent precision. 2.7 Using Deep Learning for Image-Based Plant Disease Detection, Sharada P. Mohanty, David P. Hughes, and Marcel Salathé, Frontier in Plant Science 2016 The authors in this paper demonstrated the use of the deep learning method where they demonstrated the technical viability and success rate of using technology in detecting plant leaf disease so it can be implemented in smartphones. Researchers used online free available datasets through the PlantVillage organization which comprises in total 54,306 images of different plants leaf. They first experimented with different formats of the dataset, and eventually proceeded with a gray-scaled version. This approach eliminates the unnecessary data collected during the regularizationofdata collection. Outlining that in the repository,theyidentified 38 class labels where random guessingmightleadtoanaverage accuracy of 2.68%. The model with the highest F1 score was able to predict the outcome of a test with a 99.35%accuracy. They made use of two different technology which were AlexNet and GoogLeNet as this technology are excellent models to execute the project. 2.8 Performance of deeplearningvsmachinelearningin plant leaf disease detection, R. Sujatha, Jyotir Moy Chatterjee, NZ Jhanjhi, Sarfraz Nawaz Brohi, Elsevier 2021 Authors targeted to classify citrus plant leaf disease using both methods Machine Learning and Deep Learning to find out which one of these performs better in detecting disease. A total of 609 image samples were takenwhichcomprised of healthy as well as the diseased leaf. Researchers executed the different techniques for which they initially started with procurement of datasets and Multiclass Classification was carried out in which each sample was mapped into 5 class labels based on the structures of the images that get classified into different concepts for determining the training, testing the data, were random sampling methods and k-fold cross-validation methods are used. Further, the Squeezenet method is used which ensuresthatinputgivenis an inappropriate format for ML and DL to understand. Moreover, now different techniques from Machine Learning
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 542 and Deep Learning were applied to analyze the accuracy of the predictions made. It was observed that Deep Learning techniques were more prominent and had higher-order accuracy as compared to Machine Learning techniques. Observed accuracy for Machine Learning was RF (76.8%), SGD (86.5%), SVM (87%) and for Deep Learning it was VGG- 19(87.4%), Inception-v3(89%), VGG-16(89.5%). Hence, it was proven that Deep Learning techniques dominate in addressing complex issuesin a sensiblyshortamountoftime and provide great classification Accuracy. 3. CONCLUSION The primary purpose of reading this paper is to obtain a better comprehension of the various research methods and techniques used in the detection of plant leaf diseases, such as machine learning, image processing, and Convolutional Neural Network techniques. Another goal of this study is to develop an effective approachtoidentifyand recognizeplant illnesses, which will aid farmersandpathologistsinprospect investigation. REFERENCES [1] Debasish Das, Mahinderpal Singh, Sarthak Swaroop Mohanty, and S. Chakravarty,” Leaf Disease Detection using Support Vector Machine”, 978-1-7281-4988- 2/20/$31.00 ©2020 IEEE. [2] Mr. Ramachandra Hebbar, Niveditha M, Pooja R, Prasad Bhat N, Shashank N, Mr. P V Vinod,” Plant Disease Detection Using Machine Learning”, 978-1-5386-7523- 6/18/$31.00 ©2018 IEEE. [3] Renugambal. K, Senthilraja. B, 2015, Application of Image Processing Techniques in Plant Disease Recognition, INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH & TECHNOLOGY (IJERT) Volume 04, Issue 03 (March 2015). [4] Harte, Emma. (2020). Plant Disease Detection using CNN. 10.13140/RG.2.2.36485.99048. [5] Hassan, S.M.; Maji, A.K.; Jasińnski, M.; Leonowicz, Z.; Jasińska, E. Identification of Plant-Leaf Diseases Using CNN and Transfer-Learning Approach.Electronics2021, 10, 1388. [6] Gittaly Dhingra, Vinay Kumar, Hem Dutt Joshi, A novel computer vision-based neutrosophic approach for leaf disease identification and classification, Measurement 2019, ISSN 0263-2241. [7] Mohanty SP, Hughes DP and Salathé M (2016) Using Deep Learning for Image-Based PlantDiseaseDetection. Front. Plant Sci. 7:1419. doi: 10.3389/fpls.2016.01419. [8] R. Sujatha, Jyotir Moy Chatterjee, NZ Jhanjhi, Sarfraz Nawaz Brohi, Performance of deep learning vs machine learning in plant leaf disease detection,Microprocessors and Microsystems, 2021, 103615, ISSN 0141-9331.