Tobacco Disease Detection and Classification For Grading System Using Convolutional Neural Network
Tobacco Disease Detection and Classification For Grading System Using Convolutional Neural Network
ISSN No:-2456-2165
Abstract:- Tobacco being one of the perennial crops that application to another. Usually this is the case because a
are the major source of forex in Malawi. But due to the digital image processing system is hard coded to only be
decrease in agricultural extension workers specializing in effective and efficient in only one area of application and
Tobacco this paper proposes a remedy for tobacco disease might not perform well in another field. This problem is
detection and grading using a convolution neural network corrected by adding highly advance digital image processing
(CNN). This paper proposes the use of CNN as a machine system with artificial intelligence, specifically neural
learning algorithm for the training a system to detect networks due to their capability of learning new tasks by
tobacco diseases while grading the tobacco. This paper specifying urgings in the algorithm. Digital image processing
also compares CNN algorithm with other neural network has a lot of algorithms which use different techniques but
algorithms in terms of sensitivity, specificity and other share common steps to achieve a given objective whether it is
parameters such that the CNN proves to be efficient and image compression or image recognition. The fundamental
effective hence offering higher performance of the steps in digital image processing image acquisition, image
algorithms. This research work will be designing and enhancement, image restoration, color image processing,
developing a learning model, which will classify, grade wavelets and multiresolution processing, compression,
and detect the disease in the tobacco plant leaf by using morphological processing, segmentation, representation and
the convolutional neural network based on the type of the description, and object recognition. This paper involves the
tobacco Leaf. As these convolutional networks work with usage of digital image processing together with neural
a large number of images for the training of the model, networks in the recognition and identification of tobacco
real-time images will be collected from the reliable source diseases [15].
such as Agricultural Research and Extension Trust
(ARET) and Tobacco Auction Flow Point respectively. II. RELATED WORKS
Keywords:- Image Processing, Convolutional Neural Agricultural equipment is evolving specifically precise
Network (CNN), Leaf Detection, Agricultural Research and prediction of diseases in plants [1]. This has facilitated very
Extension Trust (ARET), Tobacco Classification, Tobacco much in the objective of attaining food security in a lot of
Grading countries and making sure that farmers have the maximum
quality of produce from the farm. The capability to detect
I. INTRODUCTION diseases and to grade tobacco reduces subjective interference
of human beings who are fallible. Expert systems were one of
The effective preservation of plant diseases is closely the necessary steps toward automation of detection of tobacco
related to bearable agriculture and climate variation [8]. diseases and grading, but they were not as accurate and fast
Digital image processing has been applied in a variety of as those of neural networks [2]. Expert systems are rule-based
fields especially in medicine and agriculture. Digital image where by the algorithm is based on conditions defined by a
processing is used in a numerous-fields and it helps in programmer or system engineer. A field as complex as
automation of various processes requiring human being visual medicine it is almost impossible for a system developer to
perception which is effectively side stepped by the inception anticipate all possible conditions without missing out. This
of digital image processing. Digital image processing is very gives enough of a reason why machine learning using neural
important because it involves the use of machines which are networks fits better for problems such as detection and
accurate every time they are running since they do not get prediction of diseases. In the paper [3] convoluted neural
tired despite the long time spent running. Another importance networks (CNN) are used as the basis for training a system.
of digital image processing is the capability of using a high Deep neural networks (DNN) are the most basic but they have
computation power obtained from advanced computers and a disadvantage with vanishing gradients. In order to overcome
computing concepts such quantum computing which can help the drawbacks of such traditional method, new techniques are
in performing highly complex tasks within a small amount of needed to predict the grading process. This has been proven
time. Not only that, but also, application in a wide variety of by the previous studies [4,9], where they applied image
areas which makes it very flexible. Although digital image processing and machine learning techniques to develop an
processing acquisition is much of attention in technological automatic grading system for flue-cured tobacco leaves. They
developments, it is also very incomplete especially when it projected algorithms to extract the leaves’ color, shape,
comes to interoperability of a given system from one area of quality, injury and waste tolerance, stalk point, and maturity.
After the text edit has been completed, the paper is ready 𝑇𝑁+𝑇𝑃
Accuracy=
Using MATLAB quantitative results were collected with the 𝑇𝑁+𝑇𝑃+𝐹𝑃+𝐹𝑁
help of high-end performance computers so as to have a
detailed account of how the residual neural network algorithm Whereby, TN means true negative
works and performs as compared to other types of neural TP means true positive,
network algorithms. FP means false positive,
and FN means false negative.
Figure 5 shows that CNN is the best algorithm in terms
of accuracy as compared to both deep neural network (DNN)
due to the missing or disappearing gradients because in the
DNN measurements are taken frequently hence little to no
change is observed.
91.6
F-measure between algorithms
91.4
71
91.2
70
70
F-measure
91
DNN RNN CNN
69
Algorithm
68
Fig 5:- accuracy between algorithms 67
DNN RNN CNN
From figure 6 sensitivity of the CNN algorithm is
exponentially greater than that of both RNN and DNN Algorithm
because the CNN does not jump layers like the RNN and it
takes into consideration small difference between objects or Fig 8:- F-measure between algorithms
features.
V. CONCLUSION
sensitivity between algorithms This paper uses CNN with the help of RNN in such a
way that the traditional structure and partition memory works
85 as feedback loops. RNN (residual neural network) was
designed and developed using MATLAB Resnet-50 and it
80 successfully predicted tobacco diseases upon training it with a
Sensitivity