Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Pranita D. Sherkhane, Nayana S. Ratnaparkhi
DOI Link: https://doi.org/10.22214/ijraset.2024.58567
Certificate: View Certificate
: Deep learning (DL) is a kind of sophisticated data analysis and image processing technology, with good results and great potential. DL has been applied to many different fields, and it is also being applied to the agricultural field. Deep learning algorithms have revolutionized various industries, including agriculture, by enabling advanced image processing and accurate predictions. This paper explores a wide-ranging review of research papers and articles on deep learning algorithms for image processing and predictions in the field of agriculture. It analyzed works on an overview of convolutional neural networks (CNNs), recurrent neural networks (RNNs), and their variants, highlighting their applications in crop yield estimation, disease detection; weed identification, and irrigation management. Additionally, the paper discusses the challenges and potential future directions of deep learning algorithms in agriculture.
I. INTRODUCTION
The demand for food in India is rapidly expanding, yet the country faces limitations in terms of resources and arable areas. Therefore, addressing the need of food production in a more efficient and intelligent manner is crucial. Several unresolved challenges in the agricultural sector must be tracked, with crop yield emerging as a significant concern.
The growing demand for efficient and sustainable agricultural practices has led to the adoption of deep learning algorithms in agriculture for image processing and predictions. This section introduces the significance of deep learning in the agricultural domain and provides an overview of the objectives of this review paper.
Agriculture, which has been practiced for thousands of years, involves utilizing the environment to cultivate food. It is considered a primary source of employment in most countries. However, farmers historically lacked knowledge about soil types, crop yields, weather conditions, and proper use of inputs. This resulted in problems such as inefficient irrigation, crop failures, and intuitive adjustments to farming techniques. These issues were more manageable in the past due to smaller land parcels and limited resources.
However, as farms expanded and were divided into larger hectares, the need for effective monitoring and management of agricultural information became apparent. Neglecting to do so could result in new problems and increased production costs. This is where the immense potential of the latest digital technologies comes into play. The opportunities provided by these technologies have significantly contributed to the progress of agriculture towards industrialization.
Harnessing the power of data analytics, farmers can now make informed decisions regarding soil health, crop selection, optimal irrigation techniques, and overall farm management. This enables them to maximize productivity, minimize resource wastage, and reduce environmental impact.
Moreover, Artificial Intelligence empowers farmers with real-time information on weather conditions, allowing them to adjust their strategies accordingly. It also enables them to monitor crop growth and health remotely, identifying issues such as pests or diseases early on and taking immediate action.
Overall, Artificial Intelligence represents a paradigm shift in the farming industry. It allows for the integration of technology, data, and expertise to optimize agricultural production on a larger scale. By embracing these digital advancements, agriculture can continue to evolve, meet the demands of a growing population, and contribute to sustainable food production in the future.
II. RESEARCH ARTICLES SEARCHING STRATEGY
The selection process for the review articles ensured the inclusion of studies that met specific criteria related to hyperspectral imagery and crop identification or classification. By focusing on hyperspectral imagery, the review aimed to capture the use of advanced imaging techniques that provide valuable insights into agricultural practices. Additionally, the requirement to identify or classify multiple crops ensured that the chosen articles were directly relevant to the field.
To provide a comprehensive analysis, multispectral imagery was also considered alongside hyperspectral imagery. This allowed for a comparison between the two techniques and enhanced the understanding of their respective strengths and limitations in agricultural applications. By including multispectral imagery, the review aimed to provide a holistic view of imaging methods used in crop analysis.
To gather the relevant literature, a targeted search strategy was employed. Several keywords such as "images," "deep learning," "machine learning," and "application in agriculture" were utilized to identify studies focused on the extraction and classification of satellite data. This approach ensured that the review encompassed research that leveraged cutting-edge techniques and methodologies in the field of agricultural imaging.
The literature search was conducted across reputable electronic databases including IEEE, Springer, Scopus, Web-of-Science, Elsevier, and Taylor & Francis Publishers. These databases are widely recognized for hosting high-quality publications and are considered authoritative sources in the academic community. By searching these databases, the review aimed to ensure the inclusion of studies that adhere to rigorous standards of research and publication.
In total, 40 journal articles and conference papers were downloaded and included in the review. To ensure the currency of the review, only the most recent publications were taken into account. This ensured that the analysis was based on the latest developments and advancements in the field of agricultural crop analysis.
Among the selected articles, 11 reports showcased the current deep learning methods employed in agricultural crop analysis. These reports highlighted the importance of advanced computational techniques in extracting meaningful information from imaging data and contributed to a deeper understanding of crop patterns and characteristics.
Additionally, seven reports demonstrated the application of machine learning techniques in the agricultural domain. These studies showcased the potential of machine learning algorithms in analyzing large datasets, improving crop classification accuracy, and predicting crop behavior.
In addition to crop analysis, the potential of hyperspectral imaging was explored in various other applications within agriculture. This included the detection of diseases affecting crops, analysis of soil characteristics for optimal farming practices, and the mapping of biophysical and biochemical traits of crops. The versatility of hyperspectral imaging in these domains highlighted its wide-ranging capabilities and the potential for transformative impacts in agricultural research and practice.
It is important to note that all the reviewed literature was easily accessible in digital format through the official websites of the respective publishers and databases. This ensured that the information gathered for the review was readily available to researchers, enabling further investigations and advancements in the field.
Overall, the implemented approach for selecting and reviewing the articles ensured a comprehensive and up-to-date analysis of the techniques, methodologies, and potential applications of hyperspectral imaging in agricultural crop analysis and related fields.
III. DEEP LEARNING ALGORITHMS FOR IMAGE PROCESSING
This section provides a comprehensive overview of deep learning algorithms used for image processing in agriculture. It covers the basics of convolutional neural networks (CNNs) and their application in crop yield estimation, plant disease detection, and weed identification. Moreover, it explores techniques such as transfer learning, data augmentation, and image segmentation, which contribute to enhancing the performance of deep learning models in agricultural image analysis.
Deep Learning has revolutionized pattern recognition, mainly due to its effectiveness in handling vast amounts of data. Convolutional Neural Networks (CNN), also referred to as ConvNets, have emerged as the go-to deep neural network model in Computer Vision applications. The popularity of using hidden layers has surpassed conventional methods, further cementing the dominance of deep learning in the field.
Convolutional neural networks are built using several layers of artificial neurons. These artificial neurons are similar in function to their biological counterparts and are essentially mathematical functions that calculate the weighted sum of multiple inputs. They then produce an activation value as an output. In the case of ConvNets, when an image is fed into the network, each layer generates multiple activation functions. These activation functions are then passed on to the succeeding layer for further processing.
IV. DEEP LEARNING ALGORITHMS FOR PREDICTIONS IN AGRICULTURE
In this section, various deep learning algorithms used for prediction tasks in agriculture are discussed. Specifically, recurrent neural networks (RNNs) and their variants, such as long short-term memory (LSTM) and gated recurrent unit (GRU), are explored for tasks such as yield prediction, weather forecasting, and irrigation management. The section also highlights the advancements in combining CNNs and RNNs for joint image processing and prediction tasks.
Recurrent Neural Networks (RNNs) are a specialized type of neural network that excels at modeling and predicting sequential data. Unlike traditional feedforward networks, RNNs possess a unique ability to capture temporal information, resembling the behavior of the human brain. In essence, RNNs have the remarkable capability to anticipate and understand sequential data in ways that other algorithms typically cannot match.
In standard neural networks, all inputs and outputs are treated as independent entities. However, there are situations where considering the context of previous inputs is crucial, such as predicting the next word in a sentence. To address this, Recurrent Neural Networks (RNNs) were introduced. RNNs utilize a Hidden Layer to tackle this challenge by remembering prior information. The essential element of an RNN is the Hidden state, which stores specific details about a sequence.
RNNs possess a Memory component that retains all relevant information during the computation. It applies the same weights and biases to each input, ensuring consistent processing for all inputs and hidden layers.
The introduction of the Gated Recurrent Unit (GRU) in 2014 by Cho et al. presented a simpler alternative to the well-known Long Short-Term Memory (LSTM) networks. GRU, similar to LSTM, is a type of recurrent neural network (RNN) designed to handle sequential data like text, speech, and time-series data.
The concept behind the GRU revolves around the use of gating mechanisms, which allow for selective updates to the network's hidden state at every time step. These gating mechanisms play a vital role in regulating the flow of information into and out of the network. In the case of GRU, there are two gating mechanisms: the reset gate and the update gate. The reset gate determines the degree to which the previous hidden state should be forgotten, aiding in the management of long-term dependencies. On the other hand, the update gate determines the extent to which the new input should influence the updated hidden state. The final output of the GRU is then calculated based on this updated hidden state.
In summary, the GRU provides an efficient solution for processing sequential data by leveraging gating mechanisms that allow for controlled information flow and dynamic updates to the hidden state
V. APPLICATIONS OF DEEP LEARNING ALGORITHMS IN AGRICULTURE
This section presents an in-depth analysis of the applications of deep learning algorithms in agriculture. It explores case studies and research papers focusing on crop yield estimation, disease detection, weed identification, soil quality assessment, and water management. Each application is discussed in terms of the specific deep learning algorithms employed, dataset requirements, model architectures, and achieved results.
Traditionally, computer vision tasks were solved by feature-based manual methods in machine learning. To classify every pixel in a picture, they have typically used classifiers like Support Vector Machines (SVM). While numerous improvements have been made to the old approaches, most of them are still based on low and medium-density picture verification, and they typically require modification based on the particular scenario. Such as Chlorophyll content, Fungal diseases detection, Drought stress detection, Weeds detection and management Crop classification
VI. CHALLENGES AND FUTURE DIRECTIONS
Deep learning algorithms have shown remarkable success in agriculture, but several challenges and limitations still exist. This section discusses challenges related to data scarcity, interpretability, scalability, and computational requirements. Additionally, it outlines potential future directions for improving deep learning algorithms in agriculture, including the integration of multimodal data, addressing domain shift, and increasing explainability.
This review paper provides a comprehensive overview of the applications of deep learning algorithms in agriculture for image processing and predictions. Deep learning, particularly convolutional neural networks (CNNs) and recurrent neural networks (RNNs) has demonstrated significant potential in addressing critical challenges faced by the agricultural industry. These algorithms have been successfully utilized for crop yield estimation, disease detection, weed identification, and irrigation management, among other applications. The integration of deep learning algorithms in agriculture has paved the way for more accurate and efficient decision-making processes, leading to improved crop productivity, reduced resource consumption, and enhanced sustainability. The reviewed studies and case studies have showcased the capabilities of deep learning models in handling diverse agricultural data, including images, weather data, and satellite imagery. Despite the promising results, challenges persist. The scarcity of labeled agricultural datasets, interpretability of deep learning models, scalability to large-scale agricultural operations, and computational requirements are some of the key challenges that need to be addressed. Furthermore, ensuring the robustness and generalizability of deep learning algorithms in diverse agricultural environments is crucial. Future research directions may focus on the integration of multimodal data, such as combining image data with climatic and soil sensor data, to improve predictions and management decisions in agriculture. Additionally, addressing domain shift and transfer learning techniques can enhance model performance across different geographical regions and agricultural systems. The development of explainable AI techniques can also enhance user trust and facilitate the adoption of deep learning algorithms in agriculture. In conclusion, deep learning algorithms have proven their potential to revolutionize agriculture by enabling accurate image processing and predictions. As research continues to advance in this field, the integration of deep learning techniques holds immense promise in addressing agricultural challenges and transforming the industry into a more productive, sustainable, and efficient domain.
[1] Khaki S and Wang L (2019) Crop Yield Prediction Using Deep Neural Networks. Front. Plant Sci. 10: 621.doi: 10.3389/fpls.2019.00621 [2] Zhang, Qian, Yeqi Liu, Chuanyang Gong, Yingyi Chen, and Huihui Yu. 2020. \"Applications of Deep Learning for Dense Scenes Analysis in Agriculture: A Review\" Sensors 20, no. 5: 1520. https://doi.org/10.3390/s20051520 [3] Sarma, Kandarpa Kumar, et al. \"Learning Aided System for Agriculture Monitoring Designed Using Image Processing and IoT-CNN.\" IEEE Access 10 (2022): 41525-41536. [4] Zhu N Y, Liu X, Liu Z Q, Hu K, Wang Y K, Tan J L, et al. Deep learning for smart agriculture: Concepts, tools, applications, and opportunities. Int J Agric&BiolEng, 2018; 11(4): 32–44. [5] Selvaraju, Abirami&Neelamegam, Pasupathy& H., Kala. (2014). Analysis of Rice Granules using Image Processing and Neural Network Pattern Recognition Tool. International Journal of Computer Applications. 96. 20-24. 10.5120/16806-6530. [6] K Dokic et al 2020 IOP Conf. Ser.: Earth Environ. Sci. 614 012138 DOI 10.1088/1755-1315/614/1/012138 [7] Khan, A., D, A. V., Mali, S. &patil, c. (2022). A systematic review of hyperspectral imaging technology with a machine and deep learning methodology for agricultural applications. Ecological Informatics, 101678. [8] N.M. Karie, V.R. Kebande, H.S. Venter Diverging deep learning cognitive computing techniques into cyber forensics Forensic SciInt, 1 (2019), pp. 61-67 vol. 1, pp. 61-67doi.org/10.1016/j.fsisyn.2019.03.006 [9] K.G. Liakos, P. Busato, D. Moshou, S. Pearson, D. Bochtis Machine learning in agriculture: a review Sensors (Switzerland), 18 (8) (2018), pp. 1-29 10.3390/s18082674 [10] A. Sharma, A. Jain, P. Gupta, V. Chowdary Machine learning applications for precision agriculture: a comprehensive review IEEE Access, 9 (2021), pp. 4843-4873 10.1109/ACCESS.2020.3048415 [11] D. Sivakumar, K. SuriyaKrishnaan, P. Akshaya, G.V. Anuja, G.T. Devadharshini Computerized growth analysis of seeds using deep learning method Int J Recent TechnolEng (2019) Volume-7Issue-6S5 [12] S. Zhu, L. Zhou, P. Gao, Y. Bao, Y. He, L. Feng Near-infrared hyperspectral imaging combined with deep learning to identify cotton seed varieties Molecules, 24 (2019), p. 3268 10.3390/molecules24183268 [13] L.C. Uzal, et al. Seed-per-pod estimation for plant breeding using deep learning Comput Electron Agricul, 150 (2018), pp. 196-204 [14] Ulzii-Orshikh Dorj et al.A yield estimation in citrus orchards via fruit detection and counting using image processingComput. Electron. Agric.(2017)https://doi.org/10.1016/j.compag.2017.05.019 [15] D. Nkemelu, D. Omeiza, and N. Lubalo, \"Deep convolutional neural network for plant seedlings classification\", 2018, arXiv:1811.08404v1 [cs.CV]. [16] R. Sujatha, J.M. Chatterjee, N.Z. Jhanjhi, S.N. Brohi Performance of deep learning vs machine learning in plant leaf disease detection MicroprocessMicrosyst, 80 (2021) [17] M.H. Saleem, J. Potgieter, K.M. Arif Plant disease detection and classification by deep learning Plants, 8 (2019), p. 468 [18] E. Jr Piedad, J.I. Larada, G.J. Pojas, L. Vithalie, V. Ferrer Postharvest classification of banana (Musa acuminata) using tier-based machine learning Postharvest BiolTechnol, 145 (2018), pp. 93-100 [19] Microsoft, “What is automated machine learning (AutoML)?” https://docs.microsoft.com/en-US/azure/machine-learning/concept-automated-ml, (Accessed: July 2021). [20] Bouguettaya, A., Zarzour, H., Kechida, A. et al. Deep learning techniques to classify crops through UAV imagery: a review. Neural Comput & pplic 34, 9511–9536 (2022). Zhong L, Hu L, Zhou H (2019) Deep learning based multi-temporal crop classification. Remote Sens Environ 221:430–443. Adrian J, Sagan V, Maimaitijiang M (2021) Sentinel sar-optical fusion for crop type mapping using deep learning and Google Earth engine. ISPRS J Photogramm Remote Sens 175:215–235. [21] Bah MD, Hafiane A, Canals R (2019) Crownet: deep network for crop row detection in UAV images. IEEE Access 8:5189–5200. [22] Bayraktar E, Basarkan ME, Celebi N (2020) A low-cost UAV framework towards ornamental plant detection and counting in the wild. ISPRS J Photogramm Remote Sens 167:1–11. Bhosle K, Musande V (2020) Evaluation of CNN model by comparing with convolutional autoencoder and deep neural network for crop classification on hyperspectral imagery. Geocarto International 1–15Bochkovskiy A, Wang CY, Liao HYM (2020) Yolov4: Optimal speed and accuracy of object detection. arXiv preprint [23] Chamorro Martinez JA, Cué La Rosa LE, Feitosa RQ et al (2021) Fully convolutional recurrent networks for multidate crop recognition from multitemporal image sequences. ISPRS J Photogramm Remote Sens 171:188–201 [24] Der Yang M, Tseng HH, Hsu YC, et al (2020) Real-time crop classification using edge computing and deep learning. In: 2020 IEEE 17th Annual Consumer Communications & Networking Conference (CCNC), IEEE, pp 1–4, Duong-Trung N, Quach LD, Nguyen MH, et al (2019) A combination of transfer learning and deep learning for medicinal plant classification. In: Proceedings of the 2019 4th international conference on intelligent information technology. Association for computing machinery, New York, NY, USA, ICIIT ’19, p 83-90, [25] Fawakherji M, Potena C, Bloisi DD, et al (2019) Uav image-based crop and weed distribution estimation on embedded GPU boards. In: International conference on computer analysis of images and patterns, Springer, pp 100–108, [26] RanganathanKrishnamoorthy; RanganathanThiagarajan; ShanmugamPadmapriya; Indiran Mohan; SundaramArun; ThangarajuDineshkumar, \"Applications of Machine Learning and Deep Learning in Smart Agriculture,\" in Machine Learning Algorithms for Signal and Image Processing, IEEE, 2023, pp.371-395, doi: 10.1002/9781119861850.ch21.doi = {10.35860/iarej.848458} [27] Cynthia, Shamse& Hossain, Kazi& Hasan, Md&Asaduzzaman, Md& Das, Amit. (2019). Automated Detection of Plant Diseases Using Image Processing and Faster R-CNN Algorithm. 1-5. 10.1109/STI47673.2019.9068092. [28] Bal, Fatih&Kayaalp, Fatih. (2023). A Novel Deep Learning-Based Hybrid Method for the Determination of Productivity of Agricultural Products: Apple Case Study. IEEE Access. PP. 1-1. 10.1109/ACCESS.2023.3238570. [29] Meshram, Vishal &Patil, Kailas. (2021). FruitNet: Indian fruits image dataset with quality for machine learning applications. Data in Brief. 40. 107686. 10.1016/j.dib.2021.107686. [30] Koklu, Murat &Ünler?en, Muhammed &Ozkan, Ilker Ali & Aslan, Muhammet&Sabanci, Kadir. (2022). A CNN-SVM Study based on selected deep features for grapevine leaves classification. Measurement. 188. 1-10. 10.1016/j.measurement.2021.110425. [31] Behera, Santi &Rath, Amiya &Mahapatra, Abhijeet&Sethy, Prabira. (2020). Identification, classification & grading of fruits using machine learning & computer intelligence: a review. Journal of Ambient Intelligence and Humanized Computing. 10.1007/s12652-020-01865-8.
Copyright © 2024 Pranita D. Sherkhane, Nayana S. Ratnaparkhi. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET58567
Publish Date : 2024-02-23
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here