paper-with-me

홈 › Papers

ORFormer: Occlusion-Robust Transformer for Accurate Facial Landmark Detection

2024-12-17 · Jui-Che Chiang, Hou-Ning Hu, Bo-Syuan Hou, Chia-Yu Tseng, Yu-Lun Liu, Min-Hung Chen, Yen-Yu Lin

Although facial landmark detection (FLD) has gained significant progress, existing FLD methods still suffer from performance drops on partially non-visible faces, such as faces with occlusions or under extreme lighting conditions or poses. To address this issue, we introduce ORFormer, a novel transformer-based method that can detect non-visible regions and recover their missing features from visible parts. Specifically, ORFormer associates each image patch token with one additional learnable token called the messenger token. The messenger token aggregates features from all but its patch. This way, the consensus between a patch and other patches can be assessed by referring to the similarity between its regular and messenger embeddings, enabling non-visible region identification. Our method then recovers occluded patches with features aggregated by the messenger tokens. Leveraging the recovered features, ORFormer compiles high-quality heatmaps for the downstream FLD task. Extensive experiments show that our method generates heatmaps resilient to partial occlusions. By integrating the resultant heatmaps into existing FLD methods, our method performs favorably against the state of the arts on challenging datasets such as WFLW and COFW.

📄 PDF Abstract BibTeX arXiv:2412.13174

Code (0)

등록된 구현이 없습니다.

Tasks

Facial Landmark Detection

Similar Papers 제목 키워드 기반

Towards Accurate Facial Landmark Detection via Cascaded Transformers

2022-08-23 · CVPR 2022 1 · Hui Li, Zidong Guo, Seon-Min Rhee, Seungju Han 외

Accurate facial landmarks are essential prerequisites for many tasks related to human faces. In this paper, an accurate facial landmark detector is proposed based on cascaded transformers. We formulate facial landmark de…

DecoderFace AlignmentFacial Landmark Detection

Precise Facial Landmark Detection by Reference Heatmap Transformer

2023-03-14 · Jun Wan, Jun Liu, Jie zhou, Zhihui Lai 외

Most facial landmark detection methods predict landmarks by mapping the input facial appearance features to landmark heatmaps and have achieved promising results. However, when the face image is suffering from large pose…

Facial Landmark Detection

OccFace: Unified Occlusion-Aware Facial Landmark Detection with Per-Point Visibility

2026-02-11 · Xinhao Xiang, Zhengxin Li, Saurav Dhakad, Theo Bancroft 외 arxiv

Accurate facial landmark detection under occlusion remains challenging, especially for human-like faces with large appearance variation and rotation-driven self-occlusion. Existing detectors typically localize landmarks …

Facial Landmark Detection

Simultaneous Facial Landmark Detection, Pose and Deformation Estimation under Facial Occlusion

2017-09-23 · CVPR 2017 7 · Yue Wu, Chao Gou, Qiang Ji

Facial landmark detection, head pose estimation, and facial deformation analysis are typical facial behavior analysis tasks in computer vision. The existing methods usually perform each task independently and sequentiall…

Facial Landmark DetectionHead Pose EstimationPose Estimation

Facial 3D Model Registration Under Occlusions With SensiblePoints-based Reinforced Hypothesis Refinement

2017-09-02 · Yuhang Wu, Ioannis A. Kakadiaris

Registering a 3D facial model to a 2D image under occlusion is difficult. First, not all of the detected facial landmarks are accurate under occlusions. Second, the number of reliable landmarks may not be enough to const…