Alpha-IoU: A Family of Power Intersection over Union Losses for Bounding Box Regression
Jiabo He, Sarah Erfani, Xingjun Ma, James Bailey, Ying Chi, Xian-Sheng, Hua

TL;DR
This paper introduces a new family of power IoU losses, called alpha-IoU, for bounding box regression that improves detection accuracy, offers greater flexibility, and enhances robustness to small datasets and noise.
Contribution
The paper proposes alpha-IoU, a generalized family of IoU-based loss functions with a single parameter, providing better performance and robustness in bounding box regression.
Findings
Alpha-IoU losses outperform existing IoU-based losses.
They enable adjustable bounding box accuracy via the parameter alpha.
Alpha-IoU improves robustness to small datasets and noisy annotations.
Abstract
Bounding box (bbox) regression is a fundamental task in computer vision. So far, the most commonly used loss functions for bbox regression are the Intersection over Union (IoU) loss and its variants. In this paper, we generalize existing IoU-based losses to a new family of power IoU losses that have a power IoU term and an additional power regularization term with a single power parameter . We call this new family of losses the -IoU losses and analyze properties such as order preservingness and loss/gradient reweighting. Experiments on multiple object detection benchmarks and models demonstrate that -IoU losses, 1) can surpass existing IoU-based losses by a noticeable performance margin; 2) offer detectors more flexibility in achieving different levels of bbox regression accuracy by modulating ; and 3) are more robust to small datasets and noisy bboxes.
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
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
