TL;DR
YOLOv13 introduces a hypergraph-based adaptive correlation mechanism and a full-pipeline aggregation paradigm to enhance global feature fusion, achieving state-of-the-art real-time object detection with fewer parameters.
Contribution
The paper presents YOLOv13, a novel object detector that employs hypergraph-based high-order correlation modeling and a full-pipeline feature aggregation approach for improved detection accuracy.
Findings
Achieves state-of-the-art performance on MS COCO with fewer parameters.
Improves mAP by 3.0% over YOLOv11-N and 1.5% over YOLOv12-N.
Reduces computational complexity using depthwise separable convolutions.
Abstract
The YOLO series models reign supreme in real-time object detection due to their superior accuracy and computational efficiency. However, both the convolutional architectures of YOLO11 and earlier versions and the area-based self-attention mechanism introduced in YOLOv12 are limited to local information aggregation and pairwise correlation modeling, lacking the capability to capture global multi-to-multi high-order correlations, which limits detection performance in complex scenarios. In this paper, we propose YOLOv13, an accurate and lightweight object detector. To address the above-mentioned challenges, we propose a Hypergraph-based Adaptive Correlation Enhancement (HyperACE) mechanism that adaptively exploits latent high-order correlations and overcomes the limitation of previous methods that are restricted to pairwise correlation modeling based on hypergraph computation, achieving…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
