Inner-IoU: More Effective Intersection over Union Loss with Auxiliary Bounding Box
Hao Zhang, Cong Xu, Shuaijie Zhang

TL;DR
Inner-IoU introduces a novel IoU loss method using auxiliary bounding boxes scaled according to sample IoU, improving convergence speed and detection accuracy across different detectors and datasets.
Contribution
The paper proposes Inner-IoU, a new IoU loss that adaptively scales auxiliary bounding boxes based on sample IoU, enhancing generalization and performance in bounding box regression.
Findings
Inner-IoU accelerates convergence in bounding box regression.
It improves detection performance across various detectors and datasets.
The method demonstrates strong generalization and effectiveness.
Abstract
With the rapid development of detectors, Bounding Box Regression (BBR) loss function has constantly updated and optimized. However, the existing IoU-based BBR still focus on accelerating convergence by adding new loss terms, ignoring the limitations of IoU loss term itself. Although theoretically IoU loss can effectively describe the state of bounding box regression,in practical applications, it cannot adjust itself according to different detectors and detection tasks, and does not have strong generalization. Based on the above, we first analyzed the BBR model and concluded that distinguishing different regression samples and using different scales of auxiliary bounding boxes to calculate losses can effectively accelerate the bounding box regression process. For high IoU samples, using smaller auxiliary bounding boxes to calculate losses can accelerate convergence, while larger…
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.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Advanced Neural Network Applications · Infrared Target Detection Methodologies
MethodsFocus
