paper-with-me

Papers

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 decomposes the problem into two parts: (a) X,Y (2D) estimation and (b) Z (depth) estimation. At the first stage, our method estimates the X,Y coordinates of the facial landmarks by producing a set of 2D heatmaps, one for each landmark, using convolutional part heatmap regression. Then, these heatmaps, alongside the input RGB image, are used as input to a very deep subnetwork trained via residual learning for regressing the Z coordinate. Our method ranked 1st in the 3DFAW Challenge, surpassing the second best result by more than 22%.

📄 PDF Abstract BibTeX arXiv:1609.09545

Code (1)

1adrianb/face-alignment 공식 구현 pytorch

Tasks

3D Face AlignmentDepth EstimationFace Alignmentregression

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음

Similar Papers 제목 키워드 기반

Human pose estimation via Convolutional Part Heatmap Regression

2016-09-06 · Adrian Bulat, Georgios Tzimiropoulos

This paper is on human pose estimation using Convolutional Neural Networks. Our main contribution is a CNN cascaded architecture specifically designed for learning part relationships and spatial context, and robustly inf…

Pose Estimationregression

Towards Highly Accurate and Stable Face Alignment for High-Resolution Videos

2018-11-01 · Ying Tai, Yicong Liang, Xiaoming Liu, Lei Duan 외

In recent years, heatmap regression based models have shown their effectiveness in face alignment and pose estimation. However, Conventional Heatmap Regression (CHR) is not accurate nor stable when dealing with high-reso…

Face AlignmentPose EstimationQuantizationregression+1

Hybrid model for Single-Stage Multi-Person Pose Estimation

2023-05-02 · Jonghyun Kim, Bosang Kim, Hyotae Lee, Jungpyo Kim 외

In general, human pose estimation methods are categorized into two approaches according to their architectures: regression (i.e., heatmap-free) and heatmap-based methods. The former one directly estimates precise coordin…

Multi-Person Pose EstimationPose EstimationQuantizationregression

HIH: Towards More Accurate Face Alignment via Heatmap in Heatmap

2021-04-07 · Xing Lan, Qinghao Hu, Qiang Chen, Jian Xue 외

Heatmap-based regression overcomes the lack of spatial and contextual information of direct coordinate regression, and has revolutionized the task of face alignment. Yet it suffers from quantization errors caused by negl…

Face Alignmentregression

Deep Alignment Network: A convolutional neural network for robust face alignment

2017-06-06 · Marek Kowalski, Jacek Naruniec, Tomasz Trzcinski

In this paper, we propose Deep Alignment Network (DAN), a robust face alignment method based on a deep neural network architecture. DAN consists of multiple stages, where each stage improves the locations of the facial l…

Face AlignmentKeypoint DetectionRobust Face Alignment