Skip to content
Open access

Global-Local Feature-Based Rice Leaf Disease Classification Using Two-Stream Deep Neural Network Feature Fusion

Aug 2026 · Computers · 0 citations · 30 references

TL;DR

The proposed framework provides an accurate and explainable approach for rice leaf disease diagnosis in smart agriculture applications and effectively integrates global semantic information with local disease-specific features for improved classification performance.

Abstract

Rice leaf diseases significantly affect crop health and yield potential, creating a need for accurate and timely disease diagnosis. Many existing approaches still rely on single-stream feature extraction architectures, which may limit the ability to simultaneously capture global contextual information and fine-grained disease characteristics. Moreover, limited interpretability and decision-support capability hinder their practical deployment in real-world rice farming. To address these limitations, we employed a framework consists of two parallel feature extraction streams designed to capture different characteristics of disease patterns. The first stream uses a Swin Transformer to learn global contextual information and long-range spatial relationships across the leaf image. The second stream employs ConvNeXt to extract local texture features, including lesion details, spots, and color variations. By combining these complementary representations, the proposed framework effectively integrates global semantic information with local disease-specific features for improved classification performance. The extracted features from the two streams are fused through concatenation followed by an attention-based feature refinement module, enabling adaptive weighting of discriminative features. The refined representation is then used by a fully connected classifier for disease prediction. To enhance model interpretability, Grad-CAM visualization is incorporated to highlight disease-relevant regions and provide visual explanations for the model decisions. Furthermore, an LLM-based advisory module is integrated as a post-diagnosis decision-support component to provide contextualized disease management information and suggestions based on the predicted disease category. The generated suggestions are intended to support, rather than replace, expert agronomic recommendations and should be validated by agricultural professionals before practical application. The proposed framework was evaluated on two rice leaf disease datasets, achieving accuracies of 99.55% and 97.06% on Dataset-1 and Dataset-2, respectively, which are higher than those reported in previous studies. Additionally, five-fold cross-validation on Dataset-1 achieved an average accuracy of 98.91% ± 0.47, demonstrating the stability of the proposed approach. Cross-dataset evaluation using nine common disease classes across both datasets achieved 90.80% accuracy, indicating improved generalization across different data distributions. The proposed framework provides an accurate and explainable approach for rice leaf disease diagnosis in smart agriculture applications.

Read PDF

Similar papers

Open access Jul 2026

From Benchmark Accuracy to Field Performance: Hybrid Deep Learning-Based Plant Disease Classification with IoT-Enabled Environmental Monitoring

Accurate detection of plant leaf diseases is essential for enhancing crop productivity and supporting global food security. In addition to disease classification, understanding how environmental and soil conditions affect model performance is important for developing robust real-world agricultural monitoring systems. Although deep learning (DL) models achieve high accuracy on benchmark datasets, their performance in real-world settings is often limited by variations in illumination, background complexity, and environmental conditions. This study proposes a smart DL framework for detecting and classifying multiple leaf diseases in tomato, potato, and pepper plants. The framework combines U2-Net-based leaf segmentation with a Convolutional Neural Network–Bidirectional Gated Recurrent Unit (CNN–Bi-GRU) architecture. MobileNetV2 is employed as the feature extraction backbone to capture spatial characteristics, while Bi-GRU layers model sequential feature dependencies, forming a spatio-temporal network whose architectural design prioritizes parameter efficiency through depthwise separable convolutions and reduced gating complexity. The model was trained and validated using the PlantVillage benchmark dataset and achieved a classification accuracy of 99.8% with a macro-averaged F1-score of 94%, outperforming several state-of-the-art architectures. To assess robustness under real-world conditions, the trained model was further tested on leaf images collected from open-field environments near Eluru, South India. The field evaluation revealed a reduction in classification accuracy to 61.97%, indicating the impact of domain shift and environmental variability. To investigate potential contributing factors, soil parameters, including pH, temperature, moisture, and NPK levels, were monitored using an IoT-based Arduino sensing system over ten consecutive days. Rather than serving as direct inputs to the disease classification model, these environmental measurements were analyzed to assess their potential influence on disease symptom expression and the observed reduction in model performance under field conditions. The results suggest that environmental conditions may influence disease symptom expression and model transferability. This study highlights the importance of integrating DL-based disease recognition with environmental monitoring for reliable field-level agricultural applications. Nevertheless, computational complexity metrics, including inference latency and memory footprint, were not evaluated in the present work and are identified as a priority for future edge deployment studies.

J. Thirupathi, N. Malarvizhi, P. S. Brahmanandam · 0 citations
Open access Jul 2026

A Compact Deep Learning Framework for Potato Leaf Disease Classification Across Controlled/Uncontrolled Environments

Potato leaf disease poses a significant threat to global food security, causing substantial crop losses that jeopardise agricultural productivity and farmers’ livelihoods worldwide. Existing automated detection frameworks suffer from several persistent limitations, including over-reliance on controlled benchmark datasets, narrow disease class coverage, exclusive use of spatial feature representations, absence of feature selection, and dependence on single-architecture end-to-end pipelines. To address these limitations, this paper proposes ComPo-Net, a novel lightweight ensemble framework that integrates three efficient CNN architectures—ResNet18, ShuffleNet, and MobileNetV2—for nine-class potato leaf disease detection and classification. Deep features are extracted from three intermediate layers of each network, with the Discrete Wavelet Transform applied for dimensionality reduction and cross-network fusion of the higher-dimensional layer features, capturing spectral–spatial information that purely spatial approaches cannot provide, while the remaining layer features are directly concatenated across networks. One-way Analysis of Variance (ANOVA) feature selection is subsequently applied to retain the most statistically significant features from the combined multi-scale, multi-network representation, and seven machine learning classifiers are systematically evaluated to identify the optimal classification strategy. The framework is assessed on a merged dataset of three publicly available benchmarks spanning both controlled and uncontrolled imaging environments, constituting a nine-class evaluation setting not previously addressed at this scale in the literature. ComPo-Net achieves an accuracy of 96.32%, an F1-score of 93.87%, an MCC of 0.9350, and AUC values exceeding 0.993 across all nine classes with Cubic SVM as the best-performing classifier. When compared against methods evaluated on the seven-class uncontrolled-environment dataset—the closest available task setting to ComPo-Net’s nine-class merged benchmark—ComPo-Net surpasses the best-performing comparable method by a margin of 6.45 percentage points, demonstrating the effectiveness of multi-scale ensemble feature extraction combined with spectral–spatial representation and principled feature selection for robust potato leaf disease detection under diverse real-world conditions.

O. Attallah · 0 citations
Open access Jul 2026

Multi-Crop Leaf Disease Detection using YOLOv12 with Class-Aware Multi-Scale Fusion and Adaptive Attention Modules

- Enhancing agricultural productivity and attaining sustainable crop management depend on the early and precise identification of leaf disease. Using state-of-the-art technologies in precision agriculture like machine learning (ML) and image processing greatly increases the effectiveness of disease detection and facilitates well-informed decision-making. But conventional manual inspection techniques are still tedious, unpredictable, and prone to errors. In order to overcome these constraints, this research offers YOLOv12-CropNet, an innovative deep learning-based system for multi-crop leaf disease diagnosis in real time. The proposed YOLOv12-CropNet approach makes use of the Convolutional Block Attention Module (CBAM) for adaptive attention, the Content-Aware Reassembly of Features (CARAFE) up-sampling module to preserve fine-grained disease characteristics, the YOLOv12 architecture improved with Ghost Convolution for effective feature extraction, and Involution layers to capture spatially specific patterns. Inspection techniques are still laborious, arbitrary, and prone to mistakes. A substantial set of data of 38 classes of both healthy and sick leaves from a variety of crops, including tomato, potato, apple, grape, corn, mango and sugarcane, was put together for training and evaluation. Experimental results show that YOLOv12-CropNet finds a suitable balance between computational speed and accurate detection. Accuracy, F1-score, recall, and precision are important performance metrics that verify the model's resilience in challenging environmental and visual circumstances. The suggested technique provides a scalable and field-deployable way to assist effective identification of diseases and precision agricultural decision-making. The proposed YOLOv12-CropNet model exhibits better performance than the other evaluated models, attaining a 98.45% peak accuracy, 98.10% precision ,98.20 % sensitivity and a 98.18% F1 score, thereby highlighting its efficacy in multi-crop leaf disease detection.

Swapnil P. Bangal, Satish R. Jondhale, Sachin Chaudhari et al. · 0 citations
Open access Jul 2026

An Intelligent Hybrid Deep Learning Model Integrating CNN, Transformer, and LSTM for Precision Cotton Disease Diagnosis

A novel hybrid deep learning framework integrating Convolutional Neural Networks, Transformer-based attention mechanisms, and Long Short-Term Memory networks for spatio-temporal cotton leaf disease detection and classification is proposed, suitable for intelligent precision agriculture systems and real-time disease monitoring applications.

Prajakta Sunil Gupta, A. V. Zade · 0 citations