paper-with-me

Papers

Self-attention aggregation network for video face representation and recognition

2020-10-11 · Ihor Protsenko, Taras Lehinevych, Dmytro Voitekh, Ihor Kroosh, Nick Hasty, Anthony Johnson

Models based on self-attention mechanisms have been successful in analyzing temporal data and have been widely used in the natural language domain. We propose a new model architecture for video face representation and recognition based on a self-attention mechanism. Our approach could be used for video with single and multiple identities. To the best of our knowledge, no one has explored the aggregation approaches that consider the video with multiple identities. The proposed approach utilizes existing models to get the face representation for each video frame, e.g., ArcFace and MobileFaceNet, and the aggregation module produces the aggregated face representation vector for video by taking into consideration the order of frames and their quality scores. We demonstrate empirical results on a public dataset for video face recognition called IJB-C to indicate that the self-attention aggregation network (SAAN) outperforms naive average pooling. Moreover, we introduce a new multi-identity video dataset based on the publicly available UMDFaces dataset and collected GIFs from Giphy. We show that SAAN is capable of producing a compact face representation for both single and multiple identities in a video. The dataset and source code will be publicly available.

📄 PDF Abstract BibTeX arXiv:2010.05340

Code (1)

lehinevych/SAAN 공식 구현 tf

Tasks

Face Recognition

Methods 이 논문이 사용한 방법론

ArcFace ArcFace, or Additive Angular Margin Loss, is a loss function used in face recognition tasks. The softmax is traditionally used…

Similar Papers 제목 키워드 기반

Neural Aggregation Network for Video Face Recognition

2016-03-17 · CVPR 2017 7 · Jiaolong Yang, Peiran Ren, Dong-Qing Zhang, Dong Chen 외

This paper presents a Neural Aggregation Network (NAN) for video face recognition. The network takes a face video or face image set of a person with a variable number of face images as its input, and produces a compact, …

Face IdentificationFace RecognitionFace Verification

Feature Aggregation Network for Video Face Recognition

2019-05-06 · Zhaoxiang Liu, Huan Hu, Jinqiang Bai, Shaohua Li 외

This paper aims to learn a compact representation of a video for video face recognition task. We make the following contributions: first, we propose a meta attention-based aggregation scheme which adaptively and fine-gra…

Face Recognition

Attention-Aware Transformer-Based Aggregation Network for Video Periocular Recognition

2026-05-15 · Luiz G F Carreira, Breno A Mariano, Victor H C de Melo, David Menotti 외 arxiv

Video periocular recognition is the task of recognizing an individual's identity based on the region around an individual's eyes. The periocular area is one of the most discriminative regions of the human face, making it…

Video-FocalNets: Spatio-Temporal Focal Modulation for Video Action Recognition

2023-07-13 · ICCV 2023 1 · Syed Talal Wasim, Muhammad Uzair Khattak, Muzammal Naseer, Salman Khan 외

Recent video recognition models utilize Transformer models for long-range spatio-temporal context modeling. Video transformer designs are based on self-attention that can model global context at a high computational cost…

Action RecognitionTemporal Action LocalizationVideo Recognition

Multi-Granularity Reference-Aided Attentive Feature Aggregation for Video-based Person Re-identification

2020-03-27 · CVPR 2020 6 · Zhizheng Zhang, Cuiling Lan, Wen-Jun Zeng, Zhibo Chen

Video-based person re-identification (reID) aims at matching the same person across video clips. It is a challenging task due to the existence of redundancy among frames, newly revealed appearance, occlusion, and motion …

Person Re-IdentificationVideo-Based Person Re-Identification