<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>T. Daniya and S. Vigneshwari, “A review on machine learning techniques for rice plant
disease detection in agricultural research,” Int. J. Adv. Sci. Technol.</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.1016/j.procs.2020.03.308</article-id>
      <title-group>
        <article-title>Identification of Rice Plant Diseases Using Image Processing, Machine Learning &amp; Deep Learning: A Review</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Madhu Bala</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vineet Mehan</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>28</volume>
      <issue>13</issue>
      <fpage>06</fpage>
      <lpage>07</lpage>
      <abstract>
        <p>Agriculture is the primary source of livelihood for about more than 50% of the Indian population and rice is one of the major food grains of India. It is observed that rice plant diseases are the major contributors to reduce the production &amp; quality of food. Identification of such diseases may improve the production quality. This paper gives an idea about different methods such as image processing, machine learning &amp; deep learning which are used to detect deadly diseases in rice plants. Much research has been done to automate the rice plant disease detection process using images of the leaf. This manuscript has compared different rice plant disease detection methods and it is found that deep learning methods are more promising than other two methods.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Rice plant</kwd>
        <kwd>image processing</kwd>
        <kwd>machine learning</kwd>
        <kwd>segmentation</kwd>
        <kwd>deep learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>2. Types of Rice Diseases</title>
      <sec id="sec-2-1">
        <title>Rice plant diseases can infect rice at all growth stages and at its all parts (leaf, neck and root). These are mainly caused by bacteria, viruses, or fungi. Though there exist several rice plant diseases, based on the survey some of the most prominent diseases affecting the rice plant are listed in table 1.</title>
        <p>small black linear lesions on leaf blades, leaf
tips may turn grey and dry[5].
elongated lesions near the leaf tips and
margins, and turns white to yellow and then
grey due to fungal attack [5].
dark brown colored and round to oval-shaped
lesions on rice leaves[5].
white to gray-green lesions or spots, with dark
green borders.</p>
        <p>Older lesions on the leaves are elliptical shaped
and whitish to gray centers with red to
brownish or necrotic borders.</p>
        <sec id="sec-2-1-1">
          <title>Greenish grey spots on the sheath of leaf either</title>
          <p>in oval or elliptical are formed irregularly. The
enlarged spots become grey combined with
white with an outline border in purple brown
or blackish brown can be seen[6].</p>
          <p>The formation of small seized black lesions
found on the sheath of the outer leaf close to
the water line, which spread to the sheath of
inner leaf resulting in the rotting of tissues[6].</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Image</title>
      </sec>
      <sec id="sec-2-3">
        <title>Acquisition</title>
      </sec>
      <sec id="sec-2-4">
        <title>Image preprocessing</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3.1 Image Acquisition</title>
    </sec>
    <sec id="sec-4">
      <title>Methodology Used</title>
      <sec id="sec-4-1">
        <title>The basic steps of the rice plant disease detection system include different modules such as image</title>
        <p>acquisition, pre-processing, image segmentation, feature extraction, and classification.
on</p>
      </sec>
      <sec id="sec-4-2">
        <title>Segmentati</title>
      </sec>
      <sec id="sec-4-3">
        <title>Feature</title>
      </sec>
      <sec id="sec-4-4">
        <title>Extraction</title>
      </sec>
      <sec id="sec-4-5">
        <title>Classifica tion</title>
      </sec>
      <sec id="sec-4-6">
        <title>In image processing, it is defined as the retrieval of an image from some source which can either</title>
        <p>be manual capturing of images or some dataset. Most of the researchers have captured images using a
camera with high resolution in paddy fields and then resized the images into some definite number of
pixels[7]–[9]. On the other hand, the dataset named UC Irvine Machine Learning Repository [1] and
imageNet [10] is also used for image acquisition.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>3.2 Image pre-processing</title>
      <sec id="sec-5-1">
        <title>It includes resizing, cropping and removal of noise from the given image. The preprocessing step aims to enhance some image features that are required for further processing. This step includes the removal of some undesired features from the given image. For example, the background and an irrelevant portion of the image is discarded to reduce image processing time[11].</title>
      </sec>
      <sec id="sec-5-2">
        <title>Segmentation is an important step in object recognition tasks. It transforms images into a form</title>
        <p>that is more meaningful and less complex to analyze. Here, an image can be divided into some
regions based on the desired feature[12]. Several segmentation techniques are the Otsu segmentation
method, K-Means Clustering, region segmentation, contours, etc.</p>
      </sec>
      <sec id="sec-5-3">
        <title>The feature extraction process extorts the features from the segmented based on shapes, colors, and textures[13]. Some shape-based features are area, axis, and angle[14].</title>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>3.3 Segmentation</title>
    </sec>
    <sec id="sec-7">
      <title>3.4 Feature Extraction</title>
    </sec>
    <sec id="sec-8">
      <title>3.5 Classification</title>
      <p>Classification is an important module in plant disease detection systems. It is defined as a process
of categorizing plant leaf images based on identified diseases. There are two main classification
techniques namely supervised and unsupervised. In Supervised classification, we have pre-trained
data that helps to predict outcomes for some unforeseen data. The trained classifier is used to group
different pictures. The Unsupervised order utilizes the properties of the pixels to bunch them, these
gatherings known as a group, and process called clustering[15]. Some supervised classification
algorithms like Logistic Regression, K-Nearest Neighbor, Decision Tree, Naive Bayes were applied
for classification[16]. Also, the artificial neural network is one of the emerging methods of
classification.</p>
    </sec>
    <sec id="sec-9">
      <title>4. Comparative Analysis</title>
      <sec id="sec-9-1">
        <title>In this section, the most recent proposed solutions that are performing best for different types of</title>
        <p>disease identification of paddy crops are presented along with their performance measure (Table II).
Most researchers have identified four major diseases of rice plants: blast, bacterial blight, spot, and
leaf smut. Different segmentation and classification techniques are used for detecting these diseases.
K-means clustering and Otsu’s method are giving significant results for segmentation. Further, it is
observed that deep neural network and decision tree classifiers are giving the highest accuracy of
&gt;=97% for identifying rice plant diseases. Several researches have been done to find the optimum
solution to identify most prominent diseases in the rice plant[17].</p>
        <sec id="sec-9-1-1">
          <title>Recognition of 330 images: Global threshold Blast and Accuracy</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>5. Conclusion &amp; Future scope</title>
      <sec id="sec-10-1">
        <title>Rice plant diseases can reduce the production of the crop. So, it is the need of the hour to find an</title>
        <p>optimum solution for this problem. Different techniques are applied on diseased rice images so that
further research can be made in this area to improve the overall performance of the rice disease
detection system. This paper reviewed and summarized techniques of image processing, machine
learning and deep learning that have been used in disease identification.</p>
        <p>It is found that extraction of the affected region from the leaf image is the utmost important step,
for which we have studied different segmentation techniques. A comparison between different
methodologies for rice disease detection has been made and it can be concluded that deep neural
network and decision tree classifiers are giving highest accuracy of &gt;=97% for identifying diseases in
rice crop. Still there is a need to work to identify more rice plant diseases other than the four major
diseases which are discussed in this paper.
6. References</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>