# EfficientFace: An Efficient Deep Network with Feature Enhancement for   Accurate Face Detection

**Authors:** Guangtao Wang, Jun Li, Zhijian Wu, Jianhua Xu, Jifeng Shen, Wankou, Yang

arXiv: 2302.11816 · 2023-02-24

## TL;DR

EfficientFace is a lightweight deep neural network for face detection that enhances feature representation through novel modules, achieving high accuracy comparable to heavyweight models while maintaining low computational costs.

## Contribution

The paper introduces a new efficient face detector with three feature enhancement modules, improving accuracy and robustness over existing lightweight models.

## Key findings

- Achieves 95.1% on WIDER Face Easy subset
- Maintains high accuracy with only 1/15 computational cost of heavyweight models
- Outperforms existing lightweight detectors in handling occlusion and aspect ratio variations

## Abstract

In recent years, deep convolutional neural networks (CNN) have significantly advanced face detection. In particular, lightweight CNNbased architectures have achieved great success due to their lowcomplexity structure facilitating real-time detection tasks. However, current lightweight CNN-based face detectors trading accuracy for efficiency have inadequate capability in handling insufficient feature representation, faces with unbalanced aspect ratios and occlusion. Consequently, they exhibit deteriorated performance far lagging behind the deep heavy detectors. To achieve efficient face detection without sacrificing accuracy, we design an efficient deep face detector termed EfficientFace in this study, which contains three modules for feature enhancement. To begin with, we design a novel cross-scale feature fusion strategy to facilitate bottom-up information propagation, such that fusing low-level and highlevel features is further strengthened. Besides, this is conducive to estimating the locations of faces and enhancing the descriptive power of face features. Secondly, we introduce a Receptive Field Enhancement module to consider faces with various aspect ratios. Thirdly, we add an Attention Mechanism module for improving the representational capability of occluded faces. We have evaluated EfficientFace on four public benchmarks and experimental results demonstrate the appealing performance of our method. In particular, our model respectively achieves 95.1% (Easy), 94.0% (Medium) and 90.1% (Hard) on validation set of WIDER Face dataset, which is competitive with heavyweight models with only 1/15 computational costs of the state-of-the-art MogFace detector.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.11816/full.md

## Figures

26 figures with captions in the complete paper: https://tomesphere.com/paper/2302.11816/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/2302.11816/full.md

---
Source: https://tomesphere.com/paper/2302.11816