Purpose: Early and accurate detection of plant leaf diseases is vital for safe-guarding crop yield and supporting sustainable agricultural practices. However,practical deployment faces challenges such as inconsistent lighting conditions,overlapping leaves, low-contrast early-stage symptoms, and noisy image data—allof which hinder the reliability of deep learning models in field environments.This study aims to develop a robust, scalable, and interpretable classificationframework capable of performing effectively under such real-world conditions.Method: We propose a hybrid classification pipeline that integrates deep featureextraction from three pre-trained Convolutional Neural Networks (CNNs) basedVGG16, ResNet50, and DenseNet201—with a linear Support Vector Machine(SVM) classifier. To enhance robustness to varying illumination, all imagesare converted from RGB to HSV colour space, enabling chromatic features tobe isolated from brightness fluctuations. Features are extracted from the finalglobal pooling layers of each CNN, then concatenated to construct a unifiedhigh-dimensional feature vector. This vector is passed to the SVM classifier forbinary classification (healthy vs. diseased). The system was trained and validatedusing a publicly available dataset comprising 4,503 labelled images, balancedbetween healthy and diseased samples. A comprehensive data augmentationstrategy—including rotation, flipping, and scaling—was employed to improvegeneralisation and mitigate overfitting.Results: Among the evaluated configurations, the DenseNet201 + SVM modelachieved the highest accuracy of 95%, outperforming both standalone CNN mod-els and other hybrid variants including, VGG16-SVM, and ResNet50-SVM. Thehybrid approach demonstrated enhanced generalisability, particularly in imagesaffected by noise and lighting inconsistencies. Precision, recall, F1-score, andconfusion matrix metrics confirmed the model’s strong performance across bothclasses.Conclusion: The proposed hybrid CNN-SVM framework offers a robust andinterpretable solution for real-world leaf disease detection. By leveraging HSVcolour space transformation and combining diverse CNN feature representations,the model effectively addresses common challenges in agricultural image classi-fication. This work presents a scalable pipeline with potential for deploymentin precision agriculture systems, including smartphone-based or drone-assistedmonitoring platforms.
Yaareb et al. (Fri,) studied this question.
Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context: