paper-with-me

Papers

Face alignment by explicit shape regression

2013-12-13 · Int J Comput Vis 2013 12 · Xudong Cao, Yichen Wei, Fang Wen, Jian Sun

We present a very efficient, highly accurate, “Explicit Shape Regression” approach for face alignment. Unlike previous regression-based approaches, we directly learn a vectorial regression function to infer the whole facial shape (a set of facial landmarks) from the image and explicitly minimize the alignment errors over the training data. The inherent shape constraint is naturally encoded into the regressor in a cascaded learning framework and applied from coarse to fine during the test, without using a fixed parametric shape model as in most previous methods. To make the regression more effective and efficient, we design a two-level boosted regression, shape-indexed features and a correlation-based feature selection method. This combination enables us to learn accurate models from large training data in a short time (20 minutes for 2,000 training images), and run regression extremely fast in test (15 ms for a 87 landmarks shape). Experiments on challenging data show that our approach significantly outperforms the state-of-the-art in terms of both accuracy and efficiency.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Face Alignmentfeature selectionregression

Similar Papers 제목 키워드 기반

An Iterative Regression Approach for Face Pose Estimation from RGB Images

2017-09-10 · Wenye He

This paper presents a iterative optimization method, explicit shape regression, for face pose detection and localization. The regression function is learnt to find out the entire facial shape and minimize the alignment e…

feature selectionPose Estimationregression

Face Alignment Using K-Cluster Regression Forests With Weighted Splitting

2017-06-06 · Marek Kowalski, Jacek Naruniec

In this work we present a face alignment pipeline based on two novel methods: weighted splitting for K-cluster Regression Forests and 3D Affine Pose Regression for face shape initialization. Our face alignment method is …

Face Alignmentregression

Face alignment by coarse-to-fine shape searching

2015-06-07 · 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2015 6 · Shizhan Zhu, Cheng Li, Chen Change Loy, Xiaoou Tang

We present a novel face alignment framework based on coarse-to-fine shape searching. Unlike the conventional cascaded regression approaches that start with an initial shape and refine the shape in a cascaded manner, our …

Face Alignmentregression

Geo-FARM: Geodesic Factor Regression Model for Misaligned Pre-Shape Responses in Statistical Shape Analysis

2021-06-19 · CVPR 2021 1 · Chao Huang, Anuj Srivastava, Rongjie Liu

The problem of using covariates to predict shapes of objects in a regression setting is important in many fields. A formal statistical approach, termed geodesic regression model, is commonly used for modeling and ana…

regression

Face Alignment with Cascaded Semi-Parametric Deep Greedy Neural Forests

2017-03-05 · Arnaud Dapogny, Kévin Bailly, Séverine Dubuisson

Face alignment is an active topic in computer vision, consisting in aligning a shape model on the face. To this end, most modern approaches refine the shape in a cascaded manner, starting from an initial guess. Those sha…

Face Alignment