Search for a command to run...
The growing global demand for food production, coupled with the increasing threat of plant diseases, necessitates advanced and automated solutions for crop health monitoring. Among various crops, pome fruits such as apples and pears are widely cultivated yet highly susceptible to multiple diseases that can significantly reduce yield and quality. Existing approaches for disease detection and severity classification are often limited by their dependency on manual inspection and their inability to handle complex real-world imagery, especially when multiple diseases coexist on a single leaf. To address these limitations, this research introduces a novel dual-model deep learning framework for multi-disease severity detection and classification in pome fruit leaves. A fine-tuned MobileNetV2 backbone is employed to extract high-level discriminative features from a specialized pome leaf dataset annotated with multiple disease types and severity levels. The proposed system integrates a lightweight Lite-U-Net for semantic segmentation to isolate diseased regions and an enhanced Lite-YOLACT for instance segmentation using a linear combination of prototype masks and mask coefficients. Moreover, a new multi-disease severity scale is proposed to quantify the impact of multiple coexisting infections on a single leaf, an aspect not addressed in previous studies. To enhance interpretability, an improved Grad-CAM technique generates visual heatmaps highlighting the most influential regions in the model's decision-making process, providing transparency and validation for agricultural experts. Experimental evaluations demonstrate that the proposed framework achieves 95% accuracy in disease severity estimation, effectively identifying and grading multiple infections simultaneously. This study represents a significant step forward in precision agriculture, offering an efficient, interpretable, and scalable deep learning solution for real-world crop health monitoring and management. The source code and trained models are publicly available at: https://github.com/mqasim0787/Multi-Disease-Severity.