CVAug 17, 2019

Attentional Feature-Pair Relation Networks for Accurate Face Recognition

arXiv:1908.06255v138 citations
AI Analysis

This addresses a critical problem in biometrics for practical face recognition applications, though it appears incremental as it builds on existing attention and bilinear pooling methods.

The paper tackles robust face recognition under variations in pose, expression, and illumination by proposing the Attentional Feature-pair Relation Network (AFRN), which represents faces using weighted pairs of local appearance features with attention scores, achieving outstanding performance on multiple challenging datasets.

Human face recognition is one of the most important research areas in biometrics. However, the robust face recognition under a drastic change of the facial pose, expression, and illumination is a big challenging problem for its practical application. Such variations make face recognition more difficult. In this paper, we propose a novel face recognition method, called Attentional Feature-pair Relation Network (AFRN), which represents the face by the relevant pairs of local appearance block features with their attention scores. The AFRN represents the face by all possible pairs of the 9x9 local appearance block features, the importance of each pair is considered by the attention map that is obtained from the low-rank bilinear pooling, and each pair is weighted by its corresponding attention score. To increase the accuracy, we select top-K pairs of local appearance block features as relevant facial information and drop the remaining irrelevant. The weighted top-K pairs are propagated to extract the joint feature-pair relation by using bilinear attention network. In experiments, we show the effectiveness of the proposed AFRN and achieve the outstanding performance in the 1:1 face verification and 1:N face identification tasks compared to existing state-of-the-art methods on the challenging LFW, YTF, CALFW, CPLFW, CFP, AgeDB, IJB-A, IJB-B, and IJB-C datasets.

Foundations

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

Your Notes