Papers › LFFD: A Light and Fast Face Detector for Edge Devices

LFFD: A Light and Fast Face Detector for Edge Devices

24 Apr 2019arXiv:1904.10633archive 2025-07-28

Yonghao He, Dezhong Xu, Lifang Wu, Meng Jian, Shiming Xiang, Chunhong Pan

Face detection, as a fundamental technology for various applications, is always deployed on edge devices which have limited memory storage and low computing power. This paper introduces a Light and Fast Face Detector (LFFD) for edge devices. The proposed method is anchor-free and belongs to the one-stage category. Specifically, we rethink the importance of receptive field (RF) and effective receptive field (ERF) in the background of face detection. Essentially, the RFs of neurons in a certain layer are distributed regularly in the input image and theses RFs are natural "anchors". Combining RF "anchors" and appropriate RF strides, the proposed method can detect a large range of continuous face scales with 100% coverage in theory. The insightful understanding of relations between ERF and face scales motivates an efficient backbone for one-stage detection. The backbone is characterized by eight detection branches and common layers, resulting in efficient computation. Comprehensive and extensive experiments on popular benchmarks: WIDER FACE and FDDB are conducted. A new evaluation schema is proposed for application-oriented scenarios. Under the new schema, the proposed method can achieve superior accuracy (WIDER FACE Val/Test -- Easy: 0.910/0.896, Medium: 0.881/0.865, Hard: 0.780/0.770; FDDB -- discontinuous: 0.973, continuous: 0.724). Multiple hardware platforms are introduced to evaluate the running efficiency. The proposed method can obtain fast inference speed (NVIDIA TITAN Xp: 131.45 FPS at 640x480; NVIDIA TX2: 136.99 PFS at 160x120; Raspberry Pi 3 Model B+: 8.44 FPS at 160x120) with model size of 9 MB.

PaperPDFCodeCode 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="1904.10633")

Code

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

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

15 repositories listed; official and paper-mentioned ones first.

YonghaoHe/A-Light-and-Fast-Face-Detector-for-Edge-Devices officialmentioned in papermentioned on GitHubmxnetMIT report
Qengineering/LFFD-MNN-Jetson-Nano mentioned on GitHubBSD-3-Clause report
Qengineering/LFFD-MNN-Raspberry-Pi-4 mentioned on GitHubBSD-3-Clause report
Qengineering/LFFD-ncnn-Jetson-Nano mentioned on GitHubBSD-3-Clause report
Qengineering/LFFD-ncnn-Raspberry-Pi-4 mentioned on GitHubBSD-3-Clause report
aoru45/BasketNet mentioned on GitHubpytorch report
aoru45/LFFD-Pytorch mentioned on GitHubpytorch report
becauseofAI/lffd-pytorch mentioned on GitHubpytorchMIT report
borhanMorphy/fastface mentioned on GitHubpytorchMIT report
borhanMorphy/light-face-detection mentioned on GitHubpytorchMIT report
donnyyou/pytorch-lffd mentioned on GitHubmxnetMIT 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

5 samples harvested; 1 ran; 0 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 · fixture could not drive it
4unverified

Licence: 0 of the 5 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

NMS YonghaoHe/LFFD-A-Light-and-Fast-Face-Detector-for-Edge-Devices/face_detection/deploy_tensorrt/predict_tensorrt.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 2e607d2f8085de1d · report
conv1x1 becauseofAI/lffd-pytorch/face_detection/net_farm/naivenet.py community (archive-listed) unverified MIT (permissive) · 5f4b78fc28e71491 · report
conv3x3 becauseofAI/lffd-pytorch/face_detection/net_farm/naivenet.py community (archive-listed) unverified MIT (permissive) · eb23199a3b7b61cd · report
default_collate_fn borhanMorphy/fastface/fastface/dataset/base.py community (archive-listed) unverified MIT (permissive) · 2a39b678b1d2cff1 · report
get_naivenet becauseofAI/lffd-pytorch/face_detection/net_farm/naivenet.py community (archive-listed) unverified MIT (permissive) · 32af7168a9d05be5 · report

Tasks

Face DetectionRaspberry Pi 3

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Face Detection FDDB LFFD AP 0.973 #6 of 11 Archive leaderboard report
Face Detection WIDER Face (Easy) LFFD AP 0.896 #25 of 27 Archive leaderboard report
Face Detection WIDER Face (Hard) LFFD AP 0.770 #30 of 40 Archive leaderboard report
Face Detection WIDER Face (Medium) LFFD AP 0.865 #30 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

SPEED

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