Disentangle Your Dense Object Detector
arXiv:2107.02963
Abstract
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.
ACM MM2021
References in corpus (10)
- YOLOv4: Optimal Speed and Accuracy of Object Detection
- MMDetection: Open MMLab Detection Toolbox and Benchmark
- RetinaFace: Single-stage Dense Face Localisation in the Wild
- Scaled-YOLOv4: Scaling Cross Stage Partial Network
- TinaFace: Strong but Simple Baseline for Face Detection
- PyramidBox++: High Performance Detector for Finding Tiny Face
- Accurate Face Detection for High Performance
- ASFD: Automatic and Scalable Face Detector
- End-to-End Object Detection with Fully Convolutional Network
- Equalization Loss v2: A New Gradient Balance Approach for Long-tailed Object Detection