paper-with-me

Papers

LOTR: Face Landmark Localization Using Localization Transformer

2021-09-21 · Ukrit Watchareeruetai, Benjaphan Sommana, Sanjana Jain, Pavit Noinongyao, Ankush Ganguly, Aubin Samacoits, Samuel W. F. Earp, Nakarin Sritrakool

This paper presents a novel Transformer-based facial landmark localization network named Localization Transformer (LOTR). The proposed framework is a direct coordinate regression approach leveraging a Transformer network to better utilize the spatial information in the feature map. An LOTR model consists of three main modules: 1) a visual backbone that converts an input image into a feature map, 2) a Transformer module that improves the feature representation from the visual backbone, and 3) a landmark prediction head that directly predicts the landmark coordinates from the Transformer's representation. Given cropped-and-aligned face images, the proposed LOTR can be trained end-to-end without requiring any post-processing steps. This paper also introduces the smooth-Wing loss function, which addresses the gradient discontinuity of the Wing loss, leading to better convergence than standard loss functions such as L1, L2, and Wing loss. Experimental results on the JD landmark dataset provided by the First Grand Challenge of 106-Point Facial Landmark Localization indicate the superiority of LOTR over the existing methods on the leaderboard and two recent heatmap-based approaches. On the WFLW dataset, the proposed LOTR framework demonstrates promising results compared with several state-of-the-art methods. Additionally, we report the improvement in state-of-the-art face recognition performance when using our proposed LOTRs for face alignment.

📄 PDF Abstract BibTeX arXiv:2109.10057

Code (0)

등록된 구현이 없습니다.

Tasks

Face AlignmentFace Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Grand Challenge of 106-Point Facial Landmark Localization

2019-05-09 · Yinglu Liu, Hao Shen, Yue Si, Xiaobo Wang 외

Facial landmark localization is a very crucial step in numerous face related applications, such as face recognition, facial pose estimation, face image synthesis, etc. However, previous competitions on facial landmark lo…

Face AlignmentFace RecognitionImage GenerationPose Estimation

Joint Super-Resolution and Alignment of Tiny Faces

2019-11-19 · Yu Yin, Joseph P. Robinson, Yulun Zhang, Yun Fu

Super-resolution (SR) and landmark localization of tiny faces are highly correlated tasks. On the one hand, landmark localization could obtain higher accuracy with faces of high-resolution (HR). On the other hand, face S…

Super-Resolution

Sub-pixel face landmarks using heatmaps and a bag of tricks

2021-03-04 · Samuel W. F. Earp, Aubin Samacoits, Sanjana Jain, Pavit Noinongyao 외

Accurate face landmark localization is an essential part of face recognition, reconstruction and morphing. To accurately localize face landmarks, we present our heatmap regression approach. Each model consists of a Mobil…

Face AlignmentFace RecognitionPosition

Improving Landmark Localization with Semi-Supervised Learning

2017-09-05 · CVPR 2018 6 · Sina Honari, Pavlo Molchanov, Stephen Tyree, Pascal Vincent 외

We present two techniques to improve landmark localization in images from partially annotated datasets. Our primary goal is to leverage the common situation where precise landmark locations are only provided for a small …

Face AlignmentSmall Data Image Classification

Regressive Tree Structured Model for Facial Landmark Localization

2015-12-01 · ICCV 2015 12 · Gee-Sern Hsu, Kai-Hsiang Chang, Shih-Chieh Huang

Although the Tree Structured Model (TSM) is proven effective for solving face detection, pose estimation and landmark localization in an unified model, its sluggish run time makes it unfavorable in practical applications…

Face AlignmentFace DetectionmodelPose Estimation