paper-with-me

Papers

Infinite 3D Landmarks: Improving Continuous 2D Facial Landmark Detection

2024-05-30 · Prashanth Chandran, Gaspard Zoss, Paulo Gotardo, Derek Bradley

In this paper, we examine 3 important issues in the practical use of state-of-the-art facial landmark detectors and show how a combination of specific architectural modifications can directly improve their accuracy and temporal stability. First, many facial landmark detectors require face normalization as a preprocessing step, which is accomplished by a separately-trained neural network that crops and resizes the face in the input image. There is no guarantee that this pre-trained network performs the optimal face normalization for landmark detection. We instead analyze the use of a spatial transformer network that is trained alongside the landmark detector in an unsupervised manner, and jointly learn optimal face normalization and landmark detection. Second, we show that modifying the output head of the landmark predictor to infer landmarks in a canonical 3D space can further improve accuracy. To convert the predicted 3D landmarks into screen-space, we additionally predict the camera intrinsics and head pose from the input image. As a side benefit, this allows to predict the 3D face shape from a given image only using 2D landmarks as supervision, which is useful in determining landmark visibility among other things. Finally, when training a landmark detector on multiple datasets at the same time, annotation inconsistencies across datasets forces the network to produce a suboptimal average. We propose to add a semantic correction network to address this issue. This additional lightweight neural network is trained alongside the landmark detector, without requiring any additional supervision. While the insights of this paper can be applied to most common landmark detectors, we specifically target a recently-proposed continuous 2D landmark detector to demonstrate how each of our additions leads to meaningful improvements over the state-of-the-art on standard benchmarks.

📄 PDF Abstract BibTeX arXiv:2405.20117

Code (0)

등록된 구현이 없습니다.

Tasks

Facial Landmark Detection

Methods 이 논문이 사용한 방법론

Spatial Transformer A Spatial Transformer is an image model block that explicitly allows the spatial manipulation of data within a [convolutional neural…

Similar Papers 제목 키워드 기반

Continuous Landmark Detection With 3D Queries

2023-01-01 · CVPR 2023 1 · Prashanth Chandran, Gaspard Zoss, Paulo Gotardo, Derek Bradley

Neural networks for facial landmark detection are notoriously limited to a fixed set of landmarks in a dedicated layout, which must be specified at training time. Dedicated datasets must also be hand-annotated with t…

3D Face ReconstructionFace ReconstructionFacial Landmark Detection

Detecting facial landmarks in the video based on a hybrid framework

2016-09-21 · Nian Cai, Zhineng Lin, Fu Zhang, Guandong Cen 외

To dynamically detect the facial landmarks in the video, we propose a novel hybrid framework termed as detection-tracking-detection (DTD). First, the face bounding box is achieved from the first frame of the video sequen…

Face 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

RePFormer: Refinement Pyramid Transformer for Robust Facial Landmark Detection

2022-07-08 · Jinpeng Li, Haibo Jin, Shengcai Liao, Ling Shao 외

This paper presents a Refinement Pyramid Transformer (RePFormer) for robust facial landmark detection. Most facial landmark detectors focus on learning representative image features. However, these CNN-based feature repr…

Facial Landmark Detection

Automated Detection of Cat Facial Landmarks

2023-10-15 · George Martvel, Ilan Shimshoni, Anna Zamansky

The field of animal affective computing is rapidly emerging, and analysis of facial expressions is a crucial aspect. One of the most significant challenges that researchers in the field currently face is the scarcity of …

AnatomyFacial Landmark Detection