Dfn: Dual Fusion Networks For Single Stage Face Detection

Yang Guo,Xiang Li,Jiaojuan Wang,Xiangde Zhang
DOI: https://doi.org/10.1145/3207677.3278002
2018-01-01
Abstract:This paper1 proposes a novel feature fusion method of the double shortcuts and constitutes a real-time face detector named Dual Fusion Networks (DFN). Firstly, we fuse the skip connection in ResNet with the densely connection in DenseNet, forming a double shortcuts structure to exploit the potential of the network and obtain robust features. Secondly, we introduce a semi-focal loss to solve the imbalance between positive and negative samples to a certain extent. Finally, we evaluate DFN on several public face detection benchmarks and achieve state-of-the-art performance. For 640* 640 input, DFN achieves a recall rate of 97.9% on FDDB, and precisions of 99.1%, 98.5% on AFW, PASCAL FACE, separately, and test for 14 FPS on a GTX 1070Ti.
What problem does this paper attempt to address?