Skip to content

Author

Sourav Mondal

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Conference Jul 2026

Smart Crop Health Monitoring using YOLO-based Leaf Disease Classification and Pesticide Advisory System using Deep Learning

Plant diseases are among the most significant challenges in agriculture because they reduce crop productivity and cause economic losses to farmers. Early monitoring of plant diseases is important for controlling infection spread and improving crop management. Traditional plant disease detection techniques depend heavily on manual inspection by agronomists; therefore, they are time-consuming, labor-intensive, subjective, and often inaccessible to farmers in remote locations. In recent years, plant disease classification has been performed using deep learning architectures such as CNN, ResNet, MobileNet, and EfficientNet. Although these models can be accurate, many of them require higher computational resources and usually focus only on disease detection without providing a practical treatment recommendation. This paper proposes a smart crop health monitoring system for plant leaf disease classification and pesticide advisory using the Ultralytics YOLO26s-cls model. The proposed system is trained on the New Plant Diseases Dataset containing 87,867 plant leaf images from 14 crop species and 38 disease/healthy classes. The pipeline includes image preprocessing, augmentation, YOLO26s-cls-based feature extraction, disease classification, and a validated rule-based pesticide recommendation module. The model architecture, model selection rationale, overfitting-control strategy, dataset validation procedure, and pesticide-rule validation process are explicitly described to support reproducibility. The proposed classifier achieved 99.02% validation accuracy, 99.01% macro precision, 99.00% macro recall, and 99.00% macro F1-score. The system can therefore serve as a decision-support tool for early disease identification and pesticide selection in precision agriculture.

Radha Krishna Mukkapati, Jayendra Nelakurthi, P. R. et al. · 0 citations
Conference Jul 2026

Plant Leaf Disease Detection using EfficientNetB5 and Transfer Learning

Plant leaf diseases significantly reduce agricultural productivity and crop yield worldwide, making early and accurate detection essential to prevent large-scale crop damage. Traditional disease identification methods rely on manual inspection by experts, which is time-consuming, costly, and often inaccessible to farmers in rural areas. This paper proposes an AI-based leaf disease detection system using deep learning and transfer learning, in which EfficientNetB5 serves as a pretrained feature extractor to classify 38 plant disease categories spanning 14 crop species. Preprocessing includes HSV-based leaf segmentation, resizing to 456×456 pixels, and EfficientNet-specific normalization. A compact two-layer dense classifier is trained on the 2,048-dimensional feature vectors produced by the frozen backbone. The system achieves an overall validation accuracy of 96.49%, macro-average precision of 0.97, recall of 0.96, and F1-score of 0.96 on 2,280 held-out images. Beyond classification, the system provides actionable cure and precautionary recommendations for every detected disease, making it directly useful to smallholder farmers. Comparative analysis with ResNet50, VGG16, and MobileNetV2 confirms that EfficientNetB5 achieves the highest accuracy with a favorable parameter-to-performance ratio. Multi-class ROC evaluation further demonstrates strong discriminative capability across all disease categories.

Kuppala Ajay Kumar, Yella Sai Krishna, R. Kumar et al. · 0 citations