paper-with-me

Papers

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, manual approaches to recognize plant diseases are often temporal, challenging, and time-consuming. Therefore, computerized recognition of plant diseases is highly desired in the field of agricultural automation. Due to the recent improvement of computer vision, identifying diseases using leaf images of a particular plant has already been introduced. Nevertheless, the most introduced model can only diagnose diseases of a specific plant. Hence, in this chapter, we investigate an optimal plant disease identification model combining the diagnosis of multiple plants. Despite relying on multi-class classification, the model inherits a multilabel classification method to identify the plant and the type of disease in parallel. For the experiment and evaluation, we collected data from various online sources that included leaf images of six plants, including tomato, potato, rice, corn, grape, and apple. In our investigation, we implement numerous popular convolutional neural network (CNN) architectures. The experimental results validate that the Xception and DenseNet architectures perform better in multi-label plant disease classification tasks. Through architectural investigation, we imply that skip connections, spatial convolutions, and shorter hidden layer connectivity cause better results in plant disease classification.

📄 PDF Abstract BibTeX arXiv:2011.05151

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationMulti-class Classification

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Dense Block A Dense Block is a module used in convolutional neural networks that connects *all layers* (with matching feature-map sizes) directly with each other. It was originally…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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$…
Kaiming Initialization 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Multi-Class Plant Leaf Disease Detection: A CNN-based Approach with Mobile App Integration

2024-08-26 · Md Aziz Hosen Foysal, Foyez Ahmed, Md Zahurul Haque

Plant diseases significantly impact agricultural productivity, resulting in economic losses and food insecurity. Prompt and accurate detection is crucial for the efficient management and mitigation of plant diseases. Thi…

Management

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

A Model for Medical Diagnosis Based on Plantar Pressure

2018-02-28 · Guoxiong Xu, Zhengfei Wang, Hongshi Huang, Wenxin Li 외

The process of determining which disease or condition explains a person's symptoms and signs can be very complicated and may be inaccurate in some cases. The general belief is that diagnosing diseases relies on doctors' …

DiagnosticMedical Diagnosis

A comprehensive review on Plant Leaf Disease detection using Deep learning

2023-08-27 · Sumaya Mustofa, Md Mehedi Hasan Munna, Yousuf Rayhan Emon, Golam Rabbany 외

Leaf disease is a common fatal disease for plants. Early diagnosis and detection is necessary in order to improve the prognosis of leaf diseases affecting plant. For predicting leaf disease, several automated systems hav…

Deep LearningPrognosisSuper-Resolution

An Ensemble of Convolutional Neural Networks to Detect Foliar Diseases in Apple Plants

2022-10-01 · Kush Vora, Dishant Padalia

Apple diseases, if not diagnosed early, can lead to massive resource loss and pose a serious threat to humans and animals who consume the infected apples. Hence, it is critical to diagnose these diseases early in order t…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION