paper-with-me

Papers

Face Transformer for Recognition

2021-03-27 · Yaoyao Zhong, Weihong Deng

Recently there has been a growing interest in Transformer not only in NLP but also in computer vision. We wonder if transformer can be used in face recognition and whether it is better than CNNs. Therefore, we investigate the performance of Transformer models in face recognition. Considering the original Transformer may neglect the inter-patch information, we modify the patch generation process and make the tokens with sliding patches which overlaps with each others. The models are trained on CASIA-WebFace and MS-Celeb-1M databases, and evaluated on several mainstream benchmarks, including LFW, SLLFW, CALFW, CPLFW, TALFW, CFP-FP, AGEDB and IJB-C databases. We demonstrate that Face Transformer models trained on a large-scale database, MS-Celeb-1M, achieve comparable performance as CNN with similar number of parameters and MACs. To facilitate further researches, Face Transformer models and codes are available at https://github.com/zhongyy/Face-Transformer.

📄 PDF Abstract BibTeX arXiv:2103.14803

Code (2)

zhongyy/Face-Transformer 공식 구현 pytorch
martlgap/octuplet-loss tf

Tasks

Face Recognition

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
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$…
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…
Attention 설명 없음
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 제목 키워드 기반

Part-based Face Recognition with Vision Transformers

2022-11-30 · Zhonglin Sun, Georgios Tzimiropoulos

Holistic methods using CNNs and margin-based losses have dominated research on face recognition. In this work, we depart from this setting in two ways: (a) we employ the Vision Transformer as an architecture for training…

Face Recognition

FaceLiVT: Face Recognition using Linear Vision Transformer with Structural Reparameterization For Mobile Device

2025-06-12 · Novendra Setyawan, Chi-Chia Sun, Mao-Hsiu Hsu, Wen-Kai Kuo 외

This paper introduces FaceLiVT, a lightweight yet powerful face recognition model that integrates a hybrid Convolution Neural Network (CNN)-Transformer architecture with an innovative and lightweight Multi-Head Linear At…

Face Recognition

Ensemble Learning using Transformers and Convolutional Networks for Masked Face Recognition

2022-10-10 · Mohammed R. Al-Sinan, Aseel F. Haneef, Hamzah Luqman

Wearing a face mask is one of the adjustments we had to follow to reduce the spread of the coronavirus. Having our faces covered by masks constantly has driven the need to understand and investigate how this behavior aff…

Ensemble LearningFace Recognition

SwinFace: A Multi-task Transformer for Face Recognition, Expression Recognition, Age Estimation and Attribute Estimation

2023-08-22 · Lixiong Qin, Mei Wang, Chao Deng, Ke Wang 외

In recent years, vision transformers have been introduced into face recognition and analysis and have achieved performance breakthroughs. However, most previous methods generally train a single model or an ensemble of mo…

Age EstimationAttributeFace RecognitionFacial Expression Recognition

Learning Fair Face Representation With Progressive Cross Transformer

2021-08-11 · Yong Li, Yufei Sun, Zhen Cui, Shiguang Shan 외

Face recognition (FR) has made extraordinary progress owing to the advancement of deep convolutional neural networks. However, demographic bias among different racial cohorts still challenges the practical face recogniti…

DenoisingFace Recognition