中文
相关论文

相关论文: YOLOv6 v3.0: A Full-Scale Reloading

200 篇论文

For years, the YOLO series has been the de facto industry-level standard for efficient object detection. The YOLO community has prospered overwhelmingly to enrich its use in a multitude of hardware platforms and abundant scenarios. In this…

This work explores the YOLOv6 object detection model in depth, concentrating on its design framework, optimization techniques, and detection capabilities. YOLOv6's core elements consist of the EfficientRep Backbone for robust feature…

计算机视觉与模式识别 · 计算机科学 2024-12-18 Athulya Sundaresan Geetha

In this report, we present some experienced improvements to YOLO series, forming a new high-performance detector -- YOLOX. We switch the YOLO detector to an anchor-free manner and conduct other advanced detection techniques, i.e., a…

计算机视觉与模式识别 · 计算机科学 2021-08-09 Zheng Ge , Songtao Liu , Feng Wang , Zeming Li , Jian Sun

We present some updates to YOLO! We made a bunch of little design changes to make it better. We also trained this new network that's pretty swell. It's a little bigger than last time but more accurate. It's still fast though, don't worry.…

计算机视觉与模式识别 · 计算机科学 2018-04-10 Joseph Redmon , Ali Farhadi

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

We show that the YOLOv4 object detection neural network based on the CSP approach, scales both up and down and is applicable to small and large networks while maintaining optimal speed and accuracy. We propose a network scaling approach…

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

Enhancing the network architecture of the YOLO framework has been crucial for a long time, but has focused on CNN-based improvements despite the proven superiority of attention mechanisms in modeling capabilities. This is because…

计算机视觉与模式识别 · 计算机科学 2025-02-19 Yunjie Tian , Qixiang Ye , David Doermann

In this report, we present PP-YOLOE, an industrial state-of-the-art object detector with high performance and friendly deployment. We optimize on the basis of the previous PP-YOLOv2, using anchor-free paradigm, more powerful backbone and…

计算机视觉与模式识别 · 计算机科学 2022-12-13 Shangliang Xu , Xinxin Wang , Wenyu Lv , Qinyao Chang , Cheng Cui , Kaipeng Deng , Guanzhong Wang , Qingqing Dang , Shengyu Wei , Yuning Du , Baohua Lai

Being effective and efficient is essential to an object detector for practical use. To meet these two concerns, we comprehensively evaluate a collection of existing refinements to improve the performance of PP-YOLO while almost keep the…

计算机视觉与模式识别 · 计算机科学 2021-04-22 Xin Huang , Xinxin Wang , Wenyu Lv , Xiaying Bai , Xiang Long , Kaipeng Deng , Qingqing Dang , Shumin Han , Qiwen Liu , Xiaoguang Hu , Dianhai Yu , Yanjun Ma , Osamu Yoshie

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

YOLOv4 achieved the best performance on the COCO dataset by combining advanced techniques for regression (bounding box positioning) and classification (object class identification) using the Darknet framework. To enhance accuracy and…

计算机视觉与模式识别 · 计算机科学 2025-02-07 Athulya Sundaresan Geetha

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

Over the past years, YOLOs have emerged as the predominant paradigm in the field of real-time object detection owing to their effective balance between computational cost and detection performance. Researchers have explored the…

计算机视觉与模式识别 · 计算机科学 2024-10-31 Ao Wang , Hui Chen , Lihao Liu , Kai Chen , Zijia Lin , Jungong Han , Guiguang Ding

We develop an all-in-one computer vision toolbox named EasyCV to facilitate the use of various SOTA computer vision methods. Recently, we add YOLOX-PAI, an improved version of YOLOX, into EasyCV. We conduct ablation studies to investigate…

计算机视觉与模式识别 · 计算机科学 2023-09-27 Ziheng Wu , Xinyi Zou , Wenmeng Zhou , Jun Huang

We introduce YOLO9000, a state-of-the-art, real-time object detection system that can detect over 9000 object categories. First we propose various improvements to the YOLO detection method, both novel and drawn from prior work. The improved…

计算机视觉与模式识别 · 计算机科学 2016-12-28 Joseph Redmon , Ali Farhadi

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

We present YOLOBench, a benchmark comprised of 550+ YOLO-based object detection models on 4 different datasets and 4 different embedded hardware platforms (x86 CPU, ARM CPU, Nvidia GPU, NPU). We collect accuracy and latency numbers for a…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Ivan Lazarevich , Matteo Grimaldi , Ravish Kumar , Saptarshi Mitra , Shahrukh Khan , Sudhakar Sah

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

This study presents a comprehensive analysis of Ultralytics YOLO26(also called as YOLOv26), highlighting its key architectural enhancements and performance benchmarking for real-time object detection. YOLO26, released in September 2025,…

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

We aim at providing the object detection community with an efficient and performant object detector, termed YOLO-MS. The core design is based on a series of investigations on how multi-branch features of the basic block and convolutions…

计算机视觉与模式识别 · 计算机科学 2025-02-21 Yuming Chen , Xinbin Yuan , Jiabao Wang , Ruiqi Wu , Xiang Li , Qibin Hou , Ming-Ming Cheng
‹ 上一页 1 2 3 10 下一页 ›