Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Soham Raskar, Iram Shaikh, Shreeya Rahate, Saniya Bhattad , Prof. Dr. Vijay Mane
DOI Link: https://doi.org/10.22214/ijraset.2024.62182
Certificate: View Certificate
The increasing demand for sustainable and high- yielding agricultural practices has driven the need for advanced technologies in crop disease detection. This paper presents a novel approach to automated crop disease detection utilizing state-of-the-art image processing techniques. In the image acquisition phase, high-resolution images of crops are captured using modern imaging devices. These images are then subjected to preprocessing techniques, including resizing, normalization, and filtering, to enhance their quality. Feature extraction follows, where relevant information is derived from the preprocessed images using advanced image processing algorithms, such as texture analysis and color-based feature extraction. The heart of the proposed system lies in the classification phase, where a machine learning or deep learning model is trained on a curated dataset comprising labeled examples of healthy and diseased crops. The integration of this automated crop disease detection system with existing agricultural frameworks provides real-time or periodic monitoring capabilities. This integration empowers farmers with timely and precise information, enabling early intervention and targeted treatment strategies to minimize crop losses. This research contributes to the ongoing efforts in sustainable agriculture by providing a reliable and efficient solution for early crop disease detection.
I. INTRODUCTION
Crop diseases pose a significant threat to global food security, leading to substantial yield losses and major economic im- pacts across the agricultural sector[1][2]. Timely and accurate detection of plant diseases is crucial for implementing effective management strategies and minimizing these devastating effects[3][4]. However, traditional manual inspection by expert agricultural professionals is often time-consuming, costly, and inaccessible, especially in remote or resource-constrained regions[2][5]. In recent years, the integration of advanced image processing techniques has emerged as a promising approach for automated and scalable crop disease detection[4][6]. These techniques leverage the capabilities of modern imaging devices and sophisticated algorithms to extract visual cues from high- resolution images, enabling early identification of diseases and implementation of targeted intervention strategies[7]. This re- search paper presents a comprehensive study on the application of image processing for crop disease detection within the context of precision agriculture. The proposed methodology involves a multi-stage process, including image acquisition, preprocessing, feature extraction, and classification, with the ultimate goal of seamlessly integrating the developed system into existing agricultural frameworks[1]. The adoption of these advanced technologies holds great promise for enhancing the efficiency, resilience, and sustainability of agricultural systems, contributing to improved crop yields, and bolstering global food security[8].
II. LITERATURE REVIEW
The rapid growth in the global population and the increasing demand for sustainable agricultural practices have driven the need for advanced technologies in crop disease detection and management[1]. Traditionally, the identification of plant diseases has relied on manual visual inspection by expert personnel, which is often time-consuming, subjective, and requires extensive domain knowledge [3]. In response to these challenges, researchers have explored the potential of imageprocessing techniques to automate the process of crop disease detection[4][6]. One of the prominent approaches in this domain is the use of color-based features for disease identification. [8]A method was proposed for cotton leaf disease identification using Hu’s moments as distinctive attributes, coupled with an active contour model for segmenting the diseased regions. Similarly, [9] utilized K-means clustering and color features for grading and identifying diseases in pomegranate leaves and fruits. [10] Further explored the integration of color-based features, such as color coherence vectors and color histograms, with machine learning classifiers like support vector machines for the detection of apple diseases.
In addition to color-based features, texture analysis has emerged as a valuable tool for distinguishing between healthy and diseased plant samples. [11]A model has demonstrated the effectiveness of combining color and texture features for fruit recognition, highlighting the potential of this approach for broader agricultural applications.[13]A leaf disease grading system model was proposed that employed fuzzy logic to in- tegrate color and texture information, enabling the assessment of disease severity on plant leaves.
Morphological features have also been explored for plant disease detection. [14]A model was presented as an auto method for locating fruits on plants based on multiple fea including color, intensity, orientation, and edge character [15]Another model was developed for a correlation-based
ture selection approach that leveraged shape, color, and te information to identify apple leaf diseases. The integrati machine learning algorithms has played a crucial role i advancement of automated crop disease detection system employed K-means clustering for image segment and a neural network classifier for the identification of diseases[16]. A hybrid intelligent system was proposed utilized support vector machines to classify grape leaves healthy, scab, or rust disease categories[17].
More recently, [4] introduced a machine learning- approach for plant disease detection, using a random f classifier trained on features extracted through a hist of oriented gradients (HOG). This method demonstrate potential of integrating advanced feature extraction tech with robust classification algorithms for improved d identification. Beyond the development of standalone sys researchers have also explored the integration of crop d detection frameworks into broader agricultural ecosystem
web-based tool presented for visual plant disease detection aims to provide a user-friendly and accessible platform for farmers and experts[17]. The leaf disease grading system incorporated information and communication technologies, enabling the integration of disease severity assessment with potential treatment recommendations[12]. The integration of these technologies into comprehensive agricultural frameworks further demonstrates the potential for enhancing the efficiency, resilience, and sustainability of modern farming practices.
III. EASE OF USE
A. Maintaining the Integrity of the Specifications
The IEEEtran class file is used to format your paper and style the text. All margins, column widths, line spaces, and text fonts are prescribed; please do not alter them. You may note peculiarities. For example, the head margin measures proportionately more than is customary. This measurement and others are deliberate, using specifications that anticipate your paper as one part of the entire proceedings, and not as an independent document. Please do not revise any of the current designations.
IV. METHODOLOGY
In this paper, we propose an automated crop disease detection system using image processing techniques. The system aims to enhance agricultural sustainability by providing timely and accurate identification of diseases in crops, enabling early intervention and precise treatment. Leveraging Convolutional Neural Networks (CNNs), our method extracts meaningful features from preprocessed images and classifies them into disease categories.
A. Block Diagram
B. Preprocessing Details
The dataset consists of images of healthy and diseased crops, acquired using digital cameras or drones. Preprocess- ing includes resizing to 255x255 pixels, center cropping to 224x224 pixels, and conversion to tensors.
C. System Design and Implementation
Feature Extraction Module Extracts meaningful features from pre-processed images to represent the characteristics of healthy and diseased crop
Preprocessing Step |
Description |
Resize |
Resize image to 255x255 pixels |
Center Crop |
Crop center to 224x224 pixels |
Convert to Tensor |
Convert image to PyTorch tensor |
Table1: Preprocessing Details
Features include color histograms, texture descriptors (e.g., GLCM, LBP), and shape characteristics. Extracted features are then fed into the disease detection algorithm.
The CNN architecture consists of convolutional layers, ReLU activation functions, and fully connected layers. Trained on a labeled dataset of healthy and diseased crop images to learn discriminative patterns. Outputs the probability of the input image belonging to each disease class. The trained model is deployed for inference on new images. Mathematically, the forward pass of the CNN model is defined as:
2. Algorithm (Disease Detection) Input: Preprocessed Image
Output: Predicted Disease Category
Process:
The system is deployed on a computing platform, which can be a local server or cloud infrastructure. Integration of pre-processing, feature extraction, and the CNN model into a cohesive system. Modular design allows for easy scalability and updates. The system can handle a large volume of images efficiently, making it suitable for real-time processing.
D. Summary of Method
Our proposed automated crop disease detection system leverages image processing techniques and Convolutional Neural Networks (CNNs) to provide timely and accurate identification of crop diseases. By preprocessing images, extracting meaningful features, and utilizing a CNN model for classification, the system aids in enhancing agricultural sustainability through early disease detection and intervention.
V. RESULTS AND DISCUSSION
A. Description of Experiments / Experimental Set-up for Verification of Method
The experiments were conducted to evaluate the performance of the proposed automated crop disease detection system. The CNN model was trained and tested on a dataset consisting of images of healthy and diseased crops. The dataset was split into training, validation, and test sets. Preprocessing techniques such as resizing, center cropping, and conversion to tensors were applied to the images. The trained model was then evaluated on the test set to assess its accuracy in disease detection.
B. Results
Dataset |
Accuracy |
Training |
0.92 |
Test |
0.88 |
Validation |
0.86 |
Table2: Results
C. Statistical Analysis
The performance of the automated crop disease detection system was evaluated using standard performance metrics:
Accuracy: The model achieved an accuracy of 92% on the training set, indicating its ability to correctly classify images during training. The test accuracy of 88% and validation accuracy of 86% demonstrate the generalization capability of the model.
D. Discussion
The results indicate promising performance of the automated crop disease detection system. The high accuracy achieved on both the training and test sets demonstrates the effectiveness of the proposed method in accurately identifying crop diseases from images. However, there are limitations to consider, such as the need for a larger and more diverse dataset to improve generalization and robustness. Additionally, further analysis is required to assess the model’s performance in detecting specific diseases and its sensitivity to various environmental conditions. Future work will focus on refining the model architecture, incorporating additional features, and deploying the system in real-world agricultural settings for practical validation.
The overall journey from the problem statement to the solution involved developing an automated crop disease detection system using image processing techniques and Convolutional Neural Networks (CNNs). This system aimed to address the challenge of timely and accurate identification of crop diseases to enhance agricultural sustainability. The solution offers three key novelties: 1) Integration of image preprocessing, feature extraction, and CNN-based disease detection into a cohesive system. 2) Utilization of deep learning algorithms for automated and accurate disease classification. 3) Provision of a user-friendly interface for farmers to interact with the system and access actionable insights. The proposed automated crop disease detection system lever- ages advanced image processing and deep learning techniques, offering key advantages over traditional methods. It enables timely disease detection for early intervention and reduces crop losses. Automation reduces labor needs while provid- ing efficient and consistent results. The scalable architecture allows for adaptation across diverse crops and diseases. However, the system faces limitations. Performance depends heavily on the quality and diversity of the training dataset, which may hinder generalization to unseen data. The com- plexity of deep learning models limits the interpretability of decision-making processes. To enhance effectiveness, future efforts could focus on increasing dataset diversity and size to improve model robust- ness. Exploring techniques like transfer learning and ensemble methods could boost performance and generalization capabili- ties, leading to more accurate disease detection. Continuous refinement through larger diverse datasets and cutting-edge machine learning techniques can evolve this solution into a powerful tool for sustainable agriculture and global food security..
[1] Khirade, S. D., Patil, A. B. (2015). Plant disease detection using image processing. In 2015 International Conference on Computing Communication Control and Automation (pp. 768-771). IEEE. [2] Bharate, A. A., Shirdhonkar, M. S. (2017). A review on plant disease detection using image processing. In Proceedings of the International Conference on Intelligent Sustainable Systems (ICISS) (pp. 103-108). IEEE. [3] Al-Hiary, H., Bani-Ahmad, S., Reyalat, M., Braik, M., ALRahamneh, Z. (2011). Fast and accurate detection and classification of plant diseases. International Journal of Computer Applications, 17(1), 31-38. [4] Ramesh, S., Niveditha, M., Pooja, R., Prasad, B. N., Shashank, N., Hebbar, R., Vinod, P. V. (2018). Plant disease detection using machine learning. In 2018 International Conference on Design Innovations for 3Cs Compute Communicate Control (ICDI3C) (pp. 41-45). IEEE. [5] Jhuria, M., Kumar, A., Borse, R. (2013). Image processing for smart farming: Detection of disease and fruit grading. In Proceedings of the 2013 IEEE Second International Conference on Image Information Processing (ICIIP-2013) (pp. 521-526). [6] Barbedo, J. G. A. (2013). Digital image processing techniques for detecting, quantifying and classifying plant diseases. SpringerPlus, 2(1), 1-12. [7] Sankaran, S., Mishra, A., Ehsani, R.,Davis, C. (2010). A review of advanced techniques for detecting plant diseases. Computers and Elec- tronics in Agriculture, 72(1), 1-13. [8] Arivazhagan, S., Newlin Shebiah, R., Selva Nidhyanandhan, S.,Ganesan, L. (2013). Fruit recognition using color and texture features. Journal of Emerging Trends in Computing and Information Sciences, 1(2), 90-94. [9] Deshpande, T., Sengupta, S., Raghuvanshi, K. S. (2014). Grading identification of disease in pomegranate leaf and fruit. International Journal of Computer Science and Information Technologies, 5(4), 4638- 4645. [10] Dubey, S. R., Jalal, A. S. (2012). Detection and classification of apple fruit diseases using complete local binary patterns. In 2012 Third International Conference on Computer and Communication Technology (ICCCT-2012) (pp. 246-251). IEEE. [11] Arivazhagan, S., Newlin Shebiah, R., Selva Nidhyanandhan, S., Gane- san, L. (2013). Fruit recognition using color and texture features. Journal of Emerging Trends in Computing and Information Sciences, 1(2), 90- 94. [12] Sannakki, S. S., Rajpurohit, V. S., Nargund, V. B., Kumar, A. R., Yallur, P. S. (2011). Leaf disease grading by machine vision and fuzzy logic. International Journal of Computer Technology and Applications, 2(5), 1709-1716. [13] Patel, H. N., Joshi, M. V. (2014). Fruit detection using improved multiple features based algorithm. International Journal of Computer Applications, 13(2), 1-5. [14] Zang, C., Zang, S., Yang, J., Shi, Y., Chen, J. (2017). Apple leaf identification using genetic algorithm and correlation based feature selection method. International Journal of Agricultural and Biological Engineering, 10(2), 74-83. [15] Bashish, D. A., Braik, M., Bani-Ahmad, S. (2010). A framework for detection and classification of plant leaf and stem diseases. In 2010 International Conference on Signal and Image Processing (ICSIP) (pp. 113-118). IEEE. [16] Meunkaewjinda, A., Kumsawat, P., Attakitmongcol, K., Srikaew, A. (2008). Grape leaf disease detection from color imagery using hybrid intelligent system. In 2008 5th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Informa- tion Technology (Vol. 1, pp. 513-516). IEEE. [17] Pertot, I., Kuflik, T., Gordon, I., Freeman, S., Elad, Y. (2012). Identifi- cator: A web-based tool for visual plant disease identification, a proof of concept with a case study on strawberry. Computers and Electronics in Agriculture, 84, 144-154. [18] Rothe, P. R., Kshirsagar, R. V. (2012). Cotton leaf disease identification using pattern recognition techniques. In 2012 International Conference on Computing, Communication and Applications (ICCCA) (pp. 1-5). IEEE.
Copyright © 2024 Soham Raskar, Iram Shaikh, Shreeya Rahate, Saniya Bhattad , Prof. Dr. Vijay Mane . 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 : IJRASET62182
Publish Date : 2024-05-15
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here