findings for deep feature extraction outperformed the
traditional classifiers. The work based on deep feature
extraction and classification with fine-tuned CNN
including fc6 layer of the AlexNet, Loss3 layer for
GoogleNet and fc1000 layer for ResNet50,
ResNet101 and DenseNet20. The majority voting
ensemble model attained the highest level of accuracy
(97.56%), next to the early fusion ensemble model
(96.83%).
Norhalina Senan et. al., (2020) proposed a model
that can reliably recognize the affected and healthy
paddy leaves, which is useful in automated paddy
categorization applications. The findings show that
the proposed CNN model outperformed (83%
accuracy) traditional classification techniques in
paddy leaf disease detection and classification.
Yong et. al. (2020) created the Inception-ResNet-
v2 model for early identification of pests.
Experiments demonstrated the recognition accuracy
of 86.1% and the results reveal that this hybrid
network model has a greater recognition accuracy
than the classic model and may be used to
successfully detect and classify the plant diseases and
insect pests.
Morteza Khanramaki et. al. (2021) developed an
ensemble technique for identifying citrus pests that
outperformed competing methods. Data
augmentation increases the quantity of pictures in the
dataset, which enhances classifier generalizability.
For the experimental analysis, a 10-fold cross
validation was performed to determine accuracy, and
it obtained 99.04%.
Lucas et al. (2021) implemented an integrated
CNN architecture that combines instance
segmentation with a Mask R-CNN and semantic
segmentation with UNet and PSPNet to detect
diseases and pests in coffee leaves. The MIoU for the
UNet and PSPNet networks was 94.25% and 93.54%,
respectively. The two networks produced very similar
results, with the UNet slightly outperforming the
PSPNet. However, PSPNet can be selected since its
lesion marker extends somewhat beyond its edge,
which can assist in lesion categorization, as the
intersection of the lesion and the healthy portion of
the leaf is not always immediately identifiable.
Several studies used neural networks to identify
and classify diseases. Earlier research employs shape,
color, and texture feature extraction approaches, as
well as typical machine learning classifiers. In more
recent investigations, CNN-based models have
shown significant success in the automated detection
of plant diseases and pests in leaves (Lu 2017, Liu
2017, Wallelign 2018, Picon 2019, Zhang 2019,
Rahman 2020, Wang 2020).
3 PROPOSED WORK
The existing manual methods for predicting disease
in plants are often crucial, labour-intensive, time-
consuming, lack of accuracy, not scale effectively to
meet the demands of large-scale agriculture. So the
objective of this research is to overcome these
challenges by utilizing the potential benefits of deep
learning techniques. The primary objective is to
design and develop an advanced deep learning-based
system capable of automatically detecting and
identifying plant diseases from images of plants.
This system will utilize CNNs and other deep
learning architectures to analyze visual data,
providing farmers with rapid, precise, and scalable
solutions for monitoring crop health. Ultimately, this
research will contribute to reducing yield losses,
promoting sustainable agriculture, and enhancing
global food production.
3.1 Research Challenges
Finding effective data augmentation and
preprocessing strategies to enhance image quality,
remove noise, and improve model robustness.
Designing models and algorithms that can scale to
handle large volumes of agricultural images
efficiently for timely detection of plant diseases.
Deep learning models often struggle with
generalizing their knowledge to new and unseen
conditions. For plant disease and pest detection,
models need to perform well across different seasons,
regions, and plant species. Achieving this level of
generalization while maintaining high accuracy is a
significant research challenge.
Enhance the interpretability of deep learning
models for plant disease detection. Understanding
how models make decisions is crucial for gaining
trust in their recommendations, especially in
agricultural decision-making.
3.2 Scope of the Project
In this research, we develop a comprehensive system
for the detection and identification of diseases in
plants through deep learning techniques. The scope
encompasses the collection of diverse plant data, the
implementation of advanced models, emphasizing
scalability and ethical considerations. It also involves
exploring novel methods.