Coarse-to-Fine Auto-Encoder Networks (CFAN) for Real-Time Face Alignment

Abstract

Accurate face alignment is a vital prerequisite step for most face perception tasks such as face recognition, facial expression analysis and non-realistic face re-rendering. It can be formulated as the nonlinear inference of the facial landmarks from the detected face region. Deep network seems a good choice to model the nonlinearity, but it is nontrivial to apply it directly. In this paper, instead of a straightforward application of deep network, we propose a Coarse-to-Fine Auto-encoder Networks (CFAN) approach, which cascades a few successive Stacked Auto-encoder Networks (SANs). Specifically, the first SAN predicts the landmarks quickly but accurately enough as a preliminary, by taking as input a low-resolution version of the detected face holistically. The following SANs then progressively refine the landmark by taking as input the local features extracted around the current landmarks (output of the previous SAN) with higher and higher resolution. Extensive experiments conducted on three challenging datasets demonstrate that our CFAN outperforms the state-of-the-art methods and performs in real-time(40+fps excluding face detection on a desktop).

Cite

Text

Zhang et al. "Coarse-to-Fine Auto-Encoder Networks (CFAN) for Real-Time Face Alignment." European Conference on Computer Vision, 2014. doi:10.1007/978-3-319-10605-2_1

Markdown

[Zhang et al. "Coarse-to-Fine Auto-Encoder Networks (CFAN) for Real-Time Face Alignment." European Conference on Computer Vision, 2014.](https://mlanthology.org/eccv/2014/zhang2014eccv-coarse/) doi:10.1007/978-3-319-10605-2_1

BibTeX

@inproceedings{zhang2014eccv-coarse,
  title     = {{Coarse-to-Fine Auto-Encoder Networks (CFAN) for Real-Time Face Alignment}},
  author    = {Zhang, Jie and Shan, Shiguang and Kan, Meina and Chen, Xilin},
  booktitle = {European Conference on Computer Vision},
  year      = {2014},
  pages     = {1-16},
  doi       = {10.1007/978-3-319-10605-2_1},
  url       = {https://mlanthology.org/eccv/2014/zhang2014eccv-coarse/}
}