# Revisiting a single-stage method for face detection

**Authors:** Nguyen Van Quang, Hiromasa Fujihara

arXiv: 1902.01559 · 2019-02-06

## TL;DR

This paper introduces a fast, accurate single-stage face detection model built on ResNet-101, leveraging context information and improved decoding to outperform two-stage methods in speed while maintaining high accuracy.

## Contribution

The paper proposes a novel single-stage face detection approach that reduces false positives and inference time, achieving competitive accuracy with faster runtime than existing two-stage methods.

## Key findings

- Achieved approximately 26 ms inference time on VGA images.
- Outperformed current two-stage face detectors in speed.
- Maintained high detection accuracy on multiple benchmarks.

## Abstract

Although accurate, two-stage face detectors usually require more inference time than single-stage detectors do. This paper proposes a simple yet effective single-stage model for real-time face detection with a prominently high accuracy. We build our single-stage model on the top of the ResNet-101 backbone and analyze some problems with the baseline single-stage detector in order to design several strategies for reducing the false positive rate. The design leverages the context information from the deeper layers in order to increase recall rate while maintaining a low false positive rate. In addition, we reduce the detection time by an improved inference procedure for decoding outputs faster. The inference time of a VGA ($640{\times}480$) image was only approximately 26 ms with a Titan X GPU. The effectiveness of our proposed method was evaluated on several face detection benchmarks (Wider Face, AFW, Pascal Face, and FDDB). The experiments show that our method achieved competitive results on these popular datasets with a faster runtime than the current best two-stage practices.

## Full text

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

## Figures

28 figures with captions in the complete paper: https://tomesphere.com/paper/1902.01559/full.md

## References

45 references — full list in the complete paper: https://tomesphere.com/paper/1902.01559/full.md

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