A Survey on Different Plant Diseases Detection Using Machine Learning Techniques
Abstract
:1. Introduction
2. Basic Steps in Identification of Diseases from Leaf Images
2.1. Data Collection
2.2. Preprocessing
2.3. Feature Extraction
2.4. Classification
3. Different Existing Machine Learning Based Techniques for Plant Disease Detection
3.1. Color-Features-Based Disease Detection
3.2. Shape- and Texture-Based Disease Detection
- Before the extraction of features, a lot of preprocessing is required, which makes the model complex.
- Segmenting the diseased region from the images with a background object is challenging.
- The extraction of features and selecting the proper set of feature set giving the optimal result is an important issue.
- The dataset used in the majority of the paper is small and only a few disease categories is considered.
- The extraction of features in a large dataset is time-consuming as well as a laborious task.
3.3. Deep-Learning-Based Identification of Diseases
- The use of a pretrained deep learning model eliminates the preprocessing and feature extraction in the identification of disease.
- A fine-tuned and transfer-learning approach where the model is pretrained with a large dataset performs better than learning from scratch.
- RGB images give better performance accuracies than other formats of images.
- The number of parameters used in LeNet, AlexNet, VGG and GoogLeNet is large and hence the computation takes longer.
- The required training time is much longer in these models and requires high-power GPUs to train the model.
- Extracting multiple features from different filter sizes in parallel improves the model performance.
- A CNN with residual connection can train a large model without increasing the error rate.
- A residual connection handles the vanishing gradient issue using identity mapping.
- Removing convolution layers, changing the filter sizes, replacing the standard convolution by a depthwise separable convolution reduce the number of parameters.
- An attention network which focuses on a particular region reduces the complexity of the network.
- The time required to train the network is much less.
- It is easy to implement on small devices and the computation time is reduced.
- The extraction of features using a CNN model and the classification using different machine learning classifiers also give higher performance accuracies.
- A CNN model extracts better features, which make a classifier such as an SVM or RF give better performance results.
- An SVM and RF can tackle the overfitting issues.
- A CNN model is used only for extracting the features and hence the training of the model is not required.
4. Discussion
5. Challenges
5.1. Dataset of Insufficient Size and Variety
5.2. Image Segmentation
5.3. Identification of Diseases with Visually Similar Symptoms
5.4. Simultaneous Occurrence of Multiple Diseases
5.5. Identification of Diseases from Real-Time Images
5.6. Design a Light Deep Learning Model
6. Conclusions and Future Directions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Chouhan, S.S.; Kaul, A.; Singh, U.P.; Jain, S. Bacterial foraging optimization based Radial Basis Function Neural Network (BRBFNN) for identification and classification of plant leaf diseases: An automatic approach towards Plant Pathology. IEEE Access 2018, 6, 8852–8863. [Google Scholar] [CrossRef]
- Ferentinos, K.P. Deep learning models for plant disease detection and diagnosis. Comput. Electron. Agric. 2018, 145, 311–318. [Google Scholar] [CrossRef]
- Bharate, A.A.; Shirdhonkar, M. A review on plant disease detection using image processing. In Proceedings of the 2017 International Conference on Intelligent Sustainable Systems (ICISS), Palladam, India, 7–8 December 2017; pp. 103–109. [Google Scholar]
- Das, R.; Pooja, V.; Kanchana, V. Detection of diseases on visible part of plant—A review. In Proceedings of the 2017 IEEE Technological Innovations in ICT for Agriculture and Rural Development (TIAR), Chennai, India, 7–8 April 2017; pp. 42–45. [Google Scholar]
- Bock, C.; Poole, G.; Parker, P.; Gottwald, T. Plant disease severity estimated visually, by digital photography and image analysis, and by hyperspectral imaging. Crit. Rev. Plant Sci. 2010, 29, 59–107. [Google Scholar] [CrossRef]
- Tlhobogang, B.; Wannous, M. Design of plant disease detection system: A transfer learning approach work in progress. In Proceedings of the 2018 IEEE International Conference on Applied System Invention (ICASI), Chiba, Japan, 13–17 April 2018; pp. 158–161. [Google Scholar]
- Mutka, A.M.; Bart, R.S. Image-based phenotyping of plant disease symptoms. Front. Plant Sci. 2015, 5, 734. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Nutter, F.W.; Esker, P.D.; Netto, R.A.C. Disease assessment concepts and the advancements made in improving the accuracy and precision of plant disease data. Eur. J. Plant Pathol. 2006, 115, 95–103. [Google Scholar] [CrossRef]
- Munyaneza, J.E.; Crosslin, J.M.; Buchman, J.L.; Sengoda, V.G. Susceptibility of different potato plant growth stages to purple top disease. Am. J. Potato Res. 2010, 87, 60–66. [Google Scholar] [CrossRef]
- Díaz-Pendón, J.A.; Cañizares, M.C.; Moriones, E.; Bejarano, E.R.; Czosnek, H.; Navas-Castillo, J. Tomato yellow leaf curl viruses: Ménage à trois between the virus complex, the plant and the whitefly vector. Mol. Plant Pathol. 2010, 11, 441–450. [Google Scholar] [CrossRef]
- Shah, J.P.; Prajapati, H.B.; Dabhi, V.K. A survey on detection and classification of rice plant diseases. In Proceedings of the 2016 IEEE International Conference on Current Trends in Advanced Computing (ICCTAC), Bangalore, India, 10–11 March 2016; pp. 1–8. [Google Scholar]
- Prajapati, B.S.; Dabhi, V.K.; Prajapati, H.B. A survey on detection and classification of cotton leaf diseases. In Proceedings of the 2016 International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT), Chennai, India, 3–5 March 2016; pp. 2499–2506. [Google Scholar]
- Iqbal, Z.; Khan, M.A.; Sharif, M.; Shah, J.H.; ur Rehman, M.H.; Javed, K. An automated detection and classification of citrus plant diseases using image processing techniques: A review. Comput. Electron. Agric. 2018, 153, 12–32. [Google Scholar] [CrossRef]
- Kaur, S.; Pandey, S.; Goel, S. Plants disease identification and classification through leaf images: A survey. Arch. Comput. Methods Eng. 2019, 26, 507–530. [Google Scholar] [CrossRef]
- Lee, S.H.; Chan, C.S.; Wilkin, P.; Remagnino, P. Deep-plant: Plant identification with convolutional neural networks. In Proceedings of the 2015 IEEE International Conference on Image Processing (ICIP), Quebec City, QC, Canada, 27–30 September 2015; pp. 452–456. [Google Scholar]
- Cireşan, D.C.; Meier, U.; Masci, J.; Gambardella, L.M.; Schmidhuber, J. Flexible, High Performance Convolutional Neural Networks for Image Classification. In Proceedings of the Twenty-Second International Joint Conference on Artificial Intelligence, Barcelona, Spain, 16–22 July 2011; pp. 1237–1242. [Google Scholar] [CrossRef]
- Hinton, G.; Deng, L.; Yu, D.; Dahl, G.E.; Mohamed, A.; Jaitly, N.; Senior, A.; Vanhoucke, V.; Nguyen, P.; Sainath, T.N.; et al. Deep Neural Networks for Acoustic Modeling in Speech Recognition: The Shared Views of Four Research Groups. IEEE Signal Process. Mag. 2012, 29, 82–97. [Google Scholar] [CrossRef]
- Wen, T.; Zhang, Z. Deep convolution neural network and autoencoders-based unsupervised feature learning of EEG signals. IEEE Access 2018, 6, 25399–25410. [Google Scholar] [CrossRef]
- Carranza-Rojas, J.; Goeau, H.; Bonnet, P.; Mata-Montero, E.; Joly, A. Going deeper in the automated identification of Herbarium specimens. BMC Evol. Biol. 2017, 17, 181. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Yang, X.; Guo, T. Machine learning in plant disease research. Eur. J. BioMed. Res. 2017, 3, 6–9. [Google Scholar] [CrossRef] [Green Version]
- Nagaraju, M.; Chawla, P. Systematic review of deep learning techniques in plant disease detection. Int. J. Syst. Assur. Eng. Manag. 2020, 11, 547–560. [Google Scholar] [CrossRef]
- Li, L.; Zhang, S.; Wang, B. Plant Disease Detection and Classification by Deep Learning—A Review. IEEE Access 2021, 9, 56683–56698. [Google Scholar] [CrossRef]
- Hughes, D.; Salathé, M. An open access repository of images on plant health to enable the development of mobile disease diagnostics. arXiv 2015, arXiv:1511.08060. [Google Scholar]
- Ramcharan, A.; Baranowski, K.; McCloskey, P.; Ahmed, B.; Legg, J.; Hughes, D.P. Deep learning for image-based cassava disease detection. Front. Plant Sci. 2017, 8, 1852. [Google Scholar] [CrossRef] [Green Version]
- Oyewola, D.O.; Dada, E.G.; Misra, S.; Damaševičius, R. Detecting cassava mosaic disease using a deep residual convolutional neural network with distinct block processing. PeerJ Comput. Sci. 2021, 7, e352. [Google Scholar] [CrossRef]
- Hops Disease Dataset. Available online: https://www.kaggle.com/scruggzilla/hops-classification (accessed on 17 January 2021).
- Cotton Disease Dataset. Available online: https://www.kaggle.com/singhakash/cotton-disease-dataset (accessed on 22 January 2021).
- Rice Disease Dataset. Available online: https://www.kaggle.com/shayanriyaz/riceleafs (accessed on 20 January 2021).
- Sethy, P.K.; Barpanda, N.K.; Rath, A.K.; Behera, S.K. Deep feature based rice leaf disease identification using support vector machine. Comput. Electron. Agric. 2020, 175, 105527. [Google Scholar] [CrossRef]
- Hlaing, C.S.; Zaw, S.M.M. Model-based statistical features for mobile phone image of tomato plant disease classification. In Proceedings of the 2017 18th International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT), Taipei, Taiwan, 18–20 December 2017; pp. 223–229. [Google Scholar]
- Camargo, A.; Smith, J. Image pattern classification for the identification of disease causing agents in plants. Comput. Electron. Agric. 2009, 66, 121–125. [Google Scholar] [CrossRef]
- Prasad, S.; Peddoju, S.K.; Ghosh, D. Multi-resolution mobile vision system for plant leaf disease diagnosis. Signal Image Video Process. 2016, 10, 379–388. [Google Scholar] [CrossRef]
- Islam, M.; Dinh, A.; Wahid, K.; Bhowmik, P. Detection of potato diseases using image segmentation and multiclass support vector machine. In Proceedings of the 2017 IEEE 30th Canadian Conference on Electrical and Computer Engineering (CCECE), Windsor, ON, Canada, 30 April–3 May 2017; pp. 1–4. [Google Scholar]
- Chuanlei, Z.; Shanwen, Z.; Jucheng, Y.; Yancui, S.; Jia, C. Apple leaf disease identification using genetic algorithm and correlation based feature selection method. Int. J. Agric. Biol. Eng. 2017, 10, 74–83. [Google Scholar]
- Anthonys, G.; Wickramarachchi, N. An image recognition system for crop disease identification of paddy fields in Sri Lanka. In Proceedings of the 2009 International Conference on Industrial and Information Systems (ICIIS), Peradeniya, Sri Lanka, 28–31 December 2009; pp. 403–407. [Google Scholar]
- Yao, Q.; Guan, Z.; Zhou, Y.; Tang, J.; Hu, Y.; Yang, B. Application of support vector machine for detecting rice diseases using shape and color texture features. In Proceedings of the International Conference on Engineering Computation, Vancouver, BC, Canada, 29–31 August 2009; pp. 79–83. [Google Scholar]
- Sabrol, H.; Satish, K. Tomato plant disease classification in digital images using classification tree. In Proceedings of the 2016 International Conference on Communication and Signal Processing (ICCSP), Melmaruvathur, India, 6–8 April 2016; pp. 1242–1246. [Google Scholar]
- Al Bashish, D.; Braik, M.; Bani-Ahmad, S. A framework for detection and classification of plant leaf and stem diseases. In Proceedings of the 2010 International Conference on Signal and Image Processing (ICSIP), Chennai, India, 15–17 December 2010; pp. 113–118. [Google Scholar]
- Singh, A.K.; Rubiya, A.; Raja, B. Classification of rice disease using digital image processing and svm classifier. Int. J. Electr. Electron. Eng. 2015, 7, 294–299. [Google Scholar]
- Anand, R.; Veni, S.; Aravinth, J. An application of image processing techniques for detection of diseases on brinjal leaves using k-means clustering method. In Proceedings of the 2016 International Conference on Recent Trends in Information Technology (ICRTIT), Chennai, India, 8–9 April 2016; pp. 1–6. [Google Scholar] [CrossRef]
- Padol, P.B.; Yadav, A.A. SVM classifier based grape leaf disease detection. In Proceedings of the 2016 Conference on Advances in Signal Processing (CASP), Pune, India, 9–11 June 2016; pp. 175–179. [Google Scholar]
- Padol, P.B.; Sawant, S. Fusion classification technique used to detect downy and Powdery Mildew grape leaf diseases. In Proceedings of the 2016 International Conference on Global Trends in Signal Processing, Information Computing and Communication (ICGTSPICC), Jalgaon, India, 22–24 December 2016; pp. 298–301. [Google Scholar]
- Pujari, J.D.; Yakkundimath, R.; Byadgi, A.S. Image processing based detection of fungal diseases in plants. Procedia Comput. Sci. 2015, 46, 1802–1808. [Google Scholar] [CrossRef] [Green Version]
- Kaur, S.; Pandey, S.; Goel, S. Semi-automatic leaf disease detection and classification system for soybean culture. IET Image Process. 2018, 12, 1038–1048. [Google Scholar] [CrossRef]
- Chaudhary, P.; Chaudhari, A.K.; Cheeran, A.; Godara, S. Color transform based approach for disease spot detection on plant leaf. Int. J. Comput. Sci. Telecommun. 2012, 3, 65–70. [Google Scholar]
- Singh, A.; Singh, M.L. Automated blast disease detection from paddy plant leaf—A color slicing approach. In Proceedings of the 2018 7th International Conference on Industrial Technology and Management (ICITM), Oxford, UK, 7–9 March 2018; pp. 339–344. [Google Scholar]
- El Sghair, M.; Jovanovic, R.; Tuba, M. An Algorithm for Plant Diseases Detection Based on Color Features. Int. J. Agric. Sci. 2017, 2, 1–6. [Google Scholar]
- Husin, Z.B.; Shakaff, A.Y.B.M.; Aziz, A.H.B.A.; Farook, R.B.S.M. Feasibility study on plant chili disease detection using image processing techniques. In Proceedings of the 2012 Third International Conference on Intelligent Systems Modelling and Simulation, Kota Kinabalu, Malaysia, 8–10 February 2012; pp. 291–296. [Google Scholar]
- Pugoy, R.A.D.; Mariano, V.Y. Automated rice leaf disease detection using color image analysis. In Proceedings of the Third International Conference on Digital Image Processing (ICDIP 2011), International Society for Optics and Photonics, Chengdu, China, 15–17 April 2011; Volume 8009, p. 80090F. [Google Scholar]
- Majid, K.; Herdiyeni, Y.; Rauf, A. I-PEDIA: Mobile application for paddy disease identification using fuzzy entropy and probabilistic neural network. In Proceedings of the 2013 International Conference on Advanced Computer Science and Information Systems (ICACSIS), Sanur Bali, Indonesia, 28–29 September 2013; pp. 403–406. [Google Scholar]
- Shrivastava, V.K.; Pradhan, M.K. Rice plant disease classification using color features: A machine learning paradigm. J. Plant Pathol. 2021, 103, 17–26. [Google Scholar] [CrossRef]
- Dey, A.K.; Sharma, M.; Meshram, M. Image processing based leaf rot disease, detection of betel vine (Piper betle L.). Procedia Comput. Sci. 2016, 85, 748–754. [Google Scholar] [CrossRef] [Green Version]
- Phadikar, S.; Sil, J.; Das, A.K. Rice diseases classification using feature selection and rule generation techniques. Comput. Electron. Agric. 2013, 90, 76–85. [Google Scholar] [CrossRef]
- Camargo, A.; Smith, J. An image-processing based algorithm to automatically identify plant disease visual symptoms. Biosyst. Eng. 2009, 102, 9–21. [Google Scholar] [CrossRef]
- Chaudhari, V.; Patil, C. Disease detection of cotton leaves using advanced image processing. Int. J. Adv. Comput. Res. 2014, 4, 653. [Google Scholar]
- Bhimte, N.R.; Thool, V. Diseases Detection of Cotton Leaf Spot using Image Processing and SVM Classifier. In Proceedings of the 2018 Second International Conference on Intelligent Computing and Control Systems (ICICCS), Madurai, India, 14–15 June 2018; pp. 340–344. [Google Scholar]
- Wang, H.; Li, G.; Ma, Z.; Li, X. Image recognition of plant diseases based on backpropagation networks. In Proceedings of the 2012 5th International Congress on Image and Signal Processing, Agadir, Morocco, 28–30 June 2012; pp. 894–900. [Google Scholar]
- Es-saady, Y.; El Massi, I.; El Yassa, M.; Mammass, D.; Benazoun, A. Automatic recognition of plant leaves diseases based on serial combination of two SVM classifiers. In Proceedings of the 2016 International Conference on Electrical and Information Technologies (ICEIT), Tangiers, Morocco, 4–7 May 2016; pp. 561–566. [Google Scholar]
- Singh, V.; Misra, A. Detection of unhealthy region of plant leaves using image processing and genetic algorithm. In Proceedings of the 2015 International Conference on Advances in Computer Engineering and Applications, Ghaziabad, India, 19–20 March 2015; pp. 1028–1032. [Google Scholar]
- Vijai, S.; Misra, A. Detection of plant leaf diseases using image segmentation and soft computing techniques. Inf. Process. Agric. 2017, 4, 41–49. [Google Scholar]
- Mokhtar, U.; Ali, M.A.; Hassanien, A.E.; Hefny, H. Identifying two of tomatoes leaf viruses using support vector machine. In Information Systems Design and Intelligent Applications; Springer: Berlin, Germany, 2015; pp. 771–782. [Google Scholar]
- Hlaing, C.S.; Zaw, S.M.M. Tomato plant diseases classification using statistical texture feature and color feature. In Proceedings of the 2018 IEEE/ACIS 17th International Conference on Computer and Information Science (ICIS), Singapore, 6–8 June 2018; pp. 439–444. [Google Scholar]
- Tian, Y.; Zhao, C.; Lu, S.; Guo, X. Multiple classifier combination for recognition of wheat leaf diseases. Intell. Autom. Soft Comput. 2011, 17, 519–529. [Google Scholar] [CrossRef]
- Masazhar, A.N.I.; Kamal, M.M. Digital image processing technique for palm oil leaf disease detection using multiclass SVM classifier. In Proceedings of the 2017 IEEE 4th International Conference on Smart Instrumentation, Measurement and Application (ICSIMA), Putrajaya, Malaysia, 28–30 November 2017; pp. 1–6. [Google Scholar]
- Zhang, S.; Zhu, Y.; You, Z.; Wu, X. Fusion of superpixel, expectation maximization and PHOG for recognizing cucumber diseases. Comput. Electron. Agric. 2017, 140, 338–347. [Google Scholar] [CrossRef]
- Zhang, S.; Wang, H.; Huang, W.; You, Z. Plant diseased leaf segmentation and recognition by fusion of superpixel, K-means and PHOG. Optik 2018, 157, 866–872. [Google Scholar] [CrossRef]
- Zhang, S.; You, Z.; Wu, X. Plant disease leaf image segmentation based on superpixel clustering and EM algorithm. Neural Comput. Appl. 2019, 31, 1225–1232. [Google Scholar] [CrossRef]
- Dandawate, Y.; Kokare, R. An automated approach for classification of plant diseases towards development of futuristic Decision Support System in Indian perspective. In Proceedings of the 2015 International Conference on ADVANCES in computing, Communications and Informatics (ICACCI), Kochi, India, 10–13 August 2015; pp. 794–799. [Google Scholar]
- Prajapati, H.B.; Shah, J.P.; Dabhi, V.K. Detection and classification of rice plant diseases. Intell. Decis. Technol. 2017, 11, 357–373. [Google Scholar] [CrossRef]
- Arivazhagan, S.; Shebiah, R.N.; Ananthi, S.; Varthini, S.V. Detection of unhealthy region of plant leaves and classification of plant leaf diseases using texture features. Agric. Eng. Int. CIGR J. 2013, 15, 211–217. [Google Scholar]
- Lee, S.H.; Chan, C.S.; Mayo, S.J.; Remagnino, P. How deep learning extracts and learns leaf features for plant classification. Pattern Recognit. 2017, 71, 1–13. [Google Scholar] [CrossRef] [Green Version]
- Mohanty, S.P.; Hughes, D.P.; Salathé, M. Using deep learning for image-based plant disease detection. Front. Plant Sci. 2016, 7, 1419. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Fuentes, A.; Yoon, S.; Kim, S.; Park, D. A robust deep-learning-based detector for real-time tomato plant diseases and pests recognition. Sensors 2017, 17, 2022. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Chen, J.; Chen, J.; Zhang, D.; Sun, Y.; Nanehkaran, Y.A. Using deep transfer learning for image-based plant disease identification. Comput. Electron. Agric. 2020, 173, 105393. [Google Scholar] [CrossRef]
- Li, Y.; Yang, J. Few-shot cotton pest recognition and terminal realization. Comput. Electron. Agric. 2020, 169, 105240. [Google Scholar] [CrossRef]
- Ren, F.; Liu, W.; Wu, G. Feature reuse residual networks for insect pest recognition. IEEE Access 2019, 7, 122758–122768. [Google Scholar] [CrossRef]
- Farjon, G.; Krikeb, O.; Hillel, A.B.; Alchanatis, V. Detection and counting of flowers on apple trees for better chemical thinning decisions. Precis. Agric. 2019, 21, 503–521. [Google Scholar] [CrossRef]
- Bresilla, K.; Perulli, G.D.; Boini, A.; Morandi, B.; Corelli Grappadelli, L.; Manfrini, L. Single-shot convolution neural networks for real-time fruit detection within the tree. Front. Plant Sci. 2019, 10, 611. [Google Scholar] [CrossRef] [Green Version]
- Trong, V.H.; Gwang-hyun, Y.; Vu, D.T.; Jin-young, K. Late fusion of multimodal deep neural networks for weeds classification. Comput. Electron. Agric. 2020, 175, 105506. [Google Scholar] [CrossRef]
- Kawasaki, Y.; Uga, H.; Kagiwada, S.; Iyatomi, H. Basic study of automated diagnosis of viral plant diseases using convolutional neural networks. In International Symposium on Visual Computing; Springer: Berlin, Germany, 2015; pp. 638–645. [Google Scholar]
- Fujita, E.; Kawasaki, Y.; Uga, H.; Kagiwada, S.; Iyatomi, H. Basic investigation on a robust and practical plant diagnostic system. In Proceedings of the 2016 15th IEEE International Conference on Machine Learning and Applications (ICMLA), Anaheim, CA, USA, 18–20 December 2016; pp. 989–992. [Google Scholar]
- Simonyan, K.; Zisserman, A. Very deep convolutional networks for large-scale image recognition. arXiv 2014, arXiv:1409.1556. [Google Scholar]
- Jia, Y.; Shelhamer, E.; Donahue, J.; Karayev, S.; Long, J.; Girshick, R.; Guadarrama, S.; Darrell, T. Caffe: Convolutional architecture for fast feature embedding. In Proceedings of the 22nd ACM International Conference on Multimedia, Orlando, FL, USA, 3–7 November 2014; pp. 675–678. [Google Scholar]
- Sladojevic, S.; Arsenovic, M.; Anderla, A.; Culibrk, D.; Stefanovic, D. Deep neural networks based recognition of plant diseases by leaf image classification. Comput. Intell. Neurosci. 2016, 2016, 3289801. [Google Scholar] [CrossRef] [Green Version]
- Rangarajan, A.K.; Purushothaman, R.; Ramesh, A. Tomato crop disease classification using pre-trained deep learning algorithm. Procedia Comput. Sci. 2018, 133, 1040–1047. [Google Scholar] [CrossRef]
- Nachtigall, L.G.; Araujo, R.M.; Nachtigall, G.R. Classification of apple tree disorders using convolutional neural networks. In Proceedings of the 2016 IEEE 28th International Conference on Tools with Artificial Intelligence (ICTAI), San Jose, CA, USA, 6–8 November 2016; pp. 472–476. [Google Scholar]
- Krizhevsky, A.; Sutskever, I.; Hinton, G.E. Imagenet classification with deep convolutional neural networks. Adv. Neural Inf. Process. Syst. 2012, 25, 1097–1105. [Google Scholar] [CrossRef]
- Hara, Y.; Atkins, R.G.; Yueh, S.H.; Shin, R.T.; Kong, J.A. Application of neural networks to radar image classification. IEEE Trans. Geosci. Remote Sens. 1994, 32, 100–109. [Google Scholar] [CrossRef]
- LeCun, Y.; Boser, B.; Denker, J.S.; Henderson, D.; Howard, R.E.; Hubbard, W.; Jackel, L.D. Backpropagation applied to handwritten zip code recognition. Neural Comput. 1989, 1, 541–551. [Google Scholar] [CrossRef]
- Amara, J.; Bouaziz, B.; Algergawy, A. A deep learning-based approach for banana leaf diseases classification. In Proceedings of the Datenbanksysteme für Business, Technologie und Web (BTW 2017)-Workshopband, Stuttgart, Germany, 6–10 March 2017. [Google Scholar]
- Hu, M.K. Visual pattern recognition by moment invariants. IRE Trans. Inf. Theory 1962, 8, 179–187. [Google Scholar]
- Zhenjiang, M. Zernike moment-based image shape analysis and its application. Pattern Recognit. Lett. 2000, 21, 169–177. [Google Scholar] [CrossRef]
- Cruz, A.C.; Luvisi, A.; De Bellis, L.; Ampatzidis, Y. X-FIDO: An effective application for detecting olive quick decline syndrome with deep learning and data fusion. Front. Plant Sci. 2017, 8, 1741. [Google Scholar] [CrossRef]
- Atole, R.R.; Park, D. A multiclass deep convolutional neural network classifier for detection of common rice plant anomalies. Int. J. Adv. Comput. Sci. Appl. 2018, 9, 67–70. [Google Scholar]
- Rangarajan, A.K.; Purushothaman, R. Disease classification in eggplant using pre-trained vgg16 and msvm. Sci. Rep. 2020, 10, 1–11. [Google Scholar]
- Rangarajan Aravind, K.; Raja, P. Automated disease classification in (Selected) agricultural crops using transfer learning. Automatika Časopis za Automatiku Mjerenje Elektroniku Računarstvo i Komunikacije 2020, 61, 260–272. [Google Scholar] [CrossRef]
- Lee, S.H.; Goëau, H.; Bonnet, P.; Joly, A. New perspectives on plant disease characterization based on deep learning. Comput. Electron. Agric. 2020, 170, 105220. [Google Scholar] [CrossRef]
- Picon, A.; Alvarez-Gila, A.; Seitz, M.; Ortiz-Barredo, A.; Echazarra, J.; Johannes, A. Deep convolutional neural networks for mobile capture device-based crop disease classification in the wild. Comput. Electron. Agric. 2019, 161, 280–290. [Google Scholar] [CrossRef]
- Johannes, A.; Picon, A.; Alvarez-Gila, A.; Echazarra, J.; Rodriguez-Vaamonde, S.; Navajas, A.D.; Ortiz-Barredo, A. Automatic plant disease diagnosis using mobile capture devices, applied on a wheat use case. Comput. Electron. Agric. 2017, 138, 200–209. [Google Scholar] [CrossRef]
- He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar]
- Ahmad, I.; Hamid, M.; Yousaf, S.; Shah, S.T.; Ahmad, M.O. Optimizing Pretrained Convolutional Neural Networks for Tomato Leaf Disease Detection. Complexity 2020, 2020, 8812019. [Google Scholar] [CrossRef]
- Elhassouny, A.; Smarandache, F. Smart mobile application to recognize tomato leaf diseases using Convolutional Neural Networks. In Proceedings of the 2019 International Conference of Computer Science and Renewable Energies (ICCSRE), Agadir, Morocco, 22–24 July 2019; pp. 1–4. [Google Scholar]
- Li, K.; Lin, J.; Liu, J.; Zhao, Y. Using deep learning for Image-Based different degrees of ginkgo leaf disease classification. Information 2020, 11, 95. [Google Scholar] [CrossRef] [Green Version]
- Ai, Y.; Sun, C.; Tie, J.; Cai, X. Research on Recognition Model of Crop Diseases and Insect Pests Based on Deep Learning in Harsh Environments. IEEE Access 2020, 8, 171686–171693. [Google Scholar] [CrossRef]
- DeChant, C.; Wiesner-Hanks, T.; Chen, S.; Stewart, E.L.; Yosinski, J.; Gore, M.A.; Nelson, R.J.; Lipson, H. Automated identification of northern leaf blight-infected maize plants from field imagery using deep learning. Phytopathology 2017, 107, 1426–1432. [Google Scholar] [CrossRef] [Green Version]
- Ozguven, M.M.; Adem, K. Automatic detection and classification of leaf spot disease in sugar beet using deep learning algorithms. Phys. A Stat. Mech. Its Appl. 2019, 535, 122537. [Google Scholar] [CrossRef]
- Oppenheim, D.; Shani, G. Potato disease classification using convolution neural networks. Adv. Anim. Biosci. 2017, 8, 244. [Google Scholar] [CrossRef]
- Geetharamani, G.; Pandian, A. Identification of plant leaf diseases using a nine-layer deep convolutional neural network. Comput. Electr. Eng. 2019, 76, 323–338. [Google Scholar]
- Wang, G.; Sun, Y.; Wang, J. Automatic image-based plant disease severity estimation using deep learning. Comput. Intell. Neurosci. 2017, 2017, 2917536. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Deng, J.; Dong, W.; Socher, R.; Li, L.J.; Li, K.; Fei-Fei, L. Imagenet: A large-scale hierarchical image database. In Proceedings of the 2009 IEEE Conference on Computer Vision and Pattern Recognition, Miami, FL, USA, 20–25 June 2009; pp. 248–255. [Google Scholar]
- Zhang, X.; Qiao, Y.; Meng, F.; Fan, C.; Zhang, M. Identification of maize leaf diseases using improved deep convolutional neural networks. IEEE Access 2018, 6, 30370–30377. [Google Scholar] [CrossRef]
- Salimans, T.; Goodfellow, I.; Zaremba, W.; Cheung, V.; Radford, A.; Chen, X. Improved techniques for training gans. arXiv 2016, arXiv:1606.03498. [Google Scholar]
- Liu, B.; Zhang, Y.; He, D.; Li, Y. Identification of apple leaf diseases based on deep convolutional neural networks. Symmetry 2018, 10, 11. [Google Scholar] [CrossRef] [Green Version]
- Ramcharan, A.; McCloskey, P.; Baranowski, K.; Mbilinyi, N.; Mrisho, L.; Ndalahwa, M.; Legg, J.; Hughes, D.P. A mobile-based deep learning model for cassava disease diagnosis. Front. Plant Sci. 2019, 10, 272. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Lin, T.Y.; Maire, M.; Belongie, S.; Hays, J.; Perona, P.; Ramanan, D.; Dollár, P.; Zitnick, C.L. Microsoft coco: Common objects in context. In European Conference on Computer Vision; Springer: Berlin, Germany, 2014; pp. 740–755. [Google Scholar]
- Toda, Y.; Okura, F. How convolutional neural networks diagnose plant disease. Plant Phenomics 2019, 2019, 9237136. [Google Scholar] [CrossRef] [PubMed]
- Szegedy, C.; Vanhoucke, V.; Ioffe, S.; Shlens, J.; Wojna, Z. Rethinking the inception architecture for computer vision. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 2818–2826. [Google Scholar]
- Lu, Y.; Yi, S.; Zeng, N.; Liu, Y.; Zhang, Y. Identification of rice diseases using deep convolutional neural networks. Neurocomputing 2017, 267, 378–384. [Google Scholar] [CrossRef]
- Iandola, F.N.; Han, S.; Moskewicz, M.W.; Ashraf, K.; Dally, W.J.; Keutzer, K. SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5 MB model size. arXiv 2016, arXiv:1602.07360. [Google Scholar]
- Durmuş, H.; Güneş, E.O.; Kırcı, M. Disease detection on the leaves of the tomato plants by using deep learning. In Proceedings of the 2017 6th International Conference on Agro-Geoinformatics, Fairfax, VA, USA, 7–10 August 2017; pp. 1–5. [Google Scholar]
- Hu, G.; Yang, X.; Zhang, Y.; Wan, M. Identification of tea leaf diseases by using an improved deep convolutional neural network. Sustain. Comput. Inform. Syst. 2019, 24, 100353. [Google Scholar] [CrossRef]
- LeCun, Y.; Bottou, L.; Bengio, Y.; Haffner, P. Gradient-based learning applied to document recognition. Proc. IEEE 1998, 86, 2278–2324. [Google Scholar] [CrossRef] [Green Version]
- Bi, C.; Wang, J.; Duan, Y.; Fu, B.; Kang, J.R.; Shi, Y. Mobilenet based apple leaf diseases identification. Mob. Netw. Appl. 2020, 27, 172–180. [Google Scholar] [CrossRef]
- Atila, Ü.; Uçar, M.; Akyol, K.; Uçar, E. Plant leaf disease classification using EfficientNet deep learning model. Ecol. Inform. 2021, 61, 101182. [Google Scholar] [CrossRef]
- Tuncer, A. Cost-optimized hybrid convolutional neural networks for detection of plant leaf diseases. J. Ambient. Intell. Humaniz. Comput. 2021, 12, 8625–8636. [Google Scholar] [CrossRef]
- Chohan, M.; Khan, A.; Chohan, R.; Katpar, S.H.; Mahar, M.S. Plant Disease Detection using Deep Learning. Int. J. Recent Technol. Eng. 2020, 9, 909–914. [Google Scholar] [CrossRef]
- Szegedy, C.; Liu, W.; Jia, Y.; Sermanet, P.; Reed, S.; Anguelov, D.; Erhan, D.; Vanhoucke, V.; Rabinovich, A. Going deeper with convolutions. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015; pp. 1–9. [Google Scholar]
- Jadhav, S.B.; Udupi, V.R.; Patil, S.B. Identification of plant diseases using convolutional neural networks. Int. J. Inf. Technol. 2020, 13, 2461–2470. [Google Scholar] [CrossRef]
- Arora, J.; Agrawal, U.; Sharma, P. Classification of Maize leaf diseases from healthy leaves using Deep Forest. J. Artif. Intell. Syst. 2020, 2, 14–26. [Google Scholar] [CrossRef] [Green Version]
- Sibiya, M.; Sumbwanyambe, M. A computational procedure for the recognition and classification of maize leaf diseases out of healthy leaves using convolutional neural networks. AgriEngineering 2019, 1, 119–131. [Google Scholar] [CrossRef] [Green Version]
- Singh, U.P.; Chouhan, S.S.; Jain, S.; Jain, S. Multilayer convolution neural network for the classification of mango leaves infected by anthracnose disease. IEEE Access 2019, 7, 43721–43729. [Google Scholar] [CrossRef]
- TÜRKOĞLU, M.; Hanbay, D. Plant disease and pest detection using deep learning-based features. Turk. J. Electr. Eng. Comput. Sci. 2019, 27, 1636–1651. [Google Scholar] [CrossRef]
- Adedoja, A.; Owolawi, P.A.; Mapayi, T. Deep learning based on nasnet for plant disease recognition using leave images. In Proceedings of the 2019 International Conference on Advances in Big Data, Computing and Data Communication Systems (icABCD), Winterton, South Africa, 5–6 August 2019; pp. 1–5. [Google Scholar]
- Li, Y.; Nie, J.; Chao, X. Do we really need deep CNN for plant diseases identification? Comput. Electron. Agric. 2020, 178, 105803. [Google Scholar] [CrossRef]
- Zeng, W.; Li, M. Crop leaf disease recognition based on Self-Attention convolutional neural network. Comput. Electron. Agric. 2020, 172, 105341. [Google Scholar] [CrossRef]
- Liu, T.; Chen, W.; Wu, W.; Sun, C.; Guo, W.; Zhu, X. Detection of aphids in wheat fields using a computer vision technique. Biosyst. Eng. 2016, 141, 82–93. [Google Scholar] [CrossRef]
- Barbedo, J.G.A.; Koenigkan, L.V.; Halfeld-Vieira, B.A.; Costa, R.V.; Nechet, K.L.; Godoy, C.V.; Junior, M.L.; Patricio, F.R.A.; Talamini, V.; Chitarra, L.G.; et al. Annotated plant pathology databases for image-based detection and recognition of diseases. IEEE Lat. Am. Trans. 2018, 16, 1749–1757. [Google Scholar] [CrossRef] [Green Version]
- Brahimi, M.; Arsenovic, M.; Laraba, S.; Sladojevic, S.; Boukhalfa, K.; Moussaoui, A. Deep learning for plant diseases: Detection and saliency map visualisation. In Human and Machine Learning; Springer: Berlin, Germany, 2018; pp. 93–117. [Google Scholar]
Dataset Description | Image Environment | Link |
---|---|---|
PlantVillage dataset: 54,304 images of 14 different plant species and 38 different classes including healthy leaf images | Captured in laboratory setup condition | https://github.com/spMohanty/PlantVillage-Dataset (accessed on 15 February 2022) |
Rice leaf diseases: 120 images of three different rice diseases | Captured on uniform background | https://archive.ics.uci.edu/ml/datasets/Rice+Leaf+Diseases (accessed on 25 February 2022) |
Rice disease dataset: 5477 images of 3 different disease classes and 1 healthy class | Captured on white background | https://www.kaggle.com/shayanriyaz/riceleafs (accessed on 21 February 2022) |
Rice disease dataset: 5932 images of 4 different disease classes | Field images | https://data.mendeley.com/datasets/fwcj7stb8r/1 (accessed on 27 February 2022) |
Cassava dataset: 24,395 images of 5 different disease classes including healthy leaf class | Field images with complex background | https://www.kaggle.com/srg9000/cassava-plant-disease-merged-20192020 (accessed on 12 May 2022) |
Hops disease dataset: 1101 images of 5 different diseases including healthy leaves | Field images with nonuniform background | https://www.kaggle.com/scruggzilla/hops-classification (accessed on 3 March 2022) |
Cucumber disease dataset: 695 images of disease- infected leaves | Field images | https://www.kaggle.com/kareem3egm/cucumber-plant-diseases-dataset (accessed on 27 March 2022) |
Cotton disease dataset: 2310 images of healthy and diseased cotton leaves and plant | Field images | https://www.kaggle.com/singhakash/cotton-disease-dataset (accessed on 5 March 2022) |
Corn disease dataset: 4188 images of four different disease classes including healthy leaves | Laboratory condition | https://www.kaggle.com/smaranjitghose/corn-or-maize-leaf-disease-dataset (accessed on 18 March 2022) |
Plant Disease dataset: 125,000 images of 10 different plants species containing 37 different categories of diseases | Laboratory condition and also complex background | https://www.kaggle.com/lavaman151/plantifydr-dataset (accessed on 12 April February 2022) |
New Plant Diseases dataset (Augmented): 87,000 images of 38 different classes | Laboratory condition | https://www.kaggle.com/vipoooool/new-plant-diseases-dataset (accessed on 18 April 2022) |
Author | Plant/Disease | Segmentation | Feature Extraction | Dataset | Accuracy (%) |
---|---|---|---|---|---|
Pugoy et al. [49] (2011) | Rice | Thresholding | R, G, B color values | NA | NA |
Chaudhary et al. [45] (2012) | Disease-affected area on leaf | Otsu’s method | Different color components | NA | NA |
Husin et al. [48] (2012) | Chili leaf disease | Color clustering | Yellow, green and cyan components | 107 captured images | NA |
Majid et al. [50] (2013) | Rice | NA | Fuzzy entropy with 256 gray levels | NA | 91.4 |
Sghair et al. [47] (2017) | NA | Kapur’s threshold | NA | NA | NA |
Singh et al. [46] (2018) | Blast disease | Thresholding | Different color values H, S, V, R, G, B values | 100 captured images | 96.6 |
Shrivastava et al. [51] (2021) | Rice | NA | 172 color features | 619 captured images | 94.6 (SVM) |
Segmentation | Type | Complexity | Advantages | Disadvantages |
---|---|---|---|---|
Color thresholding | Thresholding | Medium | Simple and powerful technique, easy to implement | Difficult to set the threshold value, more sensitive to noise |
K-means clustering | Clustering | Low | Suitable for a large number of datasets, computation is faster, simple | Need to mention the clusters (K) at the beginning of the algorithm, difficult to choose the number of clusters |
Sobel edge detection | Thresholding | Low | Simple and can detect the edges, efficient for high contrast disease images | For multiple edges, it does not give good result, image boundaries have to be very smooth |
Otsu’s segmentation | Thresholding | High | For two-class problem such as foreground and background this method works well | It considers only two classes in the histogram, does not work well with variable illumination |
Genetic algorithm based | Stochastic | High | It supports multiobjective optimization, works well on a discrete problem | Time-consuming, designing an objective function is difficult |
Fermi energy based | Thresholding | Low | Separates the infected and uninfected pixel accurately, nonuniform illumination images perform better | Calculating the energy value at each pixel position is complex |
Author | Preprocessing | Features | Classifier | Dataset | Accuracy (%) |
---|---|---|---|---|---|
Qing et al. [36] (2009) | Resizing, Otsu’s segmentation method, fill the hole | Area, perimeter, GLCM, texture features | SVM | 216 captured images | 97.2 |
Camargo et al. [31] (2009) | Color transformation, Gaussian filter, thresholding-based segmentation | Color features, shape features, texture features | SVM | 117 captured images | 93.1 |
Anthonys et al. [35] (2009) | Thresholding, Sobel Edge detection | Color differences, area, roundness, shape complexity, length and concavity, longer axis, shorter axis | Membership function (MF) | 50 captured images | 70 |
Bashish et al. [38] (2010) | Color transformation, K-Means clustering- based segmentation | Angular moment, mean intensity level variation, correlation, contrast, entropy, sum and difference of entropies | ANN | 192 captured images | 93 (precision) |
Tian et al. [63] (2011) | Thresholding-based segmentation | Color features, shape features, texture features | NA | 200 captured images | 95.16 |
Arivazhagan et al. [70] (2013) | Color transformation, masking pixel, thresholding | GLCM texture features | MDC SVM | 500 captured images | 94 |
Phadikar et al. [53] (2013) | Fermy energy based segmentation | Color features, shape features position | Rule mining | 500 captured images | 94.21 |
Chaudhari et. al [55] (2014) | Resizing, K-means-clustering- based segmentation | avelet transform | BP | NA | 97 |
Mokhtar et al. [61] (2015) | Resizing, K-means- clustering-based segmentation | Geometric features, histogram-based features | SVM | 200 captured images | 90 (SVM) 91.5 (quadratic kernel) |
Dandawate et al. [68] (2015) | Resizing, color transformation, color- based cluster-based segmentation | SHIFT features | SVM | 120 captured images | 93.79 |
Pujari et al. [43] (2015) | K-means clustering for fruit, Chan–Vese for vegetable, GrabCut for commercial crops | GLCM, GLRLM, local binary pattern, discrete wavelet transform | SVM ANN PNN | Not mentioned | Fruit 98.08 (block wise features), vegetable 84.11 (ANN) 91.54 (Neuro KNN), commercial crop 83.17 (Mahalanobis distance) 86.48 (PNN) |
Singh et al. [39] (2015) | Filtering, contrast enhancement, K-means-clustering- based segmentation | Entropy, standard deviation | SVM | IRRI database | 82 |
Anand et al. [40] (2016) | Histogram equalization, resizing, color transformation, K-means-clustering- based segmentation | GLCM, texture features | ANN | NA | NA |
Prasad et al. [32] (2016) | Color space transform, noise removal, image normalization, CIE L*a*b*-color- based segmentation | Gabor wavelet transform (GWT) and GLCM | KNN | NA | 93 |
Es-saady et al. [58] (2016) | Resizing, filtering K-means-clustering- based segmentation | Color features, GLCM-based texture features, shape features | two SVM | 284 captured images | 87.80 |
Padol et al. [41] (2016) | Resizing, Gaussian filtering, K-means- clustering-based segmentation | Shape features, color features, texture features | SVM | 137 captured images | 88.89 |
Padol et al. [42] (2016) | Resizing, Gaussian filtering, K-means- clustering-based segmentation | Shape features, color features, texture features | SVM ANN | 137 captured images | 88.33 (SVM) 89.17 (ANN) 100 (fusion) |
Sabrol et al. [37] (2016) | Otsu’s segmentation techniques | Shape features, color features, texture features | Decision tree | 383 captured images | 97.3 |
Hlaing et al. [30] (2017) | Color-thresholding- based segmentation, median filtering, region hole filling | Color statistics features, SHIFT-based texture features with GEV dimension reduction technique | SVM | 3474 images from PlantVillage dataset | 84.7 |
Mishra et al. (2017) | Remove distortion, genetic algorithm- based segmentation | Texture features | MDC SVM | NA | 93.63 (MDC) 95.71 (SVM) |
Monzurul et al. [33] (2017) | Masking, color threshold-based segmentation | GLCM, histogram color features | SVM | 300 PlantVillage potato | 95 |
Prajapati et al. [69] (2017) | Cropping, resizing, image conversion, masking, K-means- clustering-based segmentation | Color features, shape features, texture features | SVM | 120 captured images | 88.57 |
Zhang et al. [65] (2017) | Superpixel, expectation maximization (EM) | Pyramid of histograms of orientation gradients (PHOG) | SVM | 300 captured images | 51.83 |
Chuanlei et al. [34] (2017) | Color transformation, threshold-based background removal, region-growing segmentation algorithm | Color features, shape features, texture features | SVM | 90 captured images | 90 |
Zhang et al. [66] (2018) | Superpixel clustering, K-means clustering algorithm to segment | PHOG | SVM | 150 apple, 150 cucumber captured images | 85.64 (apple) 87.55 (cucumber) |
Bhimte et.al [56] (2018) | Cropping, resizing, color transform, noise removal, K-means-clustering- based segmentation | GLCM | SVM | 130 captured images | 98.46 |
Hlaing et al. [62] (2018) | Color-thresholding- based segmentation, median filtering, region hole filling | Color statistics features, SHIFT-based texture features with Johnson SB distribution for dimension reduction | SVM | 3535 images from PlantVillage dataset | 85.1 |
Kaur et al. [44] (2018) | Resize, color space conversion, K-means clustering | Color features, texture features | SVM | 4775 PlantVillage soybean | 90 |
Author | Plant/Disease | Model | Dataset | Class | Accuracy (%) |
---|---|---|---|---|---|
Mohanty et al. [72] (2016) | Multiple | AlexNet, GoogLeNet | 54,306 images of PlantVillage dataset | 38 | 99.35 |
Sladojevic et al. [84] (2016) | Apple, grape | Fine-tuned CNN architecture | 4483 internet- downloaded images | 4 | 96.3 |
Nachtigall et al. [86] (2016) | Apple | AlexNet | 1450 captured images | 6 | 97.3 |
Wang et al. [109] (2017) | Apple | VGG 16 with transfer learning | 2086 images of PlantVillage dataset | 1 | 90.4 |
Fuentes et al. [73] (2017) | Tomato | Faster R-CNN (ResNet) | 5000 images from farm | 10 | 83 |
Durmus et al. [120] (2017) | Tomato | Alexnet, SqueezeNet | Images of tomato diseases from PlantVillage data | 10 | 95.65 (AlexNet), 94.3 (SqueezeNet) |
Lu et al. [118] (2017) | Rice | Multistage CNN | 500 captured images | 10 | 95.48 |
Cruz et al. [93] (2017) | Olive | Lenet hybridized with shape, edge, Hu’s moments, Zernike moments features | 299 captured images | 3 | 98.60 |
DeChant et al. [105] (2017) | Maize | Layers of CNN architecture | 1796 captured images | 2 | 96.7 |
Amara et al. [90] (2017) | Banana | LeNet | 3700 captured images | 3 | 98.61 (color image), 94.44 (gray image) |
Ramcharan et al. [24] (2017) | Cassava | Inception V3 based on GoogLeNet | 2756 captured images | 6 | 98 |
Ferentinos et al. [2] (2018) | Multiple | AlexNetOWTBn, VGG | 87,848 images | 58 | 99.49 (AlexNet), 99.53 (VGG) |
Atole et al. [94] (2018) | Rice | AlexNet | 857 captured images | 3 | 91.23 |
Rangarajan et al. [85] (2018) | Tomato | AlexNet, VGG16 | 13,262 images of PlantVillage data | 6 | 97.29 (ALexNet), 97.49 (VGG16) |
Liu et al. [113] (2018) | Apple | AlexNet with inception layer | 13,689 captured images | 4 | 97.62 |
Ramcharan et al. [114] (2019) | Cassava | MobileNet | 2415 images | 7 | 80.6 |
Adedoja et al. [133] (2019) | Multiple | NASNet | 54,306 images of PlantVillage dataset | 38 | 93.8 |
Turkoglu et al. [132] (2019) | 8 different plant diseases | Different DL model with SVM, ELM, KNN | 1965 captured images | 8 | 95.5 (ALexNet), 95 (VGG16) |
Ozguven et al. [106] (2019) | Beet | Faster R-CNN | 155 captured imaged | 4 | 95.48 |
Gensheng et al. [121] (2019) | Tea | Modified Cifar10 | 134 captured images | 4 | 92.5 |
Singh et al. [131] (2019) | Mango | Multilayer CNN | 1070 captured images | 2 | 97.13 |
Elhassouny et al. [102] (2019) | Tomato | MobileNet | 7176 images of PlantVillage data | 10 | 90.3 |
Arora et al. [129] (2020) | Maize | Deep Forest | 400 image | 4 | 96.25 |
Lee et al. [97] (2020) | Multiple | VGG16, InceptionV3, GoogLeNetBN with Transfer learning and Training from scratch | 54,306 images of PlantVillage dataset | 38 | 99.09(GoogLeNetBN), 99.00 (VGG16), 99.31 (Inception V3), 99.35 (GoogLeNet) |
Zeng et al. [135] (2020) | Rice, cucumber | SACNN | AES-CD9214, MK-D2 | 6 | 95.33 (AES-CD9214), 98.00 (MK-D2) |
Chen et al. [74] (2020) | Rice, maize | INC-VGGN | 500 rice images, 466 maize images, | 9 | 92.00 |
Li et al. [75] (2020) | Cotton pest | CNN | NBAIR | 50 | 95.4 |
Sethy et al. [29] (2020) | Rice | Different DL model with SVM | 5932 | 4 | 98.38 (F1-score) |
Li et al. [134] (2020) | Maize | Shallow CNN with SVM, RF | 2000 images from Plant Village dataset | 4 | 94 |
Ahmad et al. [101] (2020) | Tomato | VGG16, VGG19, ResNet, InceptionV3 | 2364 laboratory images 317 real-time images | 6 | 93.40 (lab), 85.00 (real) |
Bi et al. [123] (2020) | Apple | MobileNet | 334 captured images | 2 | 73.50 |
Atila et al. [124] (2021) | Multiple | EfficientNet | 55,448 images of PlantVillage data | 39 | 99.91 |
Oyewola et al. [25] (2021) | Cassava | DRNN | 5656 images of cassava plant | 5 | 96.75 |
Tuncer et al. [125] (2021) | Multiple | Hybrid CNN | 50,136 images of PlantVillage dataset | 30 | 99 |
Author | Limitations | |||||
---|---|---|---|---|---|---|
Large Number of Images in Dataset | Large Number of Species Considered | Accuracy on Testing Field Images | Multiple Diseases on Same Image | Consider Complex Background | Train/Test Data Are from Different Datasets | |
Mohanty et al. [72] | yes | yes | low | × | × | × |
Ferentinos et al. [2] | yes | yes | low | × | × | × |
Liu et al. [136] | × | × | × | × | × | × |
Amara et al. [90] | × | × | × | × | × | × |
Fuentes et al. [73] | × | × | yes | yes | yes | × |
Geetharamani et al. [108] | yes | yes | × | × | yes | × |
Barbedo et al. [137] | yes | yes | low | yes | × | × |
Cruz et al. [93] | × | × | × | × | × | × |
Sladojevic et al. [84] | × | yes | × | × | yes | × |
Brahimi et al. [138] | yes | yes | × | × | yes | × |
Ozguven et al. [106] | × | × | × | × | × | × |
Wang et al. [109] | × | × | × | × | × | × |
lee et al. [71] | yes | yes | yes | × | yes | × |
DeChant et al. [105] | × | × | × | × | × | × |
Ramcharan et al. [114] | × | yes | yes | × | yes | yes |
Oyewola et al. [25] | × | yes | × | × | yes | × |
Ramcharan et al. [24] | × | yes | × | × | yes | × |
Model | No. of Layer | Parameters (Million) | Size |
---|---|---|---|
LeNet | 5 | 0.06 | - |
AlexNet | 8 | 60 | 240 MB |
VGG16 | 23 | 138 | 528 MB |
VGG19 | 26 | 143 | 549 MB |
InceptionV1 | 27 | 7 | 51 MB |
InceptionV3 | 48 | 23.85 | 93 MB |
Xception | 126 | 22.91 | 88 MB |
ResNet50 | 50 | 23 | 98 MB |
ResNet101 | 101 | 50 | 171 MB |
ResNet152 | 152 | 44 | 232 MB |
InceptionResNetV2 | 572 | 55.87 | 215 MB |
DenseNet121 | 121 | 8.06 | 33 MB |
DenseNet201 | 201 | 20.24 | 80 MB |
NASNetMobile | - | 5.32 | 23 MB |
Squeezenet | 69 | 1.23 | 5 MB |
Shuffle Net | - | 3.4 | - |
MobileNetV1 | 88 | 4.2 | 16 MB |
MobileNetV2 | 88 | 3.37 | 14 MB |
EfficientNet B0 | - | 5.33 | 29 MB |
EfficientNet B1 | - | 7.85 | 31 MB |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Hassan, S.M.; Amitab, K.; Jasinski, M.; Leonowicz, Z.; Jasinska, E.; Novak, T.; Maji, A.K. A Survey on Different Plant Diseases Detection Using Machine Learning Techniques. Electronics 2022, 11, 2641. https://doi.org/10.3390/electronics11172641
Hassan SM, Amitab K, Jasinski M, Leonowicz Z, Jasinska E, Novak T, Maji AK. A Survey on Different Plant Diseases Detection Using Machine Learning Techniques. Electronics. 2022; 11(17):2641. https://doi.org/10.3390/electronics11172641
Chicago/Turabian StyleHassan, Sk Mahmudul, Khwairakpam Amitab, Michal Jasinski, Zbigniew Leonowicz, Elzbieta Jasinska, Tomas Novak, and Arnab Kumar Maji. 2022. "A Survey on Different Plant Diseases Detection Using Machine Learning Techniques" Electronics 11, no. 17: 2641. https://doi.org/10.3390/electronics11172641
APA StyleHassan, S. M., Amitab, K., Jasinski, M., Leonowicz, Z., Jasinska, E., Novak, T., & Maji, A. K. (2022). A Survey on Different Plant Diseases Detection Using Machine Learning Techniques. Electronics, 11(17), 2641. https://doi.org/10.3390/electronics11172641