Method Article

A Deep Learning–Based Method for Paddy Leaf Disease Detection and Growth Stage–Specific Treatment Recommendation

DOI:

10.3791/70631

May 5th, 2026

In This Article

Summary

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

This study presents a deep learning–based method for predicting paddy leaf growth stages and classifying diseases, delivering stage-specific treatment recommendations through an automated, user-friendly decision support system for effective crop disease management.

Abstract

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Paddy leaf diseases significantly affect rice yield and quality, making early detection and proper treatment essential for precision agriculture. This study proposes a deep learning–based decision support system for paddy leaf disease detection, growth-stage prediction, and stage-specific treatment recommendations. The dataset used in this study comprises paddy leaf images collected from multiple sources and categorized by growth stage and disease class. The dataset was divided into training (80%), validation (10%), and test (10%) sets to ensure proper model evaluation. For growth stage prediction, a lightweight Convolutional Neural Network (CNN) model was developed, while disease classification was performed using transfer learning models, including VGG16, ResNet50, InceptionV3, and MobileNetV2. An ensemble method based on average probability voting was used to improve classification performance. The models were evaluated using accuracy, precision, recall, and F1-score on an independent test set. The experimental results show that the ensemble model achieved higher accuracy compared to individual models, demonstrating improved robustness and generalization. The proposed system was implemented as a Streamlit web application that provides disease detection, growth-stage prediction, and treatment recommendations. The proposed integrated framework can support farmers and agricultural experts in making timely and accurate disease management decisions.

Introduction

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

India, being an agrarian economy, depends heavily on agriculture, with rice (paddy) serving as a staple crop for a large portion of the population. However, paddy cultivation is significantly affected by leaf diseases such as blast, bacterial leaf blight, brown spot, and sheath blight, which reduce yield and cause economic losses. Early detection of these diseases is essential, as traditional manual inspection methods are time-consuming and often inaccurate. To address this issue, this study proposes a deep learning–based decision support system for paddy leaf growth stage prediction, disease classification, and treatment recommendation. The system uses a neural....

Access restricted. Please log in or start a trial to view this content.

Protocol

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The following protocol illustrates the process of paddy leaf disease detection and treatment recommendation system building and deployment step by step. The steps taken need to be used consecutively to replicate the findings presented in this paper.

Dataset preparation

Paddy leaves stage dataset: This data was based on PaddyNet4. The scene comprises 560 images as classified under four different development stages, namely: Stage 2, Stage 3, Stage 4 and Stage 5. The classification depends on the color and maturity of the paddy leaves, which depend on the concentration of nitrogen, among other factors....

Access restricted. Please log in or start a trial to view this content.

Results

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Stage classification model

The stage prediction model achieved a training accuracy of 95.88% (loss: 0.1172) and a validation accuracy of 95.24% (loss: 0.1751), indicating that the model is learning consistently and making fair predictions when applied to unseen validation samples. A validation accuracy of 95.24% was achieved, with a validation loss of 0.1751. The model achieved a test accuracy of 94.05 percent and a test loss of 0.1759 on the test data, which supports the robu.......

Access restricted. Please log in or start a trial to view this content.

Discussion

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The current paper suggests a novel decision support system which involves the prediction of growth stage of paddy leaves, classification of the diseases with the help of an ensemble of deep learning models (VGG16, MobileNetV2, and ResNet50), and stage-based recommendation of treatment based on a web-based application. The ensemble model got an accuracy of 98.99% in the classification of the model which is higher than that of individual models, as previously reported that models in individual strategy have sensitivity to .......

Access restricted. Please log in or start a trial to view this content.

Disclosures

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The authors declare no conflicts of interest.

Acknowledgements

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The authors acknowledge the Department of Computer Science and Engineering, GITA Autonomous College, Bhubaneswar, Odisha, India, for providing the necessary computational facilities and research support to carry out this work. The authors also thank the developers of the publicly available datasets and open-source deep learning frameworks used in this study.

....

Access restricted. Please log in or start a trial to view this content.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
DatasetPaddy Leaf Stage Dataset (PaddyNet4)560 images across 4 growth stages (Stage 2–5)
DatasetPaddy Leaf Disease Dataset6920 images across 6 disease classes from Kaggle
DatasetTreatment DatasetCompiled dataset with disease management practices by growth stage
PreprocessingImage ResizingImages resized to 128x128x3
PreprocessingNormalizationPixel values scaled to [0,1]
PreprocessingLabel EncodingConverted categorical labels to numeric
AugmentationRotationUp to 30 degrees
AugmentationWidth/Height ShiftUp to 20%
AugmentationZoomUp to 20%
AugmentationShear & FlipShearing and horizontal flipping
ModelCNN (Stage Classification)Lightweight CNN with 3 conv layers
ModelCNN (Disease Classification)Custom CNN with conv + pooling layers
ModelVGG16Transfer learning model
ModelResNet50Transfer learning model
ModelInceptionV3Transfer learning model
ModelMobileNetV2Lightweight transfer learning model
TechniqueEnsemble LearningAverage probability voting of 5 models
TechniqueTransfer LearningUsing pretrained ImageNet weights
TechniqueDropout RegularizationTo prevent overfitting
TrainingOptimizerAdam (learning rate 0.001)
TrainingLoss FunctionCategorical Cross-Entropy
TrainingBatch Size10 (stage model), 32 (disease models)
TrainingEpochs10 (stage), 20 (disease)
EvaluationMetricsAccuracy, Precision, Recall, F1-score
DeploymentStreamlitWeb application for real-time prediction

Reprints and Permissions

Request permission to reuse the text or figures of this JoVE article

Request Permission

Tags

Paddy Leaf DiseaseDeep Learning DetectionGrowth Stage PredictionDisease ClassificationConvolutional Neural NetworkTransfer LearningEnsemble ModelPrecision AgricultureTreatment RecommendationRice Yield

Related Articles