# DeCaFA: Deep Convolutional Cascade for Face Alignment In The Wild

**Authors:** Arnaud Dapogny, K\'evin Bailly, Matthieu Cord

arXiv: 1904.02549 · 2019-04-05

## TL;DR

DeCaFA is an end-to-end deep convolutional cascade architecture for face alignment that maintains full spatial resolution and progressively refines landmark localization, outperforming existing methods on multiple datasets.

## Contribution

It introduces a novel fully-convolutional cascade architecture with chained transfer layers and attention maps for improved face landmark localization.

## Key findings

- DeCaFA outperforms existing methods on 300W, CelebA, and WFLW datasets.
- It can learn fine alignment with limited data and coarse annotations.
- The approach achieves significant accuracy improvements over prior techniques.

## Abstract

Face Alignment is an active computer vision domain, that consists in localizing a number of facial landmarks that vary across datasets. State-of-the-art face alignment methods either consist in end-to-end regression, or in refining the shape in a cascaded manner, starting from an initial guess. In this paper, we introduce DeCaFA, an end-to-end deep convolutional cascade architecture for face alignment. DeCaFA uses fully-convolutional stages to keep full spatial resolution throughout the cascade. Between each cascade stage, DeCaFA uses multiple chained transfer layers with spatial softmax to produce landmark-wise attention maps for each of several landmark alignment tasks. Weighted intermediate supervision, as well as efficient feature fusion between the stages allow to learn to progressively refine the attention maps in an end-to-end manner. We show experimentally that DeCaFA significantly outperforms existing approaches on 300W, CelebA and WFLW databases. In addition, we show that DeCaFA can learn fine alignment with reasonable accuracy from very few images using coarsely annotated data.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1904.02549/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1904.02549/full.md

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