Papers › Sample and Computation Redistribution for Efficient Face Detection

Sample and Computation Redistribution for Efficient Face Detection

10 May 2021ICLR 2022 4arXiv:2105.04714archive 2025-07-28

Jia Guo, Jiankang Deng, Alexandros Lattas, Stefanos Zafeiriou

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 \scrfd family across a wide range of compute regimes. In particular, \scrfdf{34} outperforms the best competitor, TinaFace, by 3.86% (AP at hard set) while being more than \emph{3× faster} on GPUs with VGA-resolution images. We also release our code to facilitate future research.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2105.04714")

Code

Syntology Ran 3 of 7 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 7 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

deepinsight/insightface officialmentioned in papermentioned on GitHubpytorch report
aralhekimoglu/face mentioned on GitHubpytorchMIT report
bovifocr/insightface mentioned on GitHubpytorch report
pedrobvidal/insightface mentioned on GitHubpytorch report
yakhyo/gaze-estimation mentioned on GitHubpytorch report
yakhyo/head-pose-estimation mentioned on GitHubpytorch report
yangyucheng000/-insightface mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

7 samples harvested; 3 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
1ran · fixture could not drive it
4unverified

Licence: 0 of the 7 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from aralhekimoglu/face. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_accuracy aralhekimoglu/face/recognition/oneflow_face/validation_util.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · f975336b5d5f1a80 · report
calculate_roc aralhekimoglu/face/recognition/oneflow_face/validation_util.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 5f529c4af000c070 · report
str2bool aralhekimoglu/face/recognition/oneflow_face/insightface_train.py community (archive-listed) ran · violated contract MIT (permissive) · a957019ca36a6747 · report
distance aralhekimoglu/face/recognition/oneflow_face/validation_util.py community (archive-listed) unverified MIT (permissive) · 7522ada649e29d57 · report
flip_data aralhekimoglu/face/recognition/oneflow_face/insightface_val.py community (archive-listed) unverified MIT (permissive) · 5b7430811591e445 · report
square_crop aralhekimoglu/face/python-package/insightface/utils/face_align.py community (archive-listed) unverified MIT (permissive) · b453cc5fbf797449 · report
str2list aralhekimoglu/face/recognition/oneflow_face/insightface_train.py community (archive-listed) unverified MIT (permissive) · 326b29422fdffda6 · report

Tasks

Face Detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Face Detection WIDER Face (Easy) SCRFD-34GF AP 0.9606 #8 of 27 Archive leaderboard report
Face Detection WIDER Face (Easy) SCRFD-10GF AP 0.9516 #14 of 27 Archive leaderboard report
Face Detection WIDER Face (Easy) SCRFD-2.5GF AP 0.9378 #20 of 27 Archive leaderboard report
Face Detection WIDER Face (Easy) SCRFD-0.5GF AP 0.9057 #23 of 27 Archive leaderboard report
Face Detection WIDER Face (Hard) SCRFD-34GF AP 0.8529 #19 of 40 Archive leaderboard report
Face Detection WIDER Face (Hard) SCRFD-10GF AP 0.8305 #25 of 40 Archive leaderboard report
Face Detection WIDER Face (Hard) SCRFD-2.5GF AP 0.7787 #29 of 40 Archive leaderboard report
Face Detection WIDER Face (Hard) SCRFD-0.5GF AP 0.6851 #32 of 40 Archive leaderboard report
Face Detection WIDER Face (Medium) SCRFD-34GF AP 0.9492 #7 of 37 Archive leaderboard report
Face Detection WIDER Face (Medium) SCRFD-10GF AP 0.9387 #16 of 37 Archive leaderboard report
Face Detection WIDER Face (Medium) SCRFD-2.5GF AP 0.9216 #22 of 37 Archive leaderboard report
Face Detection WIDER Face (Medium) SCRFD-0.5GF AP 0.8812 #28 of 37 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Computation RedistributionSample RedistributionTinaFace

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections