用消息令牌提升人脸关键点检测在遮挡下的鲁棒性
ORFormer: Occlusion-Robust Transformer for Accurate Facial Landmark Detection
- 引入消息令牌,通过对比分析判断遮挡区域
- 利用可见区域信息恢复被遮挡特征,生成高质量热图
- 可嵌入现有方法,在WFLW/COFW上表现领先
尽管人脸关键点检测(FLD)已取得显著进展,但在部分不可见人脸(如遮挡、极端光照或姿态)上仍存在性能下降问题。为此,我们提出ORFormer,一种基于Transformer的新方法,能够识别不可见区域并从可见部分恢复缺失特征。具体地,ORFormer为每个图像块标记额外引入一个可学习的‘消息令牌’,该令牌聚合除自身外所有块的特征。通过比较块与其消息令牌嵌入的相似性,可评估块与其余块的一致性,从而识别遮挡区域。随后,利用消息令牌聚合的特征恢复被遮挡块。结合恢复后的特征,ORFormer生成对部分遮挡具有鲁棒性的高质量热图。大量实验表明,该方法在挑战性数据集WFLW和COFW上,通过集成到现有FLD方法中,性能优于当前最优方法。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。