paper-with-me

Papers

RePFormer: Refinement Pyramid Transformer for Robust Facial Landmark Detection

2022-07-08 · Jinpeng Li, Haibo Jin, Shengcai Liao, Ling Shao, Pheng-Ann Heng

This paper presents a Refinement Pyramid Transformer (RePFormer) for robust facial landmark detection. Most facial landmark detectors focus on learning representative image features. However, these CNN-based feature representations are not robust enough to handle complex real-world scenarios due to ignoring the internal structure of landmarks, as well as the relations between landmarks and context. In this work, we formulate the facial landmark detection task as refining landmark queries along pyramid memories. Specifically, a pyramid transformer head (PTH) is introduced to build both homologous relations among landmarks and heterologous relations between landmarks and cross-scale contexts. Besides, a dynamic landmark refinement (DLR) module is designed to decompose the landmark regression into an end-to-end refinement procedure, where the dynamically aggregated queries are transformed to residual coordinates predictions. Extensive experimental results on four facial landmark detection benchmarks and their various subsets demonstrate the superior performance and high robustness of our framework.

📄 PDF Abstract BibTeX arXiv:2207.03917

Code (0)

등록된 구현이 없습니다.

Tasks

Facial Landmark Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Coarse-to-fine Face Alignment with Multi-Scale Local Patch Regression

2015-11-16 · Zhiao Huang, Erjin Zhou, Zhimin Cao

Facial landmark localization plays an important role in face recognition and analysis applications. In this paper, we give a brief introduction to a coarse-to-fine pipeline with neural networks and sequential regression.…

Face AlignmentFace RecognitionPositionregression

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

POSTER: A Pyramid Cross-Fusion Transformer Network for Facial Expression Recognition

2022-04-08 · Ce Zheng, Matias Mendieta, Chen Chen

Facial expression recognition (FER) is an important task in computer vision, having practical applications in areas such as human-computer interaction, education, healthcare, and online monitoring. In this challenging FE…

Facial Expression RecognitionFacial Expression Recognition (FER)

1DFormer: a Transformer Architecture Learning 1D Landmark Representations for Facial Landmark Tracking

2023-11-01 · Shi Yin, Shijie Huan, Shangfei Wang, Jinshui Hu 외

Recently, heatmap regression methods based on 1D landmark representations have shown prominent performance on locating facial landmarks. However, previous methods ignored to make deep explorations on the good potentials …

Landmark Tracking

BRepFormer: Transformer-Based B-rep Geometric Feature Recognition

2025-04-10 · Yongkang Dai, Xiaoshui Huang, Yunpeng Bai, Hao Guo 외

Recognizing geometric features on B-rep models is a cornerstone technique for multimedia content-based retrieval and has been widely applied in intelligent manufacturing. However, previous research often merely focused o…