Multi-Scale Fully Convolutional Network for Face Detection in the Wild

Abstract

Face detection is a classical problem in computer vision. It is still a difficult task due to many nuisances that naturally occur in the wild. In this paper, we propose a multi-scale fully convolutional network for face detection. To reduce computation, the intermediate convolutional feature maps (conv) are shared by every scale model. We up-sample and down-sample the final conv map to approximate K levels of a feature pyramid, leading to a wide range of face scales that can be detected. At each feature pyramid level, a FCN is trained end-to-end to deal with faces in a small range of scale change. Because of the up-sampling, our method can detect very small faces (10×10 pixels). We test our MS-FCN detector on four public face detection datasets, including FDDB, WIDER FACE, AFW and PASCAL FACE. Extensive experiments show that it outperforms state-of-the-art methods. Also, MS-FCN runs at 23 FPS on a GPU for images of size 640×480 with no assumption on the minimum detectable face size.

Cite

Text

Bai and Ghanem. "Multi-Scale Fully Convolutional Network for Face Detection in the Wild." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017. doi:10.1109/CVPRW.2017.259

Markdown

[Bai and Ghanem. "Multi-Scale Fully Convolutional Network for Face Detection in the Wild." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017.](https://mlanthology.org/cvprw/2017/bai2017cvprw-multiscale/) doi:10.1109/CVPRW.2017.259

BibTeX

@inproceedings{bai2017cvprw-multiscale,
  title     = {{Multi-Scale Fully Convolutional Network for Face Detection in the Wild}},
  author    = {Bai, Yancheng and Ghanem, Bernard},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2017},
  pages     = {2078-2087},
  doi       = {10.1109/CVPRW.2017.259},
  url       = {https://mlanthology.org/cvprw/2017/bai2017cvprw-multiscale/}
}