Journal Article10.1016/J.COMPAG.2019.01.012
Apple detection during different growth stages in orchards using the improved YOLO-V3 model
892
TL;DR: The test results show that the proposed YOLOV3-dense model is superior to the original YOLO-V3 model and the Faster R-CNN with VGG16 net model, which is the state-of-art fruit detection model.
read more
About: This article is published in Computers and Electronics in Agriculture. The article was published on 01 Feb 2019.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Application of Color Featuring and Deep Learning in Maize Plant Detection
TL;DR: This research shows the application potential of deep learning technology in maize plant detection and demonstrates that the DL methods outperformed the color index–based methods in detection accuracy and robustness to complex conditions, while they were inferior to color feature–based method in detection speed.
Dynamic detection method for falling ears of maize harvester based on improved YOLO-V4
TL;DR: This study can provide technical reference for the detection of the ear loss rate of intelligent maize harvester ears in the field and improve the accuracy of the YOLO-V4 model.
DFMA-DETR: a pomegranate maturity detection algorithm based on dual-domain feature modulation and enhanced attention
Huang Xin-yue,Song Feng,Zhou Yao,Peng Wen +3 more
Abstract: Accurate detection of pomegranate maturity plays a crucial role in optimizing harvesting decisions and enhancing economic benefits. Conventional approaches encounter significant challenges in complex agricultural scenarios, including limited feature representation capabilities, singular attention mechanisms, and insufficient multi-scale information fusion. This study presents the DFMA-DETR algorithm, which establishes an end-to-end detection framework through dual-domain feature modulation and enhanced attention mechanisms. The core contributions include: (1) Development of the DFMB-Net backbone network that employs spatial-frequency collaborative processing to model pomegranate surface textures, color variations, and morphological characteristics. (2) Construction of the EAFF enhanced attention feature fusion module that integrates adaptive sparse attention mechanisms with multi-scale feature adapters, effectively addressing feature representation challenges under complex background interference; (3) Introduction of the AIUP adaptive interpolation upsampling processor and MFCM multi-branch feature convolution module, substantially improving feature alignment accuracy and multi-scale representation performance. Experimental validation on the constructed PGSD-5K dataset demonstrates that DFMA-DETR achieves detection accuracies of 90.23% mAP@50 and 76.40% mAP@50-95, representing improvements of 3.13% and 3.06% respectively over the baseline RT-DETR model, while maintaining relatively low model complexity. Cross-dataset validation further confirms the superior generalization performance of the proposed approach. This research provides an effective solution for advancing intelligent detection technologies in precision agriculture.
Crop-Weed Detection, Depth Estimation and Disease Diagnosis Using YOLO and Darknet for Agribot: A Precision Farming Robot
Medha Wyawahare,Jyoti Madake,Agnibha Sarkar,Anish Parkhe,Archis Khuspe,Tejas Gaikwad +5 more
TL;DR: The research proposes a system for crop-weed detection, depth estimation and disease diagnosis using YOLO and Darknet for Agribot, a precision farming robot. It employs deep learning techniques for object detection, distance estimation and disease diagnosis.
Future Does Matter: Boosting 3D Object Detection with Temporal Motion Estimation in Point Cloud Sequences
Rui Yu,Runkai Zhao,Cong Nie,Heng Wang,Hui Yan,Meng Wang +5 more
- 06 Sep 2024
TL;DR: This paper proposes LiSTM, a novel LiDAR 3D object detection framework that incorporates temporal motion estimation to enhance spatial-temporal feature learning, achieving superior detection performance on Waymo and nuScenes datasets through motion-guided feature aggregation and dual correlation weighting.
References
•Proceedings Article
Very Deep Convolutional Networks for Large-Scale Image Recognition
Karen Simonyan,Andrew Zisserman +1 more
- 04 Sep 2014
TL;DR: This work investigates the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting using an architecture with very small convolution filters, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 weight layers.
102.6K
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
TL;DR: This work introduces a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost-free region proposals and further merge RPN and Fast R-CNN into a single network by sharing their convolutionAL features.
•Proceedings Article
Very Deep Convolutional Networks for Large-Scale Image Recognition
Karen Simonyan,Andrew Zisserman +1 more
- 01 Jan 2015
TL;DR: In this paper, the authors investigated the effect of the convolutional network depth on its accuracy in the large-scale image recognition setting and showed that a significant improvement on the prior-art configurations can be achieved by pushing the depth to 16-19 layers.
51.9K
Densely Connected Convolutional Networks
Gao Huang,Zhuang Liu,Laurens van der Maaten,Kilian Q. Weinberger +3 more
- 21 Jul 2017
TL;DR: DenseNet as mentioned in this paper proposes to connect each layer to every other layer in a feed-forward fashion, which can alleviate the vanishing gradient problem, strengthen feature propagation, encourage feature reuse, and substantially reduce the number of parameters.
You Only Look Once: Unified, Real-Time Object Detection
Joseph Redmon,Santosh K. Divvala,Ross Girshick,Ali Farhadi +3 more
- 27 Jun 2016
TL;DR: Compared to state-of-the-art detection systems, YOLO makes more localization errors but is less likely to predict false positives on background, and outperforms other detection methods, including DPM and R-CNN, when generalizing from natural images to other domains like artwork.