paper-with-me

홈 › Papers

SSM-Net for Plants Disease Identification in Low Data Regime

2020-05-27 · Shruti Jadon

Plant disease detection is an essential factor in increasing agricultural production. Due to the difficulty of disease detection, farmers spray various pesticides on their crops to protect them, causing great harm to crop growth and food standards. Deep learning can offer critical aid in detecting such diseases. However, it is highly inconvenient to collect a large volume of data on all forms of the diseases afflicting a specific plant species. In this paper, we propose a new metrics-based few-shot learning SSM net architecture, which consists of stacked siamese and matching network components to address the problem of disease detection in low data regimes. We demonstrated our experiments on two datasets: mini-leaves diseases and sugarcane diseases dataset. We have showcased that the SSM-Net approach can achieve better decision boundaries with an accuracy of 92.7% on the mini-leaves dataset and 94.3% on the sugarcane dataset. The accuracy increased by ~10% and ~5% respectively, compared to the widely used VGG16 transfer learning approach. Furthermore, we attained F1 score of 0.90 using SSM Net on the sugarcane dataset and 0.91 on the mini-leaves dataset. Our code implementation is available on Github: https://github.com/shruti-jadon/PlantsDiseaseDetection.

📄 PDF Abstract BibTeX arXiv:2005.13140

Code (1)

shruti-jadon/PlantsDiseaseDetection 공식 구현

Tasks

Few-Shot LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Average Pooling 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Deep learning models for plant disease detection and diagnosis

2018-02-05 · The 22nd International Joint Conference on Artificial Intelligence 2018 2 · Konstantinos P. Ferentinos

In this paper, convolutional neural network models were developed to perform plant disease detection and diagnosis using simple leaves images of healthy and diseased plants, through deep learning methodologies. Trainin…

Deep Learning

Transfer Learning With Densenet201 Architecture Model For Potato Leaf Disease Classification

2024-01-25 · Rifqi Alfinnur Charisma, Faisal Dharma Adhinata

Potato plants are plants that are beneficial to humans. Like other plants in general, potato plants also have diseases; if this disease is not treated immediately, there will be a significant decrease in food production.…

ClassificationTransfer Learning

A Multi-Plant Disease Diagnosis Method using Convolutional Neural Network

2020-11-10 · Muhammad Mohsin Kabir, Abu Quwsar Ohi, M. F. Mridha

A disease that limits a plant from its maximal capacity is defined as plant disease. From the perspective of agriculture, diagnosing plant disease is crucial, as diseases often limit plants' production capacity. However,…

ClassificationGeneral ClassificationMulti-class Classification

PlantSeg: A Large-Scale In-the-wild Dataset for Plant Disease Segmentation

2024-09-06 · Tianqi Wei, Zhi Chen, Xin Yu, Scott Chapman 외

Plant diseases pose significant threats to agriculture. It necessitates proper diagnosis and effective treatment to safeguard crop yields. To automate the diagnosis process, image segmentation is usually adopted for prec…

Benchmarkingimage-classificationImage ClassificationImage Segmentation+2

Optical Screening of Citrus Leaf Diseases Using Label-Free Spectroscopic Tools: A Review

2024-03-07 · Saurav Bharadwaj, Akshita Midha, Shikha Sharma, Gurupkar Singh Sidhu 외

Citrus diseases pose threats to citrus farming and result in economic losses worldwide. Nucleic acid and serology-based methods of detection and, immunochromatographic assays are commonly used but these laboratory tests …