67,955 research outputs found
Crop conditional Convolutional Neural Networks for massive multi-crop plant disease classification over cell phone acquired images taken on real field conditions
Convolutional Neural Networks (CNN) have demonstrated their capabilities on the agronomical field, especially for plant visual symptoms assessment. As these models grow both in the number of training images and in the number of supported crops and diseases, there exist the dichotomy of (1) generating smaller models for specific crop or, (2) to generate a unique multi-crop model in a much more complex task (especially at early disease stages) but with the benefit of the entire multiple crop image dataset variability to enrich image feature description learning.
In this work we first introduce a challenging dataset of more than one hundred-thousand images taken by cell phone in real field wild conditions. This dataset contains almost equally distributed disease stages of seventeen diseases and five crops (wheat, barley, corn, rice and rape-seed) where several diseases can be present on the same picture.
When applying existing state of the art deep neural network methods to validate the two hypothesised approaches, we obtained a balanced accuracy (BAC=0.92) when generating the smaller crop specific models and a balanced accuracy (BAC=0.93) when generating a single multi-crop model.
In this work, we propose three different CNN architectures that incorporate contextual non-image meta-data such as crop information onto an image based Convolutional Neural Network. This combines the advantages of simultaneously learning from the entire multi-crop dataset while reducing the complexity of the disease classification tasks. The crop-conditional plant disease classification network that incorporates the contextual information by concatenation at the embedding vector level obtains a balanced accuracy of 0.98 improving all previous methods and removing 71% of the miss-classifications of the former methods
Interpretable Deep Learning applied to Plant Stress Phenotyping
Availability of an explainable deep learning model that can be applied to
practical real world scenarios and in turn, can consistently, rapidly and
accurately identify specific and minute traits in applicable fields of
biological sciences, is scarce. Here we consider one such real world example
viz., accurate identification, classification and quantification of biotic and
abiotic stresses in crop research and production. Up until now, this has been
predominantly done manually by visual inspection and require specialized
training. However, such techniques are hindered by subjectivity resulting from
inter- and intra-rater cognitive variability. Here, we demonstrate the ability
of a machine learning framework to identify and classify a diverse set of
foliar stresses in the soybean plant with remarkable accuracy. We also present
an explanation mechanism using gradient-weighted class activation mapping that
isolates the visual symptoms used by the model to make predictions. This
unsupervised identification of unique visual symptoms for each stress provides
a quantitative measure of stress severity, allowing for identification,
classification and quantification in one framework. The learnt model appears to
be agnostic to species and make good predictions for other (non-soybean)
species, demonstrating an ability of transfer learning
A Review on Advances in Automated Plant Disease Detection
Plant diseases cause major yield and economic losses. To detect plant disease at early stages, selecting appropriate techniques is imperative as it affects the cost, diagnosis time, and accuracy. This research gives a comprehensive review of various plant disease detection methods based on the images used and processing algorithms applied. It systematically analyzes various traditional machine learning and deep learning algorithms used for processing visible and spectral range images, and comparatively evaluates the work done in literature in terms of datasets used, various image processing techniques employed, models utilized, and efficiency achieved. The study discusses the benefits and restrictions of each method along with the challenges to be addressed for rapid and accurate plant disease detection. Results show that for plant disease detection, deep learning outperforms traditional machine learning algorithms while visible range images are more widely used compared to spectral images
Identification of Plant Species and Their Associated Diseases from Leaf Images using Machine Learning Approaches
The automatic identification of plant diseases from leaf images remains a significant challenge for researchers. Plant diseases adversely affect growth, leading to reduced agricultural productivity and economic losses. Early and accurate disease detection is crucial for implementing timely preventive measures. Traditional image processing techniques have been widely used, but recent advancements in deep learning, particularly Convolutional Neural Networks (CNNs), have revolutionized image analysis. Deep learning architectures consist of multiple processing layers that learn hierarchical data representations, making them highly effective compared to conventional methods. This paper presents a methodology for identifying plant species and detecting diseases from leaf images using deep CNNs. Specifically, we adopt the GoogLeNet architecture, a powerful deep learning model, for disease classification. Transfer learning is utilized to fine-tune a pre-trained model, enhancing its performance. The proposed system achieves an accuracy of 85.04% in identifying four disease classes in plant leaves. Additionally, a comparative analysis with other models is conducted to demonstrate the effectiveness of our approach in improving accuracy and efficiency in plant disease detection
Potato Classification Using Deep Learning
Abstract: Potatoes are edible tubers, available worldwide and all year long. They are relatively cheap to grow, rich in
          nutrients, and they can make a delicious treat. The humble potato has fallen in popularity in recent years, due to the interest
          in low-carb foods. However, the fiber, vitamins, minerals, and phytochemicals it provides can help ward off disease and
          benefit human health. They are an important staple food in many countries around the world. There are an estimated 200
          varieties of potatoes, which can be classified into a number of categories based on the cooked texture and ingredient
          functionality. Using a public dataset of 2400 images of potatoes, we trained a deep convolutional neural network to identify
          4 types (Red, Red Washed, Sweet, and White).The trained model achieved an accuracy of 99.5% of test set, demonstrating
          the feasibility of this approach
- …
