SOTAVerified

Sample and Computation Redistribution for Efficient Face Detection

2021-05-10ICLR 2022Code Available0· sign in to hype

Jia Guo, Jiankang Deng, Alexandros Lattas, Stefanos Zafeiriou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Although tremendous strides have been made in uncontrolled face detection, efficient face detection with a low computation cost as well as high precision remains an open challenge. In this paper, we point out that training data sampling and computation distribution strategies are the keys to efficient and accurate face detection. Motivated by these observations, we introduce two simple but effective methods (1) Sample Redistribution (SR), which augments training samples for the most needed stages, based on the statistics of benchmark datasets; and (2) Computation Redistribution (CR), which reallocates the computation between the backbone, neck and head of the model, based on a meticulously defined search methodology. Extensive experiments conducted on WIDER FACE demonstrate the state-of-the-art efficiency-accuracy trade-off for the proposed family across a wide range of compute regimes. In particular, 34 outperforms the best competitor, TinaFace, by 3.86\% (AP at hard set) while being more than 3 faster on GPUs with VGA-resolution images. We also release our code to facilitate future research.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
WIDER Face (Easy)SCRFD-34GFAP0.96Unverified
WIDER Face (Easy)SCRFD-0.5GFAP0.91Unverified
WIDER Face (Easy)SCRFD-2.5GFAP0.94Unverified
WIDER Face (Easy)SCRFD-10GFAP0.95Unverified
WIDER Face (Hard)SCRFD-0.5GFAP0.69Unverified
WIDER Face (Hard)SCRFD-34GFAP0.85Unverified
WIDER Face (Hard)SCRFD-10GFAP0.83Unverified
WIDER Face (Hard)SCRFD-2.5GFAP0.78Unverified
WIDER Face (Medium)SCRFD-34GFAP0.95Unverified
WIDER Face (Medium)SCRFD-0.5GFAP0.88Unverified
WIDER Face (Medium)SCRFD-2.5GFAP0.92Unverified
WIDER Face (Medium)SCRFD-10GFAP0.94Unverified

Reproductions