paper-with-me

Papers

DeCaFA: Deep Convolutional Cascade for Face Alignment In The Wild

2019-04-04 · ICCV 2019 10 · Arnaud Dapogny, Kévin Bailly, Matthieu Cord

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.

📄 PDF Abstract BibTeX arXiv:1904.02549

Code (0)

등록된 구현이 없습니다.

Tasks

Face Alignment

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

GoDP: Globally optimized dual pathway system for facial landmark localization in-the-wild

2017-04-07 · Yuhang Wu, Shishir K. Shah, Ioannis A. Kakadiaris

Facial landmark localization is a fundamental module for pose-invariant face recognition. The most common approach for facial landmark detection is cascaded regression, which is composed of two steps: feature extraction …

Face AlignmentFace IdentificationFace RecognitionFacial Landmark Detection+2

Improved Face Detection and Alignment using Cascade Deep Convolutional Network

2017-07-28 · Weilin Cong, Sanyuan Zhao, Hui Tian, Jianbing Shen

Real-world face detection and alignment demand an advanced discriminative model to address challenges by pose, lighting and expression. Illuminated by the deep learning algorithm, some convolutional neural networks based…

Face Detection

Efficient Branching Cascaded Regression for Face Alignment under Significant Head Rotation

2016-11-05 · Brandon M. Smith, Charles R. Dyer

Despite much interest in face alignment in recent years, the large majority of work has focused on near-frontal faces. Algorithms typically break down on profile faces, or are too slow for real-time applications. In this…

Face Alignmentregression

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks

2016-04-11 · Kaipeng Zhang, Zhanpeng Zhang, Zhifeng Li, Yu Qiao

Face detection and alignment in unconstrained environment are challenging due to various poses, illuminations and occlusions. Recent studies show that deep learning approaches can achieve impressive performance on these …

Code GenerationFace AlignmentFace Detection

Two-stage Convolutional Part Heatmap Regression for the 1st 3D Face Alignment in the Wild (3DFAW) Challenge

2016-09-29 · Adrian Bulat, Georgios Tzimiropoulos

This paper describes our submission to the 1st 3D Face Alignment in the Wild (3DFAW) Challenge. Our method builds upon the idea of convolutional part heatmap regression [1], extending it for 3D face alignment. Our method…

3D Face AlignmentDepth EstimationFace Alignmentregression