Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Disentangle Your Dense Object Detector

About

Deep learning-based dense object detectors have achieved great success in the past few years and have been applied to numerous multimedia applications such as video understanding. However, the current training pipeline for dense detectors is compromised to lots of conjunctions that may not hold. In this paper, we investigate three such important conjunctions: 1) only samples assigned as positive in classification head are used to train the regression head; 2) classification and regression share the same input feature and computational fields defined by the parallel head architecture; and 3) samples distributed in different feature pyramid layers are treated equally when computing the loss. We first carry out a series of pilot experiments to show disentangling such conjunctions can lead to persistent performance improvement. Then, based on these findings, we propose Disentangled Dense Object Detector (DDOD), in which simple and effective disentanglement mechanisms are designed and integrated into the current state-of-the-art dense object detectors. Extensive experiments on MS COCO benchmark show that our approach can lead to 2.0 mAP, 2.4 mAP and 2.2 mAP absolute improvements on RetinaNet, FCOS, and ATSS baselines with negligible extra overhead. Notably, our best model reaches 55.0 mAP on the COCO test-dev set and 93.5 AP on the hard subset of WIDER FACE, achieving new state-of-the-art performance on these two competitive benchmarks. Code is available at https://github.com/zehuichen123/DDOD.

Zehui Chen, Chenhongyi Yang, Qiaofei Li, Feng Zhao, Zheng-Jun Zha, Feng Wu• 2021

Related benchmarks

TaskDatasetResultRank
Object DetectionSARDet-100K (test)
MAP54.02
27
Object DetectionSAR-Aircraft v1.0 (test)
mAP (AP'07)62.66
27
Object DetectionMSAR AP'07 protocol (test)
mAP60.8
24
Object DetectionMSAR AP'12 protocol (test)
mAP62.31
24
Nuclei Detection and ClassificationCoNSeP
F1 (Inflammatory)51.6
8
Nuclei Detection and ClassificationBRCA-M2C
F1 (Inflammatory)39.4
8
Nuclei Detection and ClassificationLizard
F1 (Neuron)2.5
8
Showing 7 of 7 rows

Other info

Follow for update