Facial Landmark Detection

47 papers with code • 9 benchmarks • 15 datasets

Facial Landmark Detection is a computer vision task that involves detecting and localizing specific points or landmarks on a face, such as the eyes, nose, mouth, and chin. The goal is to accurately identify these landmarks in images or videos of faces in real-time and use them for various applications, such as face recognition, facial expression analysis, and head pose estimation.

( Image credit: Style Aggregated Network for Facial Landmark Detection )

Libraries

Use these libraries to find Facial Landmark Detection models and implementations
2 papers
5,058

Most implemented papers

FAB: A Robust Facial Landmark Detection Framework for Motion-Blurred Videos

KeqiangSun/FAB ICCV 2019

A structure predictor is proposed to predict the missing face structural information temporally, which serves as a geometry prior.

3FabRec: Fast Few-shot Face alignment by Reconstruction

browatbn2/3FabRec 24 Nov 2019

Current supervised methods for facial landmark detection require a large amount of training data and may suffer from overfitting to specific datasets due to the massive number of parameters.

LUVLi Face Alignment: Estimating Landmarks' Location, Uncertainty, and Visibility Likelihood

abhi1kumar/LUVLi CVPR 2020

In this paper, we present a novel framework for jointly predicting landmark locations, associated uncertainties of these predicted locations, and landmark visibilities.

A Detailed Look At CNN-based Approaches In Facial Landmark Detection

chihfanhsu/fl_detection 8 May 2020

To the best of our knowledge, using the PWC model to detect facial landmarks have not been comprehensively studied.

AnchorFace: An Anchor-based Facial Landmark Detector Across Large Poses

nothingelse92/AnchorFace 7 Jul 2020

Based on the prediction of each anchor template, we propose to aggregate the results, which can reduce the landmark uncertainty due to the large poses.

Deep Structured Prediction for Facial Landmark Detection

lisha-chen/Deep-structured-facial-landmark-detection NeurIPS 2019

Existing deep learning based facial landmark detection methods have achieved excellent performance.

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

junwan2014/MMDN-master 9 Dec 2020

Recently, heatmap regression has been widely explored in facial landmark detection and obtained remarkable performance.

Teacher-Student Asynchronous Learning with Multi-Source Consistency for Facial Landmark Detection

Wastoon/TSAL 12 Dec 2020

The radical student uses multi-source supervision signals from the same task to update parameters, while the calm teacher uses a single-source supervision signal to update parameters.

Improving Robustness of Facial Landmark Detection by Defending Against Adversarial Attacks

zhuccly/saat ICCV 2021

We argue that exploring the weaknesses of the detector so as to remedy them is a promising method of robust facial landmark detection.

HPRNet: Hierarchical Point Regression for Whole-Body Human Pose Estimation

nerminsamet/HPRNet 8 Jun 2021

Differently, in whole-body pose estimation, the locations of fine-grained keypoints (68 on face, 21 on each hand and 3 on each foot) are estimated as well, which creates a scale variance problem that needs to be addressed.