中文
相关论文

相关论文: PP-YOLOv2: A Practical Object Detector

200 篇论文

YOLOv7 surpasses all known object detectors in both speed and accuracy in the range from 5 FPS to 160 FPS and has the highest accuracy 56.8% AP among all known real-time object detectors with 30 FPS or higher on GPU V100. YOLOv7-E6 object…

计算机视觉与模式识别 · 计算机科学 2022-07-07 Chien-Yao Wang , Alexey Bochkovskiy , Hong-Yuan Mark Liao

YOLO is a deep neural network (DNN) model presented for robust real-time object detection following the one-stage inference approach. It outperforms other real-time object detectors in terms of speed and accuracy by a wide margin.…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Mohammadamin Baghbanbashi , Mohsen Raji , Behnam Ghavami

The processing of omnidirectional 360-degree images poses significant challenges for object detection due to inherent spatial distortions, wide fields of view, and ultra-high-resolution inputs. Conventional detectors such as YOLO are…

计算机视觉与模式识别 · 计算机科学 2025-12-19 Huma Hafeez , Matthew Garratt , Jo Plested , Sankaran Iyer , Arcot Sowmya

This paper presents an architectural analysis of YOLOv12, a significant advancement in single-stage, real-time object detection building upon the strengths of its predecessors while introducing key improvements. The model incorporates an…

计算机视觉与模式识别 · 计算机科学 2025-02-21 Mujadded Al Rabbani Alif , Muhammad Hussain

Accurate vehicle detection is essential for the development of intelligent transportation systems, autonomous driving, and traffic monitoring. This paper presents a detailed analysis of YOLO11, the latest advancement in the YOLO series of…

计算机视觉与模式识别 · 计算机科学 2024-10-31 Mujadded Al Rabbani Alif

YOLOv11 is the latest iteration in the You Only Look Once (YOLO) series of real-time object detectors, introducing novel architectural modules to improve feature extraction and small-object detection. In this paper, we present a detailed…

计算机视觉与模式识别 · 计算机科学 2026-04-07 Nikhileswara Rao Sulake

Object detection using images or videos captured by drones is a promising technology with significant potential across various industries. However, a major challenge is that drone images are typically taken from high altitudes, making…

计算机视觉与模式识别 · 计算机科学 2025-11-17 Hyun-Ki Jung

Efficient computation in deep neural networks is crucial for real-time object detection. However, recent advancements primarily result from improved high-performing hardware rather than improving parameters and FLOP efficiency. This is…

计算机视觉与模式识别 · 计算机科学 2025-07-25 Lilian Hollard , Lucas Mohimont , Nathalie Gaveau , Luiz Angelo Steffenel

This study provides a comprehensive analysis of the YOLOv9 object detection model, focusing on its architectural innovations, training methodologies, and performance improvements over its predecessors. Key advancements, such as the…

计算机视觉与模式识别 · 计算机科学 2024-09-13 Muhammad Yaseen

This paper presents a generalized model for real-time detection of flying objects that can be used for transfer learning and further research, as well as a refined model that achieves state-of-the-art results for flying object detection. We…

计算机视觉与模式识别 · 计算机科学 2024-05-24 Dillon Reis , Jordan Kupec , Jacqueline Hong , Ahmad Daoudi

Although the YOLOv2 method is extremely fast on object detection, its detection accuracy is restricted due to the low performance of its backbone network and the underutilization of multi-scale region features. Therefore, a dense connection…

计算机视觉与模式识别 · 计算机科学 2022-09-07 Zhanchao Huang , Jianlin Wang , Xuesong Fu , Tao Yu , Yongqi Guo , Rutong Wang

Object detection is crucial in various cutting-edge applications, such as autonomous vehicles and advanced robotics systems, primarily relying on data from conventional frame-based RGB sensors. However, these sensors often struggle with…

计算机视觉与模式识别 · 计算机科学 2024-08-13 Diego A. Silva , Kamilya Smagulova , Ahmed Elsheikh , Mohammed E. Fouda , Ahmed M. Eltawil

The increasing integration of sensors in autonomous maritime navigation has led to large-scale multimodal datasets, raising challenges in achieving efficient real-time perception. In such systems, object detection and trajectory perception…

计算机视觉与模式识别 · 计算机科学 2026-05-19 Grigorios Papanikolaou , Ioannis Kontopoulos , Giannis Spiliopoulos , Dimitris Zissis , Konstantinos Tserpes

This study presents a comprehensive benchmark analysis of various YOLO (You Only Look Once) algorithms. It represents the first comprehensive experimental evaluation of YOLOv3 to the latest version, YOLOv12, on various object detection…

计算机视觉与模式识别 · 计算机科学 2025-03-19 Nidhal Jegham , Chan Young Koh , Marwan Abdelatti , Abdeltawab Hendawi

Existing Real-Time Object Detection (RTOD) methods commonly adopt YOLO-like architectures for their favorable trade-off between accuracy and speed. However, these models rely on static dense computation that applies uniform processing to…

计算机视觉与模式识别 · 计算机科学 2026-01-01 Xu Lin , Jinlong Peng , Zhenye Gan , Jiawen Zhu , Jun Liu

Vehicle detection in real-time is a challenging and important task. The existing real-time vehicle detection lacks accuracy and speed. Real-time systems must detect and locate vehicles during criminal activities like theft of vehicle and…

计算机视觉与模式识别 · 计算机科学 2020-11-12 Sri Jamiya S , Esther Rani P

Performance of object detection models has been growing rapidly on two major fronts, model accuracy and efficiency. However, in order to map deep neural network (DNN) based object detection models to edge devices, one typically needs to…

计算机视觉与模式识别 · 计算机科学 2021-10-27 Prakhar Ganesh , Yao Chen , Yin Yang , Deming Chen , Marianne Winslett

Electric scooters (e-scooters) have rapidly emerged as a popular mode of transportation in urban areas, yet they pose significant safety challenges. In the United States, the rise of e-scooters has been marked by a concerning increase in…

计算机视觉与模式识别 · 计算机科学 2024-05-07 Dong Chen , Arman Hosseini , Arik Smith , Amir Farzin Nikkhah , Arsalan Heydarian , Omid Shoghli , Bradford Campbell

This paper aims at constructing a light-weight object detector that inputs a depth and a color image from a stereo camera. Specifically, by extending the network architecture of YOLOv3 to 3D in the middle, it is possible to output in the…

计算机视觉与模式识别 · 计算机科学 2020-06-29 Masahiro Takahashi , Alessandro Moro , Yonghoon Ji , Kazunori Umeda

Recent years have seen significant advances in real-time object detection, with the release of YOLOv10, YOLO11, YOLOv12, and YOLOv13 between 2024 and 2025. This technical report presents the VajraV1 model architecture, which introduces…

计算机视觉与模式识别 · 计算机科学 2025-12-17 Naman Balbir Singh Makkar