MogFace: Towards a Deeper Appreciation on Face Detection

Benefiting from the pioneering design of generic object detectors, significant achievements have been made in the field of face detection. Typically, the architectures of the backbone, feature pyramid layer, and detection head module within the face detector all assimilate the excellent experience from general object detectors. However, several effective methods, including label assignment and scale-level data augmentation strategy, fail to maintain consistent superiority when applying on the face detector directly. Concretely, the former strategy involves a vast body of hyper-parameters and the latter one suffers from the challenge of scale distribution bias between different detection tasks, which both limit their generalization abilities. Furthermore, in order to provide accurate face bounding boxes for facial down-stream tasks, the face detector imperatively requires the elimination of false alarms. As a result, practical solutions on label assignment, scale-level data augmentation, and reducing false alarms are necessary for advancing face detectors. In this paper, we focus on resolving three aforementioned challenges that exiting methods are difficult to finish off and present a novel face detector, termed MogFace. In our Mogface, three key components, Adaptive Online Incremental Anchor Mining Strategy, Selective Scale Enhancement Strategy and Hierarchical Context-Aware Module, are separately proposed to boost the performance of face detectors. Finally, to the best of our knowledge, our MogFace is the best face detector on the Wider Face leader-board, achieving all champions across different testing scenarios. The code is available at \url{https://github.com/damo-cv/MogFace}.

PDF Abstract CVPR 2022 PDF CVPR 2022 Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Face Detection WIDER Face (Easy) MogFace (HCAM) AP 0.951 # 16
Face Detection WIDER Face (Easy) MogFace (SSE) AP 0.956 # 13
Face Detection WIDER Face (Easy) MogFace (Ali-AMS) AP 0.946 # 18
Face Detection WIDER Face (Hard) MogFace (Ali-AMS) AP 0.873 # 14
Face Detection WIDER Face (Hard) MogFace (HCAM) AP 0.874 # 13
Face Detection WIDER Face (Medium) MogFace (Ali-AMS) AP 0.936 # 18
Face Detection WIDER Face (Medium) MogFace (HCAM) AP 0.942 # 15

Methods


No methods listed for this paper. Add relevant methods here