Figures
Abstract
Field peas are grown by smallholder farmers in Ethiopia for food, fodder, income, and soil fertility. However, leaf diseases such as ascochyta blight, powdery mildew, and leaf spots affect the quantity and quality of this crop as well as crop growth. Experts use visual observation to detect field pea disease. However, this approach is expensive, labor-intensive, and imprecise. Therefore, in this study, we presented a transfer learning approach for the automatic diagnosis of field pea leaf diseases. We classified three field pea leaf diseases: Ascochyta blight, leaf spot, and powdery mildew. A softmax classifier was used to classify the diseases. A total of 1600 images of both healthy and diseased leaves were used to train, validate, and test the pretrained models. According to the experimental results, DenseNet121 achieved 99.73% training accuracy, 99.16% validation accuracy, and 98.33% testing accuracy after 100 epochs. we expect that this research work will offer various benefits for farmers and farm experts. It reduced the cost and time needed for the detection and classification of field pea leaf disease. Thus, a fast, automated, less costly, and accurate detection method is necessary to overcome the detection problem.
Citation: Girmaw DW, Muluneh TW (2024) Field pea leaf disease classification using a deep learning approach. PLoS ONE 19(7): e0307747. https://doi.org/10.1371/journal.pone.0307747
Editor: Valentine Otang Ntui, International Institute of Tropical Agriculture, KENYA
Received: March 18, 2024; Accepted: July 10, 2024; Published: July 25, 2024
Copyright: © 2024 Girmaw, Muluneh. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: The dataset that supports the findings of this study has been uploaded as supplementary information. Access to this dataset can be requested from the corresponding author upon reasonable request.
Funding: The author(s) received no specific funding for this work.
Competing interests: NO authors have competing interests
1. Introduction
Field pea (Pisum sativum L) is one of the most significant crops used and produced by smallholder farmers in Ethiopia [1, 2]. This crop is the second most produced legume in Ethiopia in terms of volume after fava beans [1]. This crop is crucial to the farming community in the highlands of Bale, southeastern Ethiopia, and it provides revenue and acts as a rotational crop. However, this crop is affected by several diseases, such as Ascochyta blight (Ascochyta pisi), powdery and downy mildew (Erysiphe polygoni), and leaf spot. These diseases are causes of yield loss in production. Ascochyta blight and powdery mildew are the two most prevalent field pea diseases in mid-altitudes, and these diseases can reduce yields by 20–30% [1, 3]. Worldwide, Ascochyta blights (Ascochyta spp.) significantly reduce field pea yields and degrade seed quality. Ascochyta blight often results in a total loss of crop production in Dembi, Ethiopia, where the disease is highly prevalent. The Kulumsa Agricultural Research Centre is an ideal location for this disease because the days are frequently dry and hot [1, 4]. Field peas are grown around the world and have 86% loss due to powdery mildew disease, which reduces crop production. In Ethiopia, this disease is a main cause of yield losses of 21.09% [2–4].
Therefore, proper detection of field pea leaf diseases is crucial to improve the quality and quantity of crop production [5]. Currently, experts use visual observations to detect field pea disease. Nevertheless, this method has drawbacks and is expensive for large farms. Farmers might also lack the necessary resources or even the idea to consult experts; thus, expert consultation is costly and time-consuming. In large farms, the cost of visually observing and detecting leaf diseases is high, inaccurate, and difficult [6, 7]. Therefore, we suggest a deep learning approach to classify diseases in field pea leaves. It resolves these issues with traditional image processing techniques. A deep learning method uses multiple layers to process the data and extracts information from the image [5, 8]
The structure of the paper is as follows: related works are explored in section 2. Methods and materials are presented in section 3. The results and discussion are presented in Section 4. A conclusion is stated in Section 5.
2. Related works
Several studies have been performed on plant disease detection. The authors used different approaches, such as image processing, machine learning, and deep learning.
[9] presented convolutional neural networks (CNNs) to identify diseases in rice and potato plants. The authors identified diseases such as brown spot, blast, bacterial blight, and tungro. Images of potato leaves are divided into three categories: healthy, early blight, and late blight. The study used 1500 images of potato leaves and 5932 images of rice leaves. The suggested CNN model achieved 99.58% accuracy in classifying rice images and 97.66% accuracy in classifying potato leaves.
In [10] deep convolution networks for plant disease detection based on deep transfer learning were employed. The suggested approach is sufficiently light to significantly lower the processing expenses. The proposed method shows a considerable boost in efficiency with reduced complexity.
The PlantVillage (https://www.kaggle.com/datasets/mohitsingh1804/plantvillage) dataset was used for the experiment, and 18453 diseased leaves were divided into 3 categories based on species and 15 types of classification. The suggested method achieved a 99.28% accuracy rate on the dataset.
[11] suggested a model for image binarization using Otsu’s global thresholding technique to eliminate the image’s background noise. The suggested method is based on a fully connected CNN to identify the three rice diseases. The model was trained using 4,000 image samples of each damaged leaf and 4,000 image samples of healthy rice leaves. The model achieved a 99.7% accuracy rate on the dataset.
In [12] the YOLOv4 deep learning model with image processing was employed in a hybrid approach using the faster R-CNN, SSD, VGG16, and YOLOv4 deep learning models to automatically determine the severity of leaf spot disease on sugar beetroot and classify it. A total of 1040 images were used for training and testing the hybrid method and to determine their severity, and a classification accuracy rate of 96.47% was achieved. The suggested hybrid method produces better results than analyzing data using only these models.
In [13] a convolution neural network (CNN) approach was proposed to evaluate potato diseases (Healthy, Black Scurf, Common Scab, Black Leg, and Pink Rot). A database with 5,000 images of potatoes (https://www.kaggle.com/datasets/mohitsingh1804/plantvillage) was employed. The proposed model was compared with R-CNN, VGG, AlexNet, and GoogLeNet through transfer learning. The deep learning method’s suggested accuracy is higher than that of previous works and achieved accuracy rates of 100% and 99%, respectively.
[14] employed a transfer learning approach using InceptionV3, ResNet50, VGG16, MobileNet, Xception, and DenseNet121 to identify plant leaf disease using the PlantVillage dataset. A total of 11,370 images of healthy and unhealthy tomato and potato leaves were included in the dataset. The method achieved an accuracy of 98.83% using the MobileNet architecture.
In [15]“Convnets" were employed to classify and identify plant diseases. The data are collected from the PlantViallge dataset, which includes plant classes such as potato, pepper, and tomato. The model achieved accuracy rates of 98.3%, 98.5%, and 95% in detecting tomato, pepper, and potato leaf diseases, respectively.
In [16] the proposed ResNet-9 model was used to identify blight disease in images of potato and tomato leaves. A total of 3,990 initial training data samples were used from the Plant Village Dataset. The model was evaluated on the 133 images of the test set. A 99.25% test accuracy, an overall precision of 99.67%, an overall recall of 99.33%, and an overall F1-score value of 99.33% were achieved.
[17] presented an autonomous method for detecting plant leaf damage and identifying disease. The suggested method used DenseNet to classify the disease based on an image of a plant leaf. The suggested DenseNet model yielded 100% classification accuracy. A deep learning-based semantic segmentation is used to identify leaf damage. A 97% accuracy rate was obtained using semantic segmentation. Apple, grape, potato, and strawberry plants were detected in the experimental analysis.
In [18] a deep learning method was proposed to identify different plant diseases. The proposed model implementation processes include acquiring datasets, training, testing, and classification to categorize leaves as healthy or diseased. The work identified potato leaf disease using the KNN and CNN methods. The developed method achieved an accuracy of ~ 90% using CNN-based classification.
[19] a deep learning-based approach to crop disease detection was proposed. The detection and classification of diseases is performed using a convolutional neural network-based method. Two convolutional and two pooling layers are employed within the model. According to the experimental findings, the suggested model achieved 98% training accuracy and 88.17% testing accuracy compared with pretrained models (InceptionV3, ResNet 152, and VGG19).
In [20] a lightweight convolutional neural network called VGG-ICNN was proposed for use in plant-leaf disease identification. VGG-ICNN had a significantly smaller number than most other high-performing deep learning models. PlantVillage and Embrapa provide 38 and 93 categories, respectively. The proposed work achieved 99.16% accuracy on the PlantVillage dataset.
In [21] the suggested system for identifying rice plant diseases used a computer vision-based methodology using deep learning, machine learning, and image processing techniques. The approach detects diseases in rice fields, such as sheath rot, brown leaf spot, rice blast, bacterial leaf blight, and false smut. The diseased region of the rice plant is recognized using image segmentation after image preprocessing. To identify and categorize distinct types of rice plant diseases, convolutional neural networks and a support vector machine classifier are employed, and the proposed deep learning-based approach achieved the greatest validation accuracy of 0.9145 using ReLU and softmax algorithms.
[22] proposed a transfer learning approach for the identification of maize leaf diseases. A dataset of 18,888 images of both healthy and diseased leaves was classified using pretrained VGG16, ResNet50, InceptionV3, and Xception models. The findings show that all trained models can classify maize leaf diseases with an accuracy of greater than 93%. Specifically, Xception, InceptionV3, and VGG16 all attained accuracies greater than 99%. Finally, we summarized all the related work as presented in Table 1.
3. Methods and materials
These are the descriptions of methods and materials undertaken in the study:
Image pre-processing: To resize and rescale the input images, image preprocessing is necessary. Before feeding the image into the model, it should be appropriately sized. We resized and rescaled the image using the image data generator method. We used data augmentation techniques such as rotation, horizontal flip, zoom, and shear to diversify training images [23] and enhance the model’s performance [24]. Images are resized to a common size of 224x224 pixels and normalized in the range [0, 1] to scale pixel values [25, 26].
Model Training: We found the optimal hyperparameters such as optimizer, learning rate, and batch size through experimentation. We used dropout and batch normalization to prevent overfitting problems. To train the model we used an optimizer, loss function, number of epochs, and early stopping to stop the training when performance on the validation set starts failing.
Evaluation: We used evaluation metrics such as accuracy, precision, recall, F1 score, assess model performance.
Deployment: We saved trained models and deployed them as web applications using the Flask application. This allows the user to perform a live field pea leaf disease classification service.
The suggested work contains three phases: training, validation, and testing.
3.1 Training phase
To train the pretrained model, we labeled the images of field peas with the appropriate class, and the model was trained using labeled images. 1600 field pea images were labeled for this study. Field pea images were obtained from the Kulumsa Agricultural Research Centre in Ethiopia. A smartphone camera was utilized to take images. The study was conducted at Kulumsa Agricultural Research Centre in Ethiopia.
3.2 Validation phase
Before the input images feed into the model, we employed image pre-processing techniques such as image resizing, normalization, and argumentations. To validate the pretrained models, we employed of these approaches.
3.3 Testing phase
The models were tested using the test images to evaluate the model performance.240 images of field peas are used for testing. Test images were obtained from the same dataset used for training and validation
3.4 Transfer learning
We used transfer learning to retrain a previously trained model for a new problem. Transfer learning offers numerous advantages, including the ability to finetune parameters quickly and easily to learn new tasks without defining a new network. We adopted a transfer learning technique for the classification of pea leaf diseases as follows:
Choosing a Pre-trained Model: We selected novel pre-trained models (EfficentNetB7, MobileNetV2, and DenseNet121) for the classification of pea leaf diseases.
Loading the Pre-trained Model: We loaded the selected pre-trained model weights and excluded the top classification layers because they are specific to the original task for which the model was trained.
Adding Custom Classification Layers: We added custom layers for our classification task of pea leaf disease and these layers are followed by a SoftMax classifier.
Freezing Pre-trained Layers: We freeze these layers to stop the weights of the pre-trained layers from being updated during training and to train only the weights of the newly added layers for our classification task.
Compiling the Model: The model was compiled using Adam optimizer and categorical cross-entropy as a loss function.
Data Augmentation: Data augmentation techniques such as rotation, horizontal flip, zoom, and shear are employed to diversify training images and enhance the model’s performance.
Training the Model: The model was trained using training data and the weights of the recently added classification layers are updated by the backpropagation method.
Evaluation: After training is finished, the model’s performance is assessed using a test dataset and we use accuracy, precision, recall, and F1-score to evaluate the model’s performance.
In this study, we employed a transfer learning approach to classify field pea disease, which enabled us to quickly and readily adjust parameters to learn new tasks without creating a new network [27–29]. It trained to classify images into 1000 classes using more than a million images [30]. For our classification task, we reuse the pretrained models (EfficentNetB7, MobileNetV2, and DenseNet201). All layers are maintained, and we use the final layer of the model for our detection task.
3.4.1 MobileNet.
The goal of the MobileNet model is to improve deep learning’s real-time performance with limited resources. It uses fewer computational resources than the other CNN models, and it is perfect for usage on computers with low processing power as well as mobile devices [31]. A 1x1 convolution and a type of factorized convolution or depthwise separable convolution serve as the foundation for the model architecture. Every input channel receives a single filter application from the depthwise convolution. The outputs of the depthwise convolution are combined with the pointwise convolution using 1x1 convolutions [10].
3.4.2 DenseNet.
DenseNet works using a densely layered design with direct connections. In comparison to traditional convolutional neural networks, it uses fewer parameters [32, 33]. It is employed in CNN networks to streamline the layer-to-layer connectivity structure. It fixes the problems caused by the gradients, and easy access to the input images is provided for each layer of the model [34].
3.4.3 EfficientNet.
The EfcientNet model stretches the network using an inverted bottleneck convolution and a swish activation function. It reduces the calculation time by the square of a filter size [30, 35]. It has a better classification performance than other deep CNN models in terms of accuracy [36]. The proposed work is presented in Fig 1.
3.5 Performance metrics
We assessed the model performance using ROC curve, support, precision, recall, and accuracy. The following is a mathematical expression of the metrics as presented in Table 2.
4. Results and discussion
4.1 Dataset Acquisition
We collected 1600 images from the Kulumsa Agricultural Research Centre with the help of agricultural experts. All images were resized to 224 x 224, and we used 15% of the data for testing,15% of the data for validating, and 70% of the data for training. The dataset is divided into four classes that correspond to the diseases. The distribution of classes is as follows: the first class consists of 400 images of ascochyta blight disease, the second class consists of 400 Healthy images, the third class consists of 400 images of leaf spot disease and the fourth class consists of 400 images of powdery mildew leaves. Images are resized to a common size of 224x224 pixels and normalized in the range [0, 1] to scale pixel values. The summary of the dataset is presented in Table 3.
4.2 Environment setup
Models were trained and tested on Google Colab, which provided free resources such as GPU and RAM. We wrote the code using Jupyter Notebook on a computer with a 64-bit operating system, Intel(R) Core i3 processor, and 4 GB of RAM. we used GPUs to accelerate training time, TensorFlow, and Keras, for building and training deep learning models, Jupyter Notebook for writing, debugging, and running deep learning code, Matplotlib, Seaborn, and Tensor Board for visualizing training metrics, model architectures, and data distributions.
4.3 Pretrained model training
Initially, we downloaded the MobileNetV2 model from ‘Keras. We retrained the last layer of the model for our disease classification, and we used batch sizes of 32 for 100 epochs. The model achieved 99.64% training accuracy, 98.33% validation accuracy, and a testing accuracy of 96. 09%. The training, validation, and loss accuracies are displayed in Figs 2 and 3.
In addition, we downloaded the DenseNet 121 model from ‘keras. We retrained the last layer of the model with 32 batch sizes and 100 epochs. The model achieved a 99.73% training accuracy, a 99.16% validation accuracy, and a testing accuracy of 98.33% after 100 epochs. Figs 4 and 5 display its training accuracy, validation accuracy, and losses.
In the third experiment, we downloaded the EfficientNetB7 model from ‘Keras. We retrained the last layer of the model using 32 batch sizes and 100 epochs. The model achieved a training accuracy of 99.82%, a validation accuracy of 99.16%, and a testing accuracy of 97.92%. Figs 6 and 7 display its training accuracy, validation accuracy, and losses.
We made model comparisons in terms of accuracy, loss, and receiver operating characteristic (ROC) curves for the classification of field pea leaf diseases, as presented in Figs 8 and 9.
4.4 Visualizing of channels during the activation layer
Channel visualization provides an overview of how deep learning divides any input into discrete filters. Two arguments are used to instantiate a model: input and output tensor. To visualize it, an input image is fed to the model, and it returns the layer’s activation values. The first layer of the network in the visualization has multiple detectors, including edge, bright dot, and brightness detectors. The feature maps in this layer hold all of the information related to the input image. Nonimportant characteristics were skipped in the first few layers. When we go deeper and deeper inside the neural network, we learn more abstract features and cannot interpret what the filter is doing, as presented in Fig 10.
(A) Visualization in the 1st channel (B) Visualization in the 2nd channel (C) Visualization of activation in the 3rd channel.
4.5 Model deployment using a flask
A flask application was used to launch the suggested model as a web application. This enables a real-time field pea leaf disease classification service to the user, as presented in Figs 11–13.
4.6 Discussion
From the state-of-the-art models, DenseNet121 achieved a training accuracy of 99.73% validation accuracy of 99.16%, and testing of 98.33%% and MobileNetV2 scored a training accuracy of 99.64%, validation accuracy of 98.33%and testing of 96. 09%, While EfficientNetB7 scored a training accuracy of 99.82%, validation accuracy of 99.16%, and testing of 97.92%. The experimental results showed that DenseNet121 performed better than MobileNetV2 and EfficientNetB7 for field pea leaf disease detection. The experimental results also validated the use of transfer learning for field pea leaf disease classification. Overfitting was one challenge to adopting transfer learning for leaf disease classification when the target dataset is small. This means the model may memorize the training data rather than learning features. we mitigated this issue using data augmentation and dropout techniques. fine-tuning the hyperparameters of the pre-trained model was another challenge to determine the optimal parameters such as learning rate, optimizer, and dropout value
5 Conclusion
Hence, we proposed a work using transfer learning for field pea disease classification. The main contributions of this study are as follows: Performance improvement: We improved the performance of the proposed work using recent deep-learning models. Experimental results show that DenseNet121 achieves 98.33% testing accuracy. Data collection: We collected a dataset of field pea lea diseases from Kulumsa Agricultural Research Centre with the help of farm area experts. Medical treatment recommendation: We deployed the model using a flask application to detect the disease and suggest a medical treatment. Visualization: It enables new users to know how deep learning models work internally to classify the disease. Future works are: Exploring the performance of other pre-trained models such as AlexNet, GoogleNet, and VGG-19 for filed pea leaf diseases classification task. Incorporating the textual features of symptoms on field pea leaves to enhance classification accuracy. Applying domain-specific data augmentation techniques to replicate changes in disease severity and leaf orientation.
References
- 1. Fikere M., Tadesse T., Gebeyehu S., and Hundie B., “Agronomic performances, disease reaction and yield stability of field pea (Pisum sativum L.) genotypes in Bale Highlands, Ethiopia,” 2010.
- 2. Kindie Y. et al., “Field Pea (Pisum sativum L.) Variety Development for Moisture Deficit Areas of Eastern Amhara, Ethiopia,” Advances in Agriculture, vol. 2019, 2019,
- 3. Tadesse Y., Kesho A., Amareand D., and Tadele M., “Screening of Field Pea Genotypes for Aschochyta Blight,” World Journal of Agricultural Sciences, vol. 17, no. 4, pp. 351–356, 2021,
- 4. Kindie Y. et al., “Erratum: Field pea (Pisum sativum L.) variety development for moisture deficit areas of Eastern Amhara, Ethiopia (Advances in Agriculture (2019) 2019 (1398612) 10.1155/2019/1398612),” Advances in Agriculture, vol. 2019. 2019.
- 5. Kumari T., Kannan M. K. J., and V. N., “A Survey on Plant Leaf Disease Detection,” Int J Comput Appl, vol. 184, no. 17, 2022,
- 6. Azmeraw Y. and Hussien T., “Management of Common Bean Rust (Uromyces appendiculatus) through Host Resistance and Fungicide Sprays in Hirna District, Eastern Ethiopia,” Advances in Crop Science and Technology, vol. 05, no. 06, 2017,
- 7. Al Hiary H., Bani Ahmad S., Reyalat M., Braik M., and ALRahamneh Z., “Fast and Accurate Detection and Classification of Plant Diseases,” Int J Comput Appl, vol. 17, no. 1, 2011,
- 8.
A. A. M. Al-Saffar, H. Tao, and M. A. Talab, “Review of deep convolution neural network in image classification,” in Proceeding—2017 International Conference on Radar, Antenna, Microwave, Electronics, and Telecommunications, ICRAMET 2017, 2017. https://doi.org/10.1109/ICRAMET.2017.8253139
- 9. Sharma R. et al., “Plant disease diagnosis and image classification using deep learning,” Computers, Materials and Continua, vol. 71, no. 2, pp. 2125–2140, 2022,
- 10. Liu G., Peng J., and El-Latif A. A. A., “SK-MobileNet: A Lightweight Adaptive Network Based on Complex Deep Transfer Learning for Plant Disease Recognition,” Arab J Sci Eng, vol. 48, no. 2, pp. 1661–1675, Feb. 2023,
- 11. Upadhyay S. K. and Kumar A., “A novel approach for rice plant diseases classification with deep convolutional neural network,” International Journal of Information Technology (Singapore), vol. 14, no. 1, pp. 185–199, Feb. 2022,
- 12. Adem K., Ozguven M. M., and Altas Z., “A sugar beet leaf disease classification method based on image processing and deep learning,” Multimed Tools Appl, vol. 82, no. 8, 2023,
- 13. Arshaghi A., Ashourian M., and Ghabeli L., “Potato diseases detection and classification using deep learning methods,” Multimed Tools Appl, vol. 82, no. 4, pp. 5725–5742, Feb. 2023,
- 14. Eligar V., Patil U., and Mudenagudi U., “Performance Analysis of Deep Learning Algorithms Toward Disease Detection: Tomato and Potato Plant as Use-Cases,” in Smart Innovation, Systems and Technologies, 2022.
- 15.
A. Lakshmanarao, M. R. Babu, and T. S. R. Kiran, “Plant Disease Prediction and Classification using Deep Learning ConvNets,” in Proceedings—2021 1st IEEE International Conference on Artificial Intelligence and Machine Vision, AIMV 2021, 2021. https://doi.org/10.1109/AIMV53313.2021.9670918
- 16. Anim-Ayeko A. O., Schillaci C., and Lipani A., “Automatic blight disease detection in potato (Solanum tuberosum L.) and tomato (Solanum lycopersicum, L. 1753) plants using deep learning,” Smart Agricultural Technology, vol. 4, 2023,
- 17. Sai Reddy B. and Neeraja S., “Plant leaf disease classification and damage detection system using deep learning models,” Multimed Tools Appl, vol. 81, no. 17, 2022,
- 18. Gupta H. K. and Shah H. R., “Deep Learning-Based Approach to Identify the Potato Leaf Disease and Help in Mitigation Using IOT,” SN Comput Sci, vol. 4, no. 4, 2023,
- 19. Sakkarvarthi G., Sathianesan G. W., Murugan V. S., Reddy A. J., Jayagopal P., and Elsisi M., “Detection and Classification of Tomato Crop Disease Using Convolutional Neural Network,” Electronics (Switzerland), vol. 11, no. 21, 2022,
- 20. Thakur P. S., Sheorey T., and Ojha A., “VGG-ICNN: A Lightweight CNN model for crop disease identification,” Multimed Tools Appl, vol. 82, no. 1, 2023,
- 21. Haridasan A., Thomas J., and Raj E. D., “Deep learning system for paddy plant disease detection and classification,” Environ Monit Assess, vol. 195, no. 1, 2023, pmid:36399232
- 22. Subramanian M., Shanmugavadivel K., and Nandhini P. S., “On fine-tuning deep learning models using transfer learning and hyperparameters optimization for disease identification in maize leaves,” Neural Comput Appl, vol. 34, no. 16, pp. 13951–13968, Aug. 2022,
- 23. Arshaghi A., Ashourin M., and Ghabeli L., “Detection and Classification of Potato Diseases Potato Using a New Convolution Neural Network Architecture,” Traitement du Signal, vol. 38, no. 6, 2021,
- 24. Shantkumari M. and Uma S. V., “Grape leaf image classification based on machine learning technique for accurate leaf disease detection,” Multimed Tools Appl, vol. 82, no. 1, pp. 1477–1487, Jan. 2023,
- 25. Kundu N. et al., “Disease detection, severity prediction, and crop loss estimation in MaizeCrop using deep learning,” Artificial Intelligence in Agriculture, vol. 6, 2022,
- 26. Yang S. et al., “Classification and localization of maize leaf spot disease based on weakly supervised learning,” Front Plant Sci, vol. 14, 2023, pmid:37223797
- 27. Khasawneh N., Faouri E., and Fraiwan M., “Automatic Detection of Tomato Diseases Using Deep Transfer Learning,” Applied Sciences (Switzerland), vol. 12, no. 17, 2022,
- 28. Chen J., Chen J., Zhang D., Sun Y., and Nanehkaran Y. A., “Using deep transfer learning for image-based plant disease identification,” Comput Electron Agric, vol. 173, 2020,
- 29.
R. H. Hridoy, F. Akter, and A. Rakshit, “Computer Vision Based Skin Disorder Recognition using EfficientNet: A Transfer Learning Approach,” in 2021 International Conference on Information Technology, ICIT 2021—Proceedings, 2021. https://doi.org/10.1109/ICIT52682.2021.9491776
- 30. Farman H., Ahmad J., Jan B., Shahzad Y., Abdullah M., and Ullah A., “Efficientnet-based robust recognition of peach plant diseases in field images,” Computers, Materials and Continua, vol. 71, no. 1, 2022,
- 31. Srinivasu P. N., Sivasai J. G., Ijaz M. F., Bhoi A. K., Kim W., and Kang J. J., “Classification of skin disease using deep learning neural networks with mobilenet v2 and lstm,” Sensors, vol. 21, no. 8, Apr. 2021, pmid:33919583
- 32. Albahli S. and Nawaz M., “DCNet: DenseNet-77-based CornerNet model for the tomato plant leaf disease detection and classification,” Front Plant Sci, vol. 13, 2022, pmid:36160977
- 33. Nandhini S. and Ashokkumar K., “An automatic plant leaf disease identification using DenseNet-121 architecture with a mutation-based henry gas solubility optimization algorithm,” Neural Comput Appl, vol. 34, no. 7, 2022,
- 34. Vallabhajosyula S., Sistla V., and Kolli V. K. K., “Transfer learning-based deep ensemble neural network for plant leaf disease detection,” Journal of Plant Diseases and Protection, vol. 129, no. 3, 2022,
- 35. Liu J., Wang M., Bao L., and Li X., “EfficientNet based recognition of maize diseases by leaf image classification,” in Journal of Physics: Conference Series, 2020.
- 36. Hanh B. T., Van Manh H., and Nguyen N. V., “Enhancing the performance of transferred efficientnet models in leaf image-based plant disease classification,” Journal of Plant Diseases and Protection, vol. 129, no. 3, 2022,
- 37. Sahu P., Chug A., Singh A. P., and Singh D., “Deep Learning Models for Beans Crop Diseases: Classification and Visualization Techniques Deep Learning Models for Beans Crop Diseases: Classification and Visualization Techniques,” no. March, 2021.