Jul 2026· 2026 6th International Conference on Inventive Computation and Information Technologies (ICICIT)· pp. 1216-1221· 0 citations· 19 references
Abstract
Agriculture is a key component in ensuring food security in the world and one of the most common staple foods in the world is rice. But there are a number of leaf diseases affecting rice, like bacterial leaf blight, brown spot, and rice blast, which cause lower production yield. In order to limit economic losses, it is necessary to be able to diagnose these diseases on time. This paper presents an intelligent prediction and classification of rice leaf disease prediction and classification using deep learning and transfer learning approaches. For that purpose, the proposed model uses two pre-trained transfer learning models, DenseNet201 and EfficientNetB3, and a conventional CNN, to classify healthy and diseased rice leaves from a set of image data. The performances of the three models are measured using the following performance measures: accuracy, precision, recall, and F1-score. From the experiments conducted, it can be noted that the best performing model among all three models is the EfficientNetB3, which shows an excellent classification accuracy of 95%. It performs better than both DenseNet201, whose accuracy is 92% and CNN model, whose accuracy is 83.5%. The reason behind the excellent performance of the EfficientNetB3 is that the architecture of the model is optimized in such a way that it is able to extract the most discriminative features with less computational complexity. The proposed framework can offer an efficient, reliable, and automated solution for the early detection of the diseases in the leaves of rice crops.
Plant leaf diseases are known to affect agricultural productivity and food security on a global level. "Therefore, the detection and diagnosis of diseases are important aspects of maintaining the health of crops on a sustainable level. Traditionally, the detection of diseases in plants is performed manually by experts. This process is considered to be a tedious and time-consuming task due to the chances of human error during the process. To overcome the challenges of traditional methods of detecting and diagnosing diseases in plants, a deep learning-based system is proposed in this research study to detect and classify diseases in plants. This system uses the object detection model YOLOv8x and YOLOv10x to detect the objects in the images and classify the images accordingly. Deep learning models are used to classify the images of the plants. This study uses various deep learning models like the convolutional neural network model ResNet50 and EfficientNet, and the transformer model Vision Transformer and Swin Transformer. Moreover, a hybrid model is proposed in this study by combining the transformer and convolutional neural network model to improve the efficiency of the system in detecting and classifying the diseases of the plants. This system uses the PlantVillage dataset to classify the images of the plants and detect the diseases accordingly. From the results obtained in this study, it can be observed that the proposed system is highly efficient in detecting and classifying the diseases of the plants with the help of the transformer and hybrid model.
The proposed Sugarcane Leaf Disease Detection and Classification System provides a fast, accurate, and user-friendly solution for automated disease diagnosis and contributes to improved crop management, reduced crop losses, and enhanced agricultural productivity.
Background: In the Indian economy agriculture plays important role. Many of the crops are damaged due to diseases, therefore plant leaf disease detection at early stage is important. Tomatoes are the second most consumed vegetable in Indian households, with a rank second largest producer and consumption in world. Tomatoes are of economically important crop in India with large scale cultivation. Yet, unfavourable environmental factors tend to cause numerous diseases due to bacteria, fungi and viruses that infect different plant parts. These diseases cause the yield to be lower, leading to heavy economic losses for the farmers. For effective disease management, it is important to detect the disease in early stage using the advanced techniques for maximising the yielding of crop. Methods: In the proposed approach, tomato leaf images were first enhanced using CLAHE to improve local contrast, after that data augmentation to increase dataset diversity. Four transfer learning models based on pretrained CNN architecture: VGG16, VGG19, ResNet50 and MobileNetV2, were used as fixed feature extractors, where the pre-trained layers were fixed and newly added classification layers were trained for tomato leaf disease classification. Although transfer learning has been widely applied for tomato leaf disease classification, comparative investigations on the effect of CLAHE-enhanced images across different pre-trained architectures remain limited. This study shows performance of these four CNN architectures under identical preprocessing and training conditions to analyze the influence of CLAHE-based contrast enhancement on disease feature representation and classification performance. Result: The outcomes of experimental results shows strong classification performance on the plant village dataset for detection of tomato leaf disease, achieving best accuracies of 93.75%, 95.75%, 86.38% and 98.54% using the VGG16, VGG19, ResNet50 and MobileNetV2 models respectively.
Unknown authors· Indian Journal of Agricultur...· 0 citations
Two deep learning models, a custom CNN model and a transfer learning model based on the DenseNet-121 architecture are presented, showing that the developed transfer learning model based on DenseNet-121 had superior performance over the CNN model.
H. Jeiad, S. Samaan, Omar Janeh et al.· Automation· 0 citations
Background: Legumes, such as beans, are important in worldwide agriculture because of their nutritional value and soil-enriching qualities. However, bean crops are susceptible to diseases such as angular leaf spot and rust, which may reduce production and quality. Disease identification that is both effective and timely is essential to crop health and output. Traditional diagnostic approaches are often labor-intensive and susceptible to inaccuracy. Recent advances in deep learning (DL) provide interesting possibilities for automating disease categorization, possibly improving accuracy and efficiency. Methods: This study evaluates and compares the performance of two deep learning architectures, ResNet50 and VGG19, for the classification of bean leaf diseases. The dataset, sourced from Kaggle, comprises 1295 images categorized into three classes: Angular Leaf Spot, Rust and Healthy. Both systems relied on pre-trained ImageNet weights, with adjustments customized to the classification objective. The models were trained for 25 epochs and their performance was assessed based on overall accuracy. Result: The performance of the models is evaluated in terms of the confusion matrix, classification report and ROC(AUC) curves. The ResNet50 model achieved an overall accuracy of 93.75%, while the VGG19 model attained an accuracy of 91.41%. The findings indicate that ResNet50 performs better than VGG19 in terms of classification accuracy. This work demonstrates ResNet50’s performance for bean leaf disease classification tasks, providing important insights for future research and practical applications in agricultural disease control.
Yu-Yan Xu, Hui-Qing Chen, Qing-Mei Lin· Legume Research An Internati...· 0 citations
Agricultural productivity and food security are heavily impacted by plant diseases, and thus there is a high demand for accurate and automated plant disease detection that can be achieved by applying deep learning techniques. This research proposes a Multi-Model Ensemble Method Based on Deep Learning for multi-plant disease detection using ResNet50 to improve classification performance across multiple crop varieties. The proposed framework takes five important categories of plants into consideration including tomato, potato, grape, apple and maize, and 10 classes of healthy and diseased plants are generated from the PlantSeg dataset. The Anaconda platform was used along with Python to create a development environment that allows data preprocessing, augmentation, training and testing to be implemented efficiently. The proposed ensemble framework combines the feature extraction power of ResNet50 with several deep learning classifiers so as to obtain a good identification performance at different resolutions and environments. The proposed model performance is tested with the following metrics Accuracy, Precision, Inference Time, and Resolution quality and compared with MobileNetV2, YOLOv8 and the baseline CNN models. Experimental results show that the proposed ensemble ResNet50 framework achieves an accuracy of 98.7% and precision of 98.3%, which is about 6.4%, 4.8%, and 9.2% higher than that of MobileNetV2, YOLOv8, and CNN respectively. Moreover, the proposed method achieves high resolution disease localization capability with an inference time improvement of almost 18% compared with YOLOv8. The proposed system greatly improves the detection accuracy of the early stage and the calculation speed of the system, which is very suitable for smart agriculture applications and real-time monitoring of the health status of crops.