CVAINov 30, 2022

Part-based Face Recognition with Vision Transformers

arXiv:2212.00057v127 citationsh-index: 19
Originality Highly original
AI Analysis

This work addresses face recognition for computer vision applications, offering a novel part-based approach with strong performance gains.

The paper tackles face recognition by introducing a Vision Transformer baseline (fViT) that surpasses most state-of-the-art methods, and a part-based pipeline (part fViT) that boosts accuracy further by learning to extract discriminative patches from predicted facial landmarks without supervision, achieving state-of-the-art results on benchmarks.

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 a very strong baseline for face recognition, simply called fViT, which already surpasses most state-of-the-art face recognition methods. (b) Secondly, we capitalize on the Transformer's inherent property to process information (visual tokens) extracted from irregular grids to devise a pipeline for face recognition which is reminiscent of part-based face recognition methods. Our pipeline, called part fViT, simply comprises a lightweight network to predict the coordinates of facial landmarks followed by the Vision Transformer operating on patches extracted from the predicted landmarks, and it is trained end-to-end with no landmark supervision. By learning to extract discriminative patches, our part-based Transformer further boosts the accuracy of our Vision Transformer baseline achieving state-of-the-art accuracy on several face recognition benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes