LFFD: A Light and Fast Face Detector for Edge Devices
Yonghao He, Dezhong Xu, Lifang Wu, Meng Jian, Shiming Xiang,, Chunhong Pan

TL;DR
This paper presents LFFD, a lightweight, anchor-free, one-stage face detector optimized for edge devices, achieving high accuracy and speed with a novel understanding of receptive fields and efficient backbone design.
Contribution
The paper introduces a novel face detection method that leverages receptive field anchors and an efficient backbone, enabling fast, accurate detection on resource-limited edge devices.
Findings
Achieves high accuracy on WIDER FACE and FDDB benchmarks.
Runs at over 130 FPS on high-end GPUs and 8 FPS on Raspberry Pi.
Model size is only 9 MB, suitable for edge deployment.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCCD and CMOS Imaging Sensors · Infrared Target Detection Methodologies · Advanced Optical Sensing Technologies
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
