When Liebig's Barrel Meets Facial Landmark Detection: A Practical Model
Haibo Jin, Jinpeng Li, Shengcai Liao, Ling Shao

TL;DR
This paper introduces a practical, accurate, and efficient facial landmark detection model that combines a transformer-based detection head with lightweight modules, achieving state-of-the-art results while maintaining high speed.
Contribution
The paper proposes a novel end-to-end trainable facial landmark detection model with dynamic query initialization and query-aware memory, improving accuracy and efficiency for practical applications.
Findings
Achieves state-of-the-art on WFLW benchmark.
Runs at over 50 FPS, suitable for real-time use.
Outperforms previous methods on 300W and COFW datasets.
Abstract
In recent years, significant progress has been made in the research of facial landmark detection. However, few prior works have thoroughly discussed about models for practical applications. Instead, they often focus on improving a couple of issues at a time while ignoring the others. To bridge this gap, we aim to explore a practical model that is accurate, robust, efficient, generalizable, and end-to-end trainable at the same time. To this end, we first propose a baseline model equipped with one transformer decoder as detection head. In order to achieve a better accuracy, we further propose two lightweight modules, namely dynamic query initialization (DQInit) and query-aware memory (QAMem). Specifically, DQInit dynamically initializes the queries of decoder from the inputs, enabling the model to achieve as good accuracy as the ones with multiple decoder layers. QAMem is designed to…
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 · Advanced Image and Video Retrieval Techniques
