A Dual Weighting Label Assignment Scheme for Object Detection
Shuai Li, Chenhang He, Ruihuang Li, Lei Zhang

TL;DR
This paper introduces a dual weighting scheme for label assignment in object detection, allowing separate optimization of positive and negative sample weights, leading to improved detection performance.
Contribution
The paper proposes a novel dual weighting paradigm that independently determines positive and negative sample weights based on key factors, enhancing detector learning capacity.
Findings
Achieves 41.5% mAP on COCO with FCOS-ResNet-50 under 1x schedule.
Consistently improves baseline results across various backbones.
Outperforms existing label assignment methods significantly.
Abstract
Label assignment (LA), which aims to assign each training sample a positive (pos) and a negative (neg) loss weight, plays an important role in object detection. Existing LA methods mostly focus on the design of pos weighting function, while the neg weight is directly derived from the pos weight. Such a mechanism limits the learning capacity of detectors. In this paper, we explore a new weighting paradigm, termed dual weighting (DW), to specify pos and neg weights separately. We first identify the key influential factors of pos/neg weights by analyzing the evaluation metrics in object detection, and then design the pos and neg weighting functions based on them. Specifically, the pos weight of a sample is determined by the consistency degree between its classification and localization scores, while the neg weight is decomposed into two terms: the probability that it is a neg sample and…
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
TopicsAdvanced Neural Network Applications · Industrial Vision Systems and Defect Detection · Advanced Image and Video Retrieval Techniques
