TL;DR
This paper proposes a dynamic label assignment method for object detection that leverages predicted IoUs and anchor IoUs to select higher-quality positive samples, improving detection accuracy and bounding box quality.
Contribution
It introduces an adaptive label assignment strategy that incorporates predictions to better select positive samples based on IoU, enhancing detection performance.
Findings
Improved detection accuracy with the proposed adaptive label assignment.
Lower bounding box losses for positive samples.
Selection of higher-quality predicted bounding boxes.
Abstract
Label assignment plays a significant role in modern object detection models. Detection models may yield totally different performances with different label assignment strategies. For anchor-based detection models, the IoU (Intersection over Union) threshold between the anchors and their corresponding ground truth bounding boxes is the key element since the positive samples and negative samples are divided by the IoU threshold. Early object detectors simply utilize the fixed threshold for all training samples, while recent detection algorithms focus on adaptive thresholds based on the distribution of the IoUs to the ground truth boxes. In this paper, we introduce a simple while effective approach to perform label assignment dynamically based on the training status with predictions. By introducing the predictions in label assignment, more high-quality samples with higher IoUs to the…
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.
