中文
相关论文

相关论文: YOLOv12: Attention-Centric Real-Time Object Detect…

200 篇论文

YOLO has become a central real-time object detection system for robotics, driverless cars, and video monitoring applications. We present a comprehensive analysis of YOLO's evolution, examining the innovations and contributions in each…

计算机视觉与模式识别 · 计算机科学 2024-02-06 Juan Terven , Diana Cordova-Esparza

Object detection, one of the three main tasks of computer vision, has been used in various applications. The main process is to use deep neural networks to extract the features of an image and then use the features to identify the class and…

计算机视觉与模式识别 · 计算机科学 2022-12-14 Wenshuo Li

Objective:Computer vision-based up-to-date accurate damage classification and localization are of decisive importance for infrastructure monitoring, safety, and the serviceability of civil infrastructure. Current state-of-the-art deep…

计算机视觉与模式识别 · 计算机科学 2023-03-09 Arunabha M. Roy , Jayabrata Bhaduri

Object detection on drone-captured scenarios is a recent popular task. As drones always navigate in different altitudes, the object scale varies violently, which burdens the optimization of networks. Moreover, high-speed and low-altitude…

计算机视觉与模式识别 · 计算机科学 2021-08-31 Xingkui Zhu , Shuchang Lyu , Xu Wang , Qi Zhao

This research delves into the development of a fatigue detection system based on modern object detection algorithms, particularly YOLO (You Only Look Once) models, including YOLOv5, YOLOv6, YOLOv7, and YOLOv8. By comparing the performance…

计算机视觉与模式识别 · 计算机科学 2024-10-22 Amelia Jones

Non-Maximum Suppression (NMS) remains a key post-processing step in many real-time object detection pipelines, but it can introduce latency variation and deployment complexity in resource-constrained settings. Recent NMS-free designs such…

计算机视觉与模式识别 · 计算机科学 2026-05-26 Chidera G. Oguine , Kanyifeechukwu J. Oguine , Obiozor M. Oguine , Ozioma C. Oguine

Real-time perception on edge platforms faces a core challenge: executing high-resolution object detection under stringent latency constraints on limited computing resources. Canvas-based attention scheduling was proposed in earlier work as…

计算机视觉与模式识别 · 计算机科学 2025-08-08 Md Iftekharul Islam Sakib , Yigong Hu , Tarek Abdelzaher

This paper provides an analysis and comparison of the YOLOv5, YOLOv8 and YOLOv10 models for webpage CAPTCHAs detection using the datasets collected from the web and darknet as well as synthetized data of webpages. The study examines the…

计算机视觉与模式识别 · 计算机科学 2025-02-20 Mikołaj Wysocki , Henryk Gierszal , Piotr Tyczka , Sophia Karagiorgou , George Pantelis

Autonomous vehicle perception systems require robust pedestrian detection, particularly on geometrically complex roadways like Type-S curved surfaces, where standard RGB camera-based methods face limitations. This paper introduces YOLO-APD,…

计算机视觉与模式识别 · 计算机科学 2025-07-09 Aquino Joctum , John Kandiri

This paper presents a comprehensive overview of the Ultralytics YOLO(You Only Look Once) family of object detectors, focusing the architectural evolution, benchmarking, deployment perspectives, and future challenges. The review begins with…

计算机视觉与模式识别 · 计算机科学 2026-03-17 Ranjan Sapkota , Manoj Karkee

Distracted driving is a critical safety issue that leads to numerous fatalities and injuries worldwide. This study addresses the urgent need for efficient and real-time machine learning models to detect distracted driving behaviors.…

人工智能 · 计算机科学 2024-10-22 Mohamed R. Elshamy , Heba M. Emara , Mohamed R. Shoaib , Abdel-Hameed A. Badawy

With an excellent balance between speed and accuracy, cutting-edge YOLO frameworks have become one of the most efficient algorithms for object detection. However, the performance of using YOLO networks is scarcely investigated in brain…

计算机视觉与模式识别 · 计算机科学 2023-10-04 Ming Kang , Chee-Ming Ting , Fung Fung Ting , Raphaël C. -W. Phan

Real-time object detection in AR/VR systems faces critical computational constraints, requiring sub-10\,ms latency within tight power budgets. Inspired by biological foveal vision, we propose a two-stage pipeline that combines…

硬件体系结构 · 计算机科学 2026-03-18 Neeraj Solanki , Hong Ding , Sepehr Tabrizchi , Ali Shafiee Sarvestani , Shaahin Angizi , David Z. Pan , Arman Roohi

Modern object detectors are static, fixed-depth networks optimized for a single operating point, requiring separate models for different deployment scenarios. We present an any-depth detection framework that enables a single network to span…

计算机视觉与模式识别 · 计算机科学 2026-05-12 Woochul Kang , Hyungseop Lee , Jiho Lee

Recent research on real-time object detectors (e.g., YOLO series) has demonstrated the effectiveness of attention mechanisms for elevating model performance. Nevertheless, existing methods neglect to unifiedly deploy hierarchical attention…

计算机视觉与模式识别 · 计算机科学 2024-12-11 Xuecheng Wu , Junxiao Xue , Liangyu Fu , Jiayu Nie , Danlei Huang , Xinyi Yin

We present YOLO, a new approach to object detection. Prior work on object detection repurposes classifiers to perform detection. Instead, we frame object detection as a regression problem to spatially separated bounding boxes and associated…

计算机视觉与模式识别 · 计算机科学 2016-05-11 Joseph Redmon , Santosh Divvala , Ross Girshick , Ali Farhadi

While one-stage detectors like YOLOv8 offer fast training speed, they often under-perform on detecting small objects as a trade-off. This becomes even more critical when detecting tiny objects in aerial imagery due to low-resolution targets…

计算机视觉与模式识别 · 计算机科学 2026-02-03 Kihyun Kim , Michalis Lazarou , Tania Stathaki

Object detection is an important topic in computer vision, with post-processing, an essential part of the typical object detection pipeline, posing a significant bottleneck affecting the performance of traditional object detection models.…

计算机视觉与模式识别 · 计算机科学 2023-06-19 Haodong Ouyang

Despite the rapid advancement of object detection algorithms, processing high-resolution images on embedded devices remains a significant challenge. Theoretically, the fully convolutional network architecture used in current real-time…

计算机视觉与模式识别 · 计算机科学 2024-07-30 Sangjune Shin , Dongkun Shin

The ``You Only Look Once'' (YOLO) framework has long served as a standard for real-time object detection, though traditional iterations have utilized Non-Maximum Suppression (NMS) post-processing, which introduces specific latency and…

计算机视觉与模式识别 · 计算机科学 2026-03-19 Sudip Chakrabarty