Image-Based_Pest_Detection_and_Identification_System_for_Agriculture
Image-Based_Pest_Detection_and_Identification_System_for_Agriculture
2024 4th International Conference on Pervasive Computing and Social Networking (ICPCSN) | 979-8-3503-8634-9/24/$31.00 ©2024 IEEE | DOI: 10.1109/ICPCSN62568.2024.00165
990
Authorized licensed use limited to: BLDEA's College of Eng & Tech - Vijayaura. Downloaded on March 10,2025 at 11:29:30 UTC from IEEE Xplore. Restrictions apply.
Fig. 2 Block diagram of the proposed system. training data sets are chosen according to the user's expertise.
991
Authorized licensed use limited to: BLDEA's College of Eng & Tech - Vijayaura. Downloaded on March 10,2025 at 11:29:30 UTC from IEEE Xplore. Restrictions apply.
output array. Max pooling reduces the spatial dimensions V. RESULTS
while maintaining the most important features. The application utilized for this is called Spyder, and it is
an open-source, free scientific environment for Python that
Average pooling: Just as with max pooling, the feature map includes logic, compute modules, and other features.
is divided into small tiles.
The average (mean) value within each tile is calculated and A total of nine distinct classes of datasets, including
used for the final feature map rather than selecting the highest WHITE FLY, CUTWORM, APHID, BEET ARMYWORM,
value. CUTWORM, THRIPS, ACARI, GRASSHOPPER, and
BACTROCERA CUCURBITAETHE, were initially
Even though the pooling layer loses a lot of information, gathered for this project. To obtain a more precise outcome,
CNN nevertheless benefits from it in several ways. They help these datasets are trained with an Epoch value of 10. The
to simplify, increase effectiveness, and lessen the risk of CNN Algorithm provides 90% or higher accuracy.
overfitting.
Using an Android mobile device, the farmer must first take
3) Fully-Connected Layer an image of the pest in the crop. This image must then be
Neurons comprise the Fully Connected layer. in addition uploaded into the user interface, as illustrated in Figure 5.
to acknowledged weights and biases. The layer is employed This will be converted into 224 x 224 x 333 pictures, which
to establish connections between neurons in two distinct will then be fed into a CNN model for pest class prediction,
layers. In a CNN architecture, this layer is often positioned employing several image augmentation methods on the
before the output layer. The fully connected layer computes dataset.
the final classification or regression task using the input from
the preceding layer. A fully connected layer (FCL) is one in
which every filter in the layer preceding it is connected to
every filter in the one succeeding it. Convolutional, pooling,
and layer outputs represent high-level features of the input
image.
992
Authorized licensed use limited to: BLDEA's College of Eng & Tech - Vijayaura. Downloaded on March 10,2025 at 11:29:30 UTC from IEEE Xplore. Restrictions apply.
As demonstrated in Fig. 6, upon uploading the input image, [7] G. Singh, Pest management in organic farming is a challenging task
the system recognizes the type of pest and provides the without the use of insecticides, ICICICT, 1, August 2020.
appropriate organic pesticides required to minimize the [8] B. Rosmawati Tamin, H. Karim, I. Bay, I.S. Arani, Mobile Image
Processing Applications For Cacao’s Fruits Pest And Disease Attack
infestation in agricultural areas. Using Deep Learning Algorithms, IEEE, 2020.
[9] S.K Praveen Kumar, Computerized System for Identification of Pests
Using Machine Vision, 8, IJRTE, Indhumathi, Coimbatore, 2020.
[10] D. Patel, N. Bhatt, Improved accuracy of pest detection using
augmentation approach with Faster R-CNN To cite this article, 2021
IOP Conf. Ser.: Mater. Sci. Eng. 1042 012020, ICMLSC, 2020.
[11] Simonyan, K., & Zisserman, A. (2014). "Very Deep Convolutional
Networks for Large-Scale Image Recognition". arXiv preprint
arXiv:1409.1556.
[12] Nagesh, N., Jayanthi, V., & Umesh, G. (2017). "Pest Detection and
Classification using Image Processing Techniques: A Survey".
International Journal of Computer Applications, 159(1), 1-5.
[13] Kavitha, C., & Sreelekshmi, K. (2020). "Pest Detection and
Classification using Convolutional Neural Networks in Agriculture".
International Journal of Scientific & Technology Research, 9(1), 442-
446.
[14] Anupama, K. R., & Ravi, K. N. (2019). "A Review on Crop Pest
Detection using Image Processing and Machine Learning
Techniques". International Journal of Engineering and Advanced
Technology, 8(5), 1-6.
[15] Krizhevsky, A., Sutskever, I., & Hinton, G. E. (2012). "ImageNet
Classification with Deep Convolutional Neural Networks". Advances
in Neural Information Processing Systems, 25, 1097-1105.
VI. CONCLUSION
Cutting-edge agricultural innovation involves CNNs into
image-based pest monitoring and identification systems.
These technologies provide a more precise, data-driven,
long-lasting answer to the problems associated with pest
management in agriculture. CNN-based systems are
positioned to play a critical role ensuring the crop health,
boosting agricultural productivity, and contributing to a more
sustainable and food-secure future as technology advances
and their use grows. By using more datasets and image
classes during model training, accuracy can be raised.
VII. REFERENCES
993
Authorized licensed use limited to: BLDEA's College of Eng & Tech - Vijayaura. Downloaded on March 10,2025 at 11:29:30 UTC from IEEE Xplore. Restrictions apply.