Cascaded Dual Vision Transformer for Accurate Facial Landmark Detection
Ziqiang Dang, Jianfang Li, Lin Liu

TL;DR
This paper presents a novel dual vision transformer model with long skip connections for facial landmark detection, achieving superior accuracy on multiple benchmarks by modeling geometric relations and preserving low-level features.
Contribution
The paper introduces a dual vision transformer architecture with channel-split ViT and long skip connections, enhancing landmark detection accuracy over previous methods.
Findings
Outperforms state-of-the-art on WFLW, COFW, and 300W benchmarks.
Effectively models geometric relations among landmarks.
Preserves low-level image features for improved prediction.
Abstract
Facial landmark detection is a fundamental problem in computer vision for many downstream applications. This paper introduces a new facial landmark detector based on vision transformers, which consists of two unique designs: Dual Vision Transformer (D-ViT) and Long Skip Connections (LSC). Based on the observation that the channel dimension of feature maps essentially represents the linear bases of the heatmap space, we propose learning the interconnections between these linear bases to model the inherent geometric relations among landmarks via Channel-split ViT. We integrate such channel-split ViT into the standard vision transformer (i.e., spatial-split ViT), forming our Dual Vision Transformer to constitute the prediction blocks. We also suggest using long skip connections to deliver low-level image features to all prediction blocks, thereby preventing useful information from being…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis
MethodsAttention Is All You Need · Linear Layer · Dense Connections · Label Smoothing · Absolute Position Encodings · Layer Normalization · Position-Wise Feed-Forward Layer · Adam · Multi-Head Attention · Residual Connection
