Enhancing Tea Leaf Disease Recognition with Attention Mechanisms and Grad-CAM Visualization
- URL: http://arxiv.org/abs/2512.17987v1
- Date: Fri, 19 Dec 2025 16:11:57 GMT
- Title: Enhancing Tea Leaf Disease Recognition with Attention Mechanisms and Grad-CAM Visualization
- Authors: Omar Faruq Shikdar, Fahad Ahammed, B. M. Shahria Alam, Golam Kibria, Tawhidur Rahman, Nishat Tasnim Niloy,
- Abstract summary: Tea leaf diseases can lead to massive economic losses for farmers.<n>The purpose of this study is to create an automated system that can classify different kinds of tea leaf diseases.
- Score: 0.0
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Tea is among the most widely consumed drinks globally. Tea production is a key industry for many countries. One of the main challenges in tea harvesting is tea leaf diseases. If the spread of tea leaf diseases is not stopped in time, it can lead to massive economic losses for farmers. Therefore, it is crucial to identify tea leaf diseases as soon as possible. Manually identifying tea leaf disease is an ineffective and time-consuming method, without any guarantee of success. Automating this process will improve both the efficiency and the success rate of identifying tea leaf diseases. The purpose of this study is to create an automated system that can classify different kinds of tea leaf diseases, allowing farmers to take action to minimize the damage. A novel dataset was developed specifically for this study. The dataset contains 5278 images across seven classes. The dataset was pre-processed prior to training the model. We deployed three pretrained models: DenseNet, Inception, and EfficientNet. EfficientNet was used only in the ensemble model. We utilized two different attention modules to improve model performance. The ensemble model achieved the highest accuracy of 85.68%. Explainable AI was introduced for better model interpretability.
Related papers
- Toward Reliable Tea Leaf Disease Diagnosis Using Deep Learning Model: Enhancing Robustness With Explainable AI and Adversarial Training [0.0]
This study develops an automated deep learning model for tea leaf disease classification based on the teaLeafBD dataset.<n>The proposed pipeline contains data preprocessing, data splitting, adversarial training, augmentation, model training, evaluation, and comprehension.<n>Our experimental outcomes revealed that EfficientNetB3 achieved the highest classification accuracy of 93%, while DenseNet201 reached 91%.
arXiv Detail & Related papers (2026-02-11T17:21:36Z) - LeafLife: An Explainable Deep Learning Framework with Robustness for Grape Leaf Disease Recognition [0.0]
The plant disease dataset contains grape leaf diseases total of 9,032 images of four classes, among them three classes are leaf diseases, and the other one is healthy leaves.<n>Xception shows a promising result of 96.23% accuracy, which is remarkable than InceptionV3.<n>Finally deployed a web application using Streamlit with a heatmap visualization and prediction with confidence level for robust grape leaf disease classification.
arXiv Detail & Related papers (2026-01-06T15:55:22Z) - Revisiting Knowledge Distillation: The Hidden Role of Dataset Size [37.68403967604424]
Knowledge distillation (KD) describes the training of a student model from a teacher model and is a widely adopted technique in deep learning.<n>Previous studies focus on two central aspects of distillation: model size, and generalisation.<n>In this work we study distillation in a third dimension: dataset size.<n>We present a suite of experiments across a wide range of datasets, tasks and neural architectures, demonstrating that the effect of distillation is not only preserved but amplified in low-data regimes.
arXiv Detail & Related papers (2025-10-17T10:40:45Z) - An Approach Towards Identifying Bangladeshi Leaf Diseases through Transfer Learning and XAI [0.0]
The objective of our research is to classify 21 distinct leaf diseases across six plants using deep learning models.<n>VGG19 and Xception achieve the highest accuracies, with 98.90% and 98.66% respectively.
arXiv Detail & Related papers (2025-05-21T21:25:57Z) - Plant Leaf Disease Detection and Classification Using Deep Learning: A Review and A Proposed System on Bangladesh's Perspective [0.0]
Plant diseases are a serious stumbling block in agricultural production in Bangladesh.<n>In this paper, we've mainly proposed a better model for the detection of leaf diseases.<n>The proposed CNN model performs efficiently and could successfully detect and classify the tested diseases.
arXiv Detail & Related papers (2025-01-06T17:43:59Z) - A Novel Feature Extraction Model for the Detection of Plant Disease from Leaf Images in Low Computational Devices [2.1990652930491854]
The proposed approach integrates various types of Deep Learning techniques to extract robust and discriminative features from leaf images.
The dataset contains 10,000 leaf photos from ten classes of tomato illnesses and one class of healthy leaves.
AlexNet has an accuracy score of 87%, with the benefit of being quick and lightweight, making it appropriate for use on embedded systems.
arXiv Detail & Related papers (2024-10-01T19:32:45Z) - Leafy Spurge Dataset: Real-world Weed Classification Within Aerial Drone Imagery [37.51633459581306]
Invasive plant species are detrimental to ecology of both agricultural and wildland areas.
Invasive plant species such as Euphorbia esula, or leafy spurge, have spread through much of North America from Eastern Europe.
We gathered a dataset of leafy spurge presence and absence in grasslands of western Montana, USA, then surveyed these areas with a commercial drone.
We trained image classifiers on these data, and our best performing model, a pre-trained DINOv2 vision transformer, identified leafy spurge with 0.84 accuracy.
arXiv Detail & Related papers (2024-05-02T23:53:29Z) - Evaluating Data Augmentation Techniques for Coffee Leaf Disease
Classification [2.0892083471064407]
This paper uses the RoCoLe dataset and approaches based on deep learning for classifying coffee leaf diseases from images.
Our study demonstrates the effectiveness of Transformer-based models, online augmentations, and CycleGAN augmentation in improving leaf disease classification.
arXiv Detail & Related papers (2024-01-11T09:22:36Z) - Network Augmentation for Tiny Deep Learning [73.57192520534585]
We introduce Network Augmentation (NetAug), a new training method for improving the performance of tiny neural networks.
We demonstrate the effectiveness of NetAug on image classification and object detection.
arXiv Detail & Related papers (2021-10-17T18:48:41Z) - Knowledge distillation: A good teacher is patient and consistent [71.14922743774864]
There is a growing discrepancy in computer vision between large-scale models that achieve state-of-the-art performance and models that are affordable in practical applications.
We identify certain implicit design choices, which may drastically affect the effectiveness of distillation.
We obtain a state-of-the-art ResNet-50 model for ImageNet, which achieves 82.8% top-1 accuracy.
arXiv Detail & Related papers (2021-06-09T17:20:40Z) - Beyond Self-Supervision: A Simple Yet Effective Network Distillation
Alternative to Improve Backbones [40.33419553042038]
We propose to improve existing baseline networks via knowledge distillation from off-the-shelf pre-trained big powerful models.
Our solution performs distillation by only driving prediction of the student model consistent with that of the teacher model.
We empirically find that such simple distillation settings perform extremely effective, for example, the top-1 accuracy on ImageNet-1k validation set of MobileNetV3-large and ResNet50-D can be significantly improved.
arXiv Detail & Related papers (2021-03-10T09:32:44Z) - One-Shot Learning with Triplet Loss for Vegetation Classification Tasks [45.82374977939355]
Triplet loss function is one of the options that can significantly improve the accuracy of the One-shot Learning tasks.
Starting from 2015, many projects use Siamese networks and this kind of loss for face recognition and object classification.
arXiv Detail & Related papers (2020-12-14T10:44:22Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.