Unbiased Regression Loss for DETRs
Edric, Ueta Daisuke, Kurokawa Yukimasa, Karlekar Jayashree, and Sugiri, Pranata

TL;DR
This paper proposes a new unbiased regression loss for DETR detectors that normalizes box sizes to improve detection accuracy, especially for small objects, demonstrated through experiments on MS-COCO.
Contribution
The paper introduces the Sized L1 loss, a novel normalization technique that reduces bias towards larger boxes in DETR-based detectors.
Findings
Improved detection performance on MS-COCO benchmark.
Consistent gains in both fully-supervised and semi-supervised settings.
Reduction of size bias in object detection.
Abstract
In this paper, we introduce a novel unbiased regression loss for DETR-based detectors. The conventional 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 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.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStatistical Methods and Inference
