LOTR: Face Landmark Localization Using Localization Transformer
Ukrit Watchareeruetai, Benjaphan Sommana, Sanjana Jain, Pavit, Noinongyao, Ankush Ganguly, Aubin Samacoits, Samuel W.F. Earp, Nakarin, Sritrakool

TL;DR
This paper introduces LOTR, a Transformer-based model for facial landmark localization that directly predicts coordinates, utilizing a novel smooth-Wing loss for improved training, and demonstrates superior performance on benchmark datasets.
Contribution
The paper proposes a new Transformer-based framework for facial landmark localization with a direct coordinate regression approach and a novel smooth-Wing loss function, enhancing accuracy and convergence.
Findings
LOTR outperforms existing methods on JD landmark dataset.
LOTR achieves promising results on WFLW dataset.
Using LOTR for face alignment improves face recognition performance.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Emotion and Mood Recognition
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Dense Connections · Multi-Head Attention · Softmax · Label Smoothing · Byte Pair Encoding · Dropout · Absolute Position Encodings
