sensors-logo

Journal Browser

Journal Browser

Computer Vision and Pattern Recognition for Advanced Smart Agriculture Solutions

A special issue of Sensors (ISSN 1424-8220). This special issue belongs to the section "Smart Agriculture".

Deadline for manuscript submissions: 30 September 2025 | Viewed by 2601

Special Issue Editors


E-Mail Website
Guest Editor
Department of Biological and Agricultural Engineering, College of Agriculture and Life Sciences, Texas A&M University, Dallas, TX, USA
Interests: computer vision; agricultural robotics; electro-mechanical systems; controlled environment agriculture
Special Issues, Collections and Topics in MDPI journals

E-Mail Website
Guest Editor
Department of Electrical Engineering and Computer Science, University of Wyoming, Laramie, WY 82071, USA
Interests: computer vision; agricultural robotics; electro-mechanical systems; controlled environment agriculture
Special Issues, Collections and Topics in MDPI journals

Special Issue Information

Dear Colleagues,

The sustainability of food production is challenged by the growing population and food demands, with an estimate of a need for up to 70% production growth by 2050, though the arable land available for agriculture is decreasing. Agriculture is evolving into smart farming through innovations in artificial intelligence (AI), big data analytics, the Internet of Things (IoT), and automation/robotics, all aimed at enhancing crop productivity and quality, leading to more cost-effective and reliable food production systems. Computer vision systems are increasingly used for smart agriculture applications such as biotic and abiotic stress detection, crop growth and yield monitoring, targeted spraying and irrigation, precision nutrient management, and robotic operations. Advanced computational and data analytics techniques, such as deep learning, foundational models, image rendering, and 3D reconstruction, have significantly enhanced the robustness, reliability, and practical applications of computer vision technologies in all aspects of production agriculture. Therefore, this Special Issue aims to promote a deeper understanding of major conceptual and technical challenges and facilitate the spread of recent breakthroughs in computer vision for smart farming.

Dr. Azlan Zahid
Dr. Yaqoob Majeed
Guest Editors

Manuscript Submission Information

Manuscripts should be submitted online at www.mdpi.com by registering and logging in to this website. Once you are registered, click here to go to the submission form. Manuscripts can be submitted until the deadline. All submissions that pass pre-check are peer-reviewed. Accepted papers will be published continuously in the journal (as soon as accepted) and will be listed together on the special issue website. Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.

Submitted manuscripts should not have been published previously, nor be under consideration for publication elsewhere (except conference proceedings papers). All manuscripts are thoroughly refereed through a single-blind peer-review process. A guide for authors and other relevant information for submission of manuscripts is available on the Instructions for Authors page. Sensors is an international peer-reviewed open access semimonthly journal published by MDPI.

Please visit the Instructions for Authors page before submitting a manuscript. The Article Processing Charge (APC) for publication in this open access journal is 2600 CHF (Swiss Francs). Submitted papers should be well formatted and use good English. Authors may use MDPI's English editing service prior to publication or during author revisions.

Keywords

  • computer vision
  • pattern recognition
  • 3D reconstruction
  • deep learning
  • image rendering
  • classification
  • precision agriculture
  • object detection
  • crop sensing

Benefits of Publishing in a Special Issue

  • Ease of navigation: Grouping papers by topic helps scholars navigate broad scope journals more efficiently.
  • Greater discoverability: Special Issues support the reach and impact of scientific research. Articles in Special Issues are more discoverable and cited more frequently.
  • Expansion of research network: Special Issues facilitate connections among authors, fostering scientific collaborations.
  • External promotion: Articles in Special Issues are often promoted through the journal's social media, increasing their visibility.
  • e-Book format: Special Issues with more than 10 articles can be published as dedicated e-books, ensuring wide and rapid dissemination.

Further information on MDPI's Special Issue polices can be found here.

Published Papers (4 papers)

Order results
Result details
Select all
Export citation of selected articles as:

Research

26 pages, 14546 KiB  
Article
Plant Stress Detection Using a Three-Dimensional Analysis from a Single RGB Image
by Madaín Pérez-Patricio, J. A. de Jesús Osuna-Coutiño, German Ríos-Toledo, Abiel Aguilar-González, J. L. Camas-Anzueto, N. A. Morales-Navarro, J. Renán Velázquez-González and Luis Ángel Cundapí-López
Sensors 2024, 24(23), 7860; https://doi.org/10.3390/s24237860 - 9 Dec 2024
Viewed by 523
Abstract
Plant stress detection involves the process of Identification, Classification, Quantification, and Prediction (ICQP) in crop stress. Numerous approaches exist for plant stress identification; however, a majority rely on expert personnel or invasive techniques. While expert employees demonstrate proficiency across various plants, this approach [...] Read more.
Plant stress detection involves the process of Identification, Classification, Quantification, and Prediction (ICQP) in crop stress. Numerous approaches exist for plant stress identification; however, a majority rely on expert personnel or invasive techniques. While expert employees demonstrate proficiency across various plants, this approach demands a substantial workforce to ensure the quality of crops. Conversely, invasive techniques entail leaf dismemberment. To overcome these challenges, an alternative is to employ image processing to interpret areas where plant geometry is observable, eliminating the dependency on skilled labor or the need for crop dismemberment. However, this alternative introduces the challenge of accurately interpreting ambiguous image features. Motivated by the latter, we propose a methodology for plant stress detection using 3D reconstruction and deep learning from a single RGB image. For that, our methodology has three steps. First, the plant recognition step provides the segmentation, location, and delimitation of the crop. Second, we propose a leaf detection analysis to classify and locate the boundaries between the different leaves. Finally, we use a Deep Neural Network (DNN) and the 3D reconstruction for plant stress detection. Experimental results are encouraging, showing that our approach has high performance under real-world scenarios. Also, the proposed methodology has 22.86% higher precision, 24.05% higher recall, and 23.45% higher F1-score than the 2D classification method. Full article
Show Figures

Figure 1

36 pages, 4780 KiB  
Article
Comprehensive Investigation of Machine Learning and Deep Learning Networks for Identifying Multispecies Tomato Insect Images
by Chittathuru Himala Praharsha, Alwin Poulose and Chetan Badgujar
Sensors 2024, 24(23), 7858; https://doi.org/10.3390/s24237858 - 9 Dec 2024
Viewed by 484
Abstract
Deep learning applications in agriculture are advancing rapidly, leveraging data-driven learning models to enhance crop yield and nutrition. Tomato (Solanum lycopersicum), a vegetable crop, frequently suffers from pest damage and drought, leading to reduced yields and financial losses to farmers. Accurate [...] Read more.
Deep learning applications in agriculture are advancing rapidly, leveraging data-driven learning models to enhance crop yield and nutrition. Tomato (Solanum lycopersicum), a vegetable crop, frequently suffers from pest damage and drought, leading to reduced yields and financial losses to farmers. Accurate detection and classification of tomato pests are the primary steps of integrated pest management practices, which are crucial for sustainable agriculture. This paper explores using Convolutional Neural Networks (CNNs) to classify tomato pest images automatically. Specifically, we investigate the impact of various optimizers on classification performance, including AdaDelta, AdaGrad, Adam, RMSprop, Stochastic Gradient Descent (SGD), and Nadam. A diverse dataset comprising 4263 images of eight common tomato pests was used to train and evaluate a customized CNN model. Extensive experiments were conducted to compare the performance of different optimizers in terms of classification accuracy, convergence speed, and robustness. RMSprop achieved the highest validation accuracy of 89.09%, a precision of 88%, recall of 85%, and F1 score of 86% among the optimizers, outperforming other optimizer-based CNN architectures. Additionally, conventional machine learning models such as logistic regression, random forest, naive Bayes classifier, support vector machine, decision tree classifier, and K-nearest neighbors (KNN) were applied to the tomato pest dataset. The best optimizer-based CNN architecture results were compared with these machine learning models. Furthermore, we evaluated the cross-validation results of various optimizers for tomato pest classification. The cross-validation results demonstrate that the Nadam optimizer with CNN outperformed the other optimizer-based approaches and achieved a mean accuracy of 79.12% and F1 score of 78.92%, which is 14.48% higher than the RMSprop optimizer-based approach. The state-of-the-art deep learning models such as LeNet, AlexNet, Xception, Inception, ResNet, and MobileNet were compared with the CNN-optimized approaches and validated the significance of our RMSprop and Nadam-optimized CNN approaches. Our findings provide insights into the effectiveness of each optimizer for tomato pest classification tasks, offering valuable guidance for practitioners and researchers in agricultural image analysis. This research contributes to advancing automated pest detection systems, ultimately aiding in early pest identification and proactive pest management strategies in tomato cultivation. Full article
Show Figures

Figure 1

17 pages, 25164 KiB  
Article
Sleeping and Eating Behavior Recognition of Horses Based on an Improved SlowFast Network
by Yanhong Liu, Fang Zhou, Wenxin Zheng, Tao Bai, Xinwen Chen and Leifeng Guo
Sensors 2024, 24(23), 7791; https://doi.org/10.3390/s24237791 - 5 Dec 2024
Viewed by 468
Abstract
The sleeping and eating behaviors of horses are important indicators of their health. With the development of the modern equine industry, timely monitoring and analysis of these behaviors can provide valuable data for assessing the physiological state of horses. To recognize horse behaviors [...] Read more.
The sleeping and eating behaviors of horses are important indicators of their health. With the development of the modern equine industry, timely monitoring and analysis of these behaviors can provide valuable data for assessing the physiological state of horses. To recognize horse behaviors in stalls, this study builds on the SlowFast algorithm, introducing a novel loss function to address data imbalance and integrating an SE attention module in the SlowFast algorithm’s slow pathway to enhance behavior recognition accuracy. Additionally, YOLOX is employed to replace the original target detection algorithm in the SlowFast network, reducing recognition time during the video analysis phase and improving detection efficiency. The improved SlowFast algorithm achieves automatic recognition of horse behaviors in stalls. The accuracy in identifying three postures—standing, sternal recumbency, and lateral recumbency—is 92.73%, 91.87%, and 92.58%, respectively. It also shows high accuracy in recognizing two behaviors—sleeping and eating—achieving 93.56% and 98.77%. The model’s best overall accuracy reaches 93.90%. Experiments show that the horse behavior recognition method based on the improved SlowFast algorithm proposed in this study is capable of accurately identifying horse behaviors in video data sequences, achieving recognition of multiple horses’ sleeping and eating behaviors. Additionally, this research provides data support for livestock managers in evaluating horse health conditions, contributing to advancements in modern intelligent horse breeding practices. Full article
Show Figures

Figure 1

21 pages, 57861 KiB  
Article
Automatic Apple Detection and Counting with AD-YOLO and MR-SORT
by Xueliang Yang, Yapeng Gao, Mengyu Yin and Haifang Li
Sensors 2024, 24(21), 7012; https://doi.org/10.3390/s24217012 - 31 Oct 2024
Viewed by 857
Abstract
In the production management of agriculture, accurate fruit counting plays a vital role in the orchard yield estimation and appropriate production decisions. Although recent tracking-by-detection algorithms have emerged as a promising fruit-counting method, they still cannot completely avoid fruit occlusion and light variations [...] Read more.
In the production management of agriculture, accurate fruit counting plays a vital role in the orchard yield estimation and appropriate production decisions. Although recent tracking-by-detection algorithms have emerged as a promising fruit-counting method, they still cannot completely avoid fruit occlusion and light variations in complex orchard environments, and it is difficult to realize automatic and accurate apple counting. In this paper, a video-based multiple-object tracking method, MR-SORT (Multiple Rematching SORT), is proposed based on the improved YOLOv8 and BoT-SORT. First, we propose the AD-YOLO model, which aims to reduce the number of incorrect detections during object tracking. In the YOLOv8s backbone network, an Omni-dimensional Dynamic Convolution (ODConv) module is used to extract local feature information and enhance the model’s ability better; a Global Attention Mechanism (GAM) is introduced to improve the detection ability of a foreground object (apple) in the whole image; a Soft Spatial Pyramid Pooling Layer (SSPPL) is designed to reduce the feature information dispersion and increase the sensory field of the network. Then, the improved BoT-SORT algorithm is proposed by fusing the verification mechanism, SURF feature descriptors, and the Vector of Local Aggregate Descriptors (VLAD) algorithm, which can match apples more accurately in adjacent video frames and reduce the probability of ID switching in the tracking process. The results show that the mAP metrics of the proposed AD-YOLO model are 3.1% higher than those of the YOLOv8 model, reaching 96.4%. The improved tracking algorithm has 297 fewer ID switches, which is 35.6% less than the original algorithm. The multiple-object tracking accuracy of the improved algorithm reached 85.6%, and the average counting error was reduced to 0.07. The coefficient of determination R2 between the ground truth and the predicted value reached 0.98. The above metrics show that our method can give more accurate counting results for apples and even other types of fruit. Full article
Show Figures

Figure 1

Back to TopTop