paper-with-me

Papers

Fast and Interpretable Face Identification for Out-Of-Distribution Data Using Vision Transformers

2023-11-06 · Hai Phan, Cindy Le, Vu Le, Yihui He, Anh Totti Nguyen

Most face identification approaches employ a Siamese neural network to compare two images at the image embedding level. Yet, this technique can be subject to occlusion (e.g. faces with masks or sunglasses) and out-of-distribution data. DeepFace-EMD (Phan et al. 2022) reaches state-of-the-art accuracy on out-of-distribution data by first comparing two images at the image level, and then at the patch level. Yet, its later patch-wise re-ranking stage admits a large $O(n^3 \log n)$ time complexity (for $n$ patches in an image) due to the optimal transport optimization. In this paper, we propose a novel, 2-image Vision Transformers (ViTs) that compares two images at the patch level using cross-attention. After training on 2M pairs of images on CASIA Webface (Yi et al. 2014), our model performs at a comparable accuracy as DeepFace-EMD on out-of-distribution data, yet at an inference speed more than twice as fast as DeepFace-EMD (Phan et al. 2022). In addition, via a human study, our model shows promising explainability through the visualization of cross-attention. We believe our work can inspire more explorations in using ViTs for face identification.

📄 PDF Abstract BibTeX arXiv:2311.02803

Code (1)

anguyen8/face-vit 공식 구현 pytorch

Tasks

Face IdentificationRe-Ranking

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Robust and Low-Rank Representation for Fast Face Identification with Occlusions

2016-05-08 · Michael Iliadis, Haohong Wang, Rafael Molina, Aggelos K. Katsaggelos

In this paper we propose an iterative method to address the face identification problem with block occlusions. Our approach utilizes a robust representation based on two characteristics in order to model contiguous error…

Face Identification

Fast refacing of MR images with a generative neural network lowers re-identification risk and preserves volumetric consistency

2023-05-26 · Nataliia Molchanova, Bénédicte Maréchal, Jean-Philippe Thiran, Tobias Kober 외

With the rise of open data, identifiability of individuals based on 3D renderings obtained from routine structural magnetic resonance imaging (MRI) scans of the head has become a growing privacy concern. To protect subje…

Brain MorphometryDe-identificationFace GenerationGenerative Adversarial Network

A Note on Identification of Match Fixed Effects as Interpretable Unobserved Match Affinity

2024-06-27 · Suguru Otani, Tohya Sugano

We highlight that match fixed effects, represented by the coefficients of interaction terms involving dummy variables for two elements, lack identification without specific restrictions on parameters. Consequently, the c…

IFAST: Weakly Supervised Interpretable Face Anti-spoofing from Single-shot Binocular NIR Images

2023-09-29 · Jiancheng Huang, Donghao Zhou, Shifeng Chen

Single-shot face anti-spoofing (FAS) is a key technique for securing face recognition systems, and it requires only static images as input. However, single-shot FAS remains a challenging and under-explored problem due to…

Depth EstimationDisparity EstimationFace Anti-SpoofingFace Recognition

A Fast and Accurate System for Face Detection, Identification, and Verification

2018-09-20 · Rajeev Ranjan, Ankan Bansal, Jingxiao Zheng, Hongyu Xu 외

The availability of large annotated datasets and affordable computation power have led to impressive improvements in the performance of CNNs on various object detection and recognition benchmarks. These, along with a bet…

Face DetectionFace IdentificationFace Recognitionobject-detection+2