English

Unbiased Regression Loss for DETRs

Computer Vision and Pattern Recognition 2024-10-31 v1

Abstract

In this paper, we introduce a novel unbiased regression loss for DETR-based detectors. The conventional L1L_{1} regression loss tends to bias towards larger boxes, as they disproportionately contribute more towards the overall loss compared to smaller boxes. Consequently, the detection performance for small objects suffers. To alleviate this bias, the proposed new unbiased loss, termed Sized L1L_{1} loss, normalizes the size of all boxes based on their individual width and height. Our experiments demonstrate consistent improvements in both fully-supervised and semi-supervised settings using the MS-COCO benchmark dataset.

Cite

@article{arxiv.2410.22638,
  title  = {Unbiased Regression Loss for DETRs},
  author = {Edric and Ueta Daisuke and Kurokawa Yukimasa and Karlekar Jayashree and Sugiri Pranata},
  journal= {arXiv preprint arXiv:2410.22638},
  year   = {2024}
}
R2 v1 2026-06-28T19:40:33.508Z