Chrome Extension
WeChat Mini Program
Use on ChatGLM

DSLA: Dynamic smooth label assignment for efficient anchor-free object detection

Pattern Recognition(2022)

Cited 12|Views169
No score
Abstract
Anchor-free detectors basically formulate object detection as dense classification and regression. For pop-ular anchor-free detectors, it is common to introduce an individual prediction branch to estimate the quality of localization. The following inconsistencies are observed when we delve into the practices of classification and quality estimation. Firstly, for some adjacent samples which are assigned completely different labels, the trained model would produce similar classification scores. This violates the training objective and leads to performance degradation. Secondly, it is found that detected bounding boxes with higher confidences contrarily have smaller overlaps with the corresponding ground-truth. Accurately lo-calized bounding boxes would be suppressed by less accurate ones in the Non-Maximum Suppression (NMS) procedure. To address the inconsistency problems, the Dynamic Smooth Label Assignment (DSLA) method is proposed. Based on the concept of centerness originally developed in FCOS, a smooth assign-ment strategy is proposed. The label is smoothed to a continuous value in [0 , 1] to make a steady transi-tion between positive and negative samples. Intersection-of-Union (IoU) is predicted dynamically during training and is coupled with the smoothed label. The dynamic smooth label is assigned to supervise the classification branch. Under such supervision, quality estimation branch is naturally merged into the clas-sification branch, which simplifies the architecture of anchor-free detector. Comprehensive experiments are conducted on the MS COCO benchmark. It is demonstrated that, DSLA can significantly boost the de-tection accuracy by alleviating the above inconsistencies for anchor-free detectors. Our codes are released at https://github.com/YonghaoHe/DSLA .(c) 2022 Elsevier Ltd. All rights reserved.
More
Translated text
Key words
Convolutional neural network,Object detection,Centerness score,Intersection-of-union
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Chat Paper
Summary is being generated by the instructions you defined