CVApr 15

A Resource-Efficient Hybrid CNN-LSTM network for image-based bean leaf disease classification

arXiv:2604.138356.2h-index: 3Has Code
Predicted impact top 98% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

This work addresses the need for accurate, resource-efficient plant disease diagnosis for deployment on portable devices in agriculture.

The paper proposes a lightweight hybrid CNN-LSTM network for bean leaf disease classification, achieving 94.38% accuracy with a model size of 1.86 MB (70% reduction) and state-of-the-art F1 scores of 99.22% with EfficientNet-B7+LSTM on the ibean dataset.

Accurate and resource-efficient automated diagnosis is a cornerstone of modern agricultural expert systems. While Convolutional Neural Networks (CNNs) have established benchmarks in plant pathology, their ability to capture long-range spatial dependencies is often limited by standard pooling layers, and their high memory footprint hinders deployment on portable devices. This paper proposes a lightweight hybrid CNN-LSTM system for bean leaf disease classification. By integrating an LSTM layer to model the spatial-sequential relationships within feature maps, our hybrid architecture achieves a 94.38% accuracy while maintaining an exceptionally small footprint of 1.86 MB; a 70% reduction in size compared to traditional CNN-based systems. Furthermore, we provide a systematic evaluation of image augmentation strategies, demonstrating that tailored transformations are superior to generic combinations for maintaining the integrity of diagnostic patterns. Results on the $\textit{ibean}$ dataset confirm that the proposed system achieves state-of-the-art F1 scores of 99.22% with EfficientNet-B7+LSTM, providing a robust and scalable framework for real-time agricultural decision support in resource-constrained environments. The code and augmented datasets used in this study are publicly available on this $\href{https://github.com/HJin-R/bean_disease}{Github}$ repo.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes