Paper Overview
- Research Area: Computer Vision (CV)
- Authors: Rafi Ahamed, Md. Abir Rahman, Tasnia Tarannum Roza
- Published: 2026-06-12
- arXiv: 2606.14686
- Among the pretrained models, DenseNet201 achieved the highest classification accuracy of 98%.
- To enhance model reliability and explainability, the authors implemented techniques such as:
- Gradient-weighted Class Activation Mapping (Grad-CAM)
- Occlusion sensitivity analysis
- Adversarial training to increase resistance to noise
Introduction
Globally, cotton is a highly economically beneficial crop, as the textile industry heavily depends on it. Precise identification and detection of cotton leaf disease is therefore crucial for economic stability. The development goal of 'CottonLeafVision' is to accurately classify and detect cotton leaf disease.
Methodology
The authors evaluated multiple pretrained Deep Convolutional Neural Networks, including DenseNet201, InceptionV3, and VGG19, on a publicly available cotton leaf disease image dataset. The dataset includes seven classes—six disease classes and one healthy class—collected under various field conditions reflecting real-world challenges.
Results
Practical Deployment
Finally, the team developed a prototype to leverage the model's capabilities in real-world agriculture, demonstrating that deep learning models can classify diseases in real cotton disease management contexts.
Original Abstract (excerpt)
> Globally, cotton is a highly economically beneficial crop, as the textile industry heavily depends on it. So, the precise identification and detection of cotton leaf disease is crucial for economic stability. The development goal of 'CottonLeafVision' is to accurately classify and detect cotton leaf disease. With this goal, we have evaluated multiple pretrained Deep Convolutional Neural Networks, including DenseNet201, InceptionV3, and VGG19 on a publicly available cotton leaf disease image dataset. This image dataset includes seven classes, six disease classes, and one healthy class, collected under various field conditions reflecting real-world challenges. Among these pretrained models, with DenseNet201, we have achieved the highest classification accuracy of 98%...
---
*Auto-collected on 2026-06-16.*