paper-with-me

홈 › Papers

Less is More: Lighter and Faster Deep Neural Architecture for Tomato Leaf Disease Classification

2021-09-06 · Sabbir Ahmed, Md. Bakhtiar Hasan, Tasnim Ahmed, Redwan Karim Sony, Md. Hasanul Kabir

To ensure global food security and the overall profit of stakeholders, the importance of correctly detecting and classifying plant diseases is paramount. In this connection, the emergence of deep learning-based image classification has introduced a substantial number of solutions. However, the applicability of these solutions in low-end devices requires fast, accurate, and computationally inexpensive systems. This work proposes a lightweight transfer learning-based approach for detecting diseases from tomato leaves. It utilizes an effective preprocessing method to enhance the leaf images with illumination correction for improved classification. Our system extracts features using a combined model consisting of a pretrained MobileNetV2 architecture and a classifier network for effective prediction. Traditional augmentation approaches are replaced by runtime augmentation to avoid data leakage and address the class imbalance issue. Evaluation on tomato leaf images from the PlantVillage dataset shows that the proposed architecture achieves 99.30% accuracy with a model size of 9.60MB and 4.87M floating-point operations, making it a suitable choice for real-life applications in low-end devices. Our codes and models are available at https://github.com/redwankarimsony/project-tomato.

📄 PDF Abstract BibTeX arXiv:2109.02394

Code (1)

redwankarimsony/project-tomato 공식 구현 tf

Tasks

image-classificationImage ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

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…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …

Similar Papers 제목 키워드 기반

A Faster, Lighter and Stronger Deep Learning-Based Approach for Place Recognition

2022-11-27 · Rui Huang, Ze Huang, Songzhi Su

Visual Place Recognition is an essential component of systems for camera localization and loop closure detection, and it has attracted widespread interest in multiple domains such as computer vision, robotics and AR/VR. …

Camera LocalizationLoop Closure DetectionVisual Place Recognition

A multitask deep learning model for real-time deployment in embedded systems

2017-10-31 · Miquel Martí, Atsuto Maki

We propose an approach to Multitask Learning (MTL) to make deep learning models faster and lighter for applications in which multiple tasks need to be solved simultaneously, which is particularly useful in embedded, real…

object-detectionObject DetectionSemantic Segmentation

Training Efficient CNNS: Tweaking the Nuts and Bolts of Neural Networks for Lighter, Faster and Robust Models

2022-05-23 · Sabeesh Ethiraj, Bharath Kumar Bolla

Deep Learning has revolutionized the fields of computer vision, natural language understanding, speech recognition, information retrieval and more. Many techniques have evolved over the past decade that made models light…

Data AugmentationInformation RetrievalNatural Language UnderstandingRetrieval+2

Dense Crowds Detection and Surveillance with Drones using Density Maps

2020-03-03 · Javier Gonzalez-Trejo, Diego Mercado-Ravell

Detecting and Counting people in a human crowd from a moving drone present challenging problems that arisefrom the constant changing in the image perspective andcamera angle. In this paper, we test two different state-of…

FrugalScore: Learning Cheaper, Lighter and Faster Evaluation Metricsfor Automatic Text Generation

2021-10-16 · Moussa Kamal Eddine, Guokan Shang, Antoine J. -P. Tixier, Michalis Vazirgiannis

Fast and reliable evaluation metrics are key to R&D progress. While traditional natural language generation metrics are fast, they are not very reliable. Conversely, new metrics based on large pretrained language models …

Text GenerationTranslation