A Lightweight and Accurate Face Detection Algorithm Based on Retinaface
Baozhu Liu, Hewei Yu

TL;DR
This paper introduces LAFD, a lightweight yet accurate face detection algorithm based on Retinaface, utilizing a modified MobileNetV3 backbone, deformable convolutions, and focal loss, achieving high accuracy with a small model size.
Contribution
The paper presents a novel lightweight face detection method that improves accuracy over Retinaface and LFFD by integrating a modified MobileNetV3 backbone and deformable convolutions.
Findings
Achieves 94.1% accuracy on WIDERFACE easy subset
Model size is only 10.2MB
Outperforms Retinaface and LFFD in accuracy
Abstract
In this paper, we propose a lightweight and accurate face detection algorithm LAFD (Light and accurate face detection) based on Retinaface. Backbone network in the algorithm is a modified MobileNetV3 network which adjusts the size of the convolution kernel, the channel expansion multiplier of the inverted residuals block and the use of the SE attention mechanism. Deformable convolution network(DCN) is introduced in the context module and the algorithm uses focal loss function instead of cross-entropy loss function as the classification loss function of the model. The test results on the WIDERFACE dataset indicate that the average accuracy of LAFD is 94.1%, 92.2% and 82.1% for the "easy", "medium" and "hard" validation subsets respectively with an improvement of 3.4%, 4.0% and 8.3% compared to Retinaface and 3.1%, 4.1% and 4.1% higher than the well-performing lightweight model, LFFD. If…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Biometric Identification and Security · Brain Tumor Detection and Classification
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Depthwise Convolution · Pointwise Convolution · Depthwise Separable Convolution · Dense Connections · Sigmoid Activation · Batch Normalization · ReLU6 · Inverted Residual Block · Squeeze-and-Excitation Block
