paper-with-me

Papers

Super-realtime facial landmark detection and shape fitting by deep regression of shape model parameters

2019-02-09 · Marcin Kopaczka, Justus Schock, Dorit Merhof

We present a method for highly efficient landmark detection that combines deep convolutional neural networks with well established model-based fitting algorithms. Motivated by established model-based fitting methods such as active shapes, we use a PCA of the landmark positions to allow generative modeling of facial landmarks. Instead of computing the model parameters using iterative optimization, the PCA is included in a deep neural network using a novel layer type. The network predicts model parameters in a single forward pass, thereby allowing facial landmark detection at several hundreds of frames per second. Our architecture allows direct end-to-end training of a model-based landmark detection method and shows that deep neural networks can be used to reliably predict model parameters directly without the need for an iterative optimization. The method is evaluated on different datasets for facial landmark detection and medical image segmentation. PyTorch code is freely available at https://github.com/justusschock/shapenet

📄 PDF Abstract BibTeX arXiv:1902.03459

Code (2)

justusschock/shapenet 공식 구현 pytorch
justusschock/shape-constrained-network pytorch

Tasks

Facial Landmark DetectionImage SegmentationMedical Image SegmentationregressionSemantic Segmentation

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Robust Facial Landmark Detection by Multi-order Multi-constraint Deep Networks

2020-12-09 · Jun Wan, Zhihui Lai, Jing Li, Jie zhou 외

Recently, heatmap regression has been widely explored in facial landmark detection and obtained remarkable performance. However, most of the existing heatmap regression-based facial landmark detection methods neglect to …

Facial Landmark Detectionregression

Constrained Joint Cascade Regression Framework for Simultaneous Facial Action Unit Recognition and Facial Landmark Detection

2017-09-23 · CVPR 2016 6 · Yue Wu, Qiang Ji

Cascade regression framework has been shown to be effective for facial landmark detection. It starts from an initial face shape and gradually predicts the face shape update from the local appearance features to generate …

Facial Action Unit DetectionFacial Landmark Detectionregression

Robust and Precise Facial Landmark Detection by Self-Calibrated Pose Attention Network

2021-12-23 · Jun Wan, Hui Xi, Jie zhou, Zhihui Lai 외

Current fully-supervised facial landmark detection methods have progressed rapidly and achieved remarkable performance. However, they still suffer when coping with faces under large poses and heavy occlusions for inaccur…

Facial Landmark Detection

Facial Action Unit Detection using 3D Facial Landmarks

2020-05-17 · Saurabh Hinduja, Shaun Canavan

In this paper, we propose to detect facial action units (AU) using 3D facial landmarks. Specifically, we train a 2D convolutional neural network (CNN) on 3D facial landmarks, tracked using a shape index-based statistical…

Action Unit DetectionFacial Action Unit Detection

Real-Time Shape Tracking of Facial Landmarks

2018-07-14 · Hyungjoon Kim, Hyeonwoo Kim, Eenjun Hwang

Detection of facial landmarks and accurate tracking of their shape are essential in real-time virtual makeup applications, where users can see the makeups effect by moving their face in different directions. Typical face…

Semantic Segmentation