paper-with-me

Papers

Cascaded Dual Vision Transformer for Accurate Facial Landmark Detection

2024-11-08 · Ziqiang Dang, Jianfang Li, Lin Liu

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 discarded by intermediate supervision. Extensive experiments are conducted to evaluate the performance of our proposal on the widely used benchmarks, i.e., WFLW, COFW, and 300W, demonstrating that our model outperforms the previous SOTAs across all three benchmarks.

📄 PDF Abstract BibTeX arXiv:2411.07167

Code (1)

Human3DAIGC/AccurateFacialLandmarkDetection pytorch

Tasks

Facial Landmark Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

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

MTCAE-DFER: Multi-Task Cascaded Autoencoder for Dynamic Facial Expression Recognition

2024-12-25 · Peihao Xiang, Kaida Wu, Chaohao Lin, Ou Bai

This paper expands the cascaded network branch of the autoencoder-based multi-task learning (MTL) framework for dynamic facial expression recognition, namely Multi-Task Cascaded Autoencoder for Dynamic Facial Expression …

Dynamic Facial Expression RecognitionFace DetectionFacial Emotion RecognitionFacial Expression Recognition+2

Facial Landmarks Localization using Cascaded Neural Networks

2018-05-03 · Shahar Mahpod, Rig Das, Emanuele Maiorana, Yosi Keller 외

The accurate localization of facial landmarks is at the core of face analysis tasks, such as face recognition and facial expression analysis, to name a few. In this work, we propose a novel localization approach based on…

Face RecognitionFacial Landmark Detectionregression

GoDP: Globally optimized dual pathway system for facial landmark localization in-the-wild

2017-04-07 · Yuhang Wu, Shishir K. Shah, Ioannis A. Kakadiaris

Facial landmark localization is a fundamental module for pose-invariant face recognition. The most common approach for facial landmark detection is cascaded regression, which is composed of two steps: feature extraction …

Face AlignmentFace IdentificationFace RecognitionFacial Landmark Detection+2

Project-Out Cascaded Regression With an Application to Face Alignment

2015-06-01 · CVPR 2015 6 · Georgios Tzimiropoulos

Cascaded regression approaches have been recently shown to achieve state-of-the-art performance for many computer vision tasks. Beyond its connection to boosting, cascaded regression has been interpreted as a learning-ba…

Face Alignmentregression