CVMar 2, 2018

Pose-Robust Face Recognition via Deep Residual Equivariant Mapping

arXiv:1803.00839v1162 citations
Originality Incremental advance
AI Analysis

This addresses a key limitation in face recognition systems for applications requiring robust pose handling, though it is an incremental improvement over existing methods.

The paper tackles the problem of poor performance in face recognition for profile faces compared to frontal ones by proposing a Deep Residual Equivariant Mapping (DREAM) block that adaptively transforms profile face representations to a canonical pose, enhancing recognition performance for strong deep networks like ResNet without additional training data.

Face recognition achieves exceptional success thanks to the emergence of deep learning. However, many contemporary face recognition models still perform relatively poor in processing profile faces compared to frontal faces. A key reason is that the number of frontal and profile training faces are highly imbalanced - there are extensively more frontal training samples compared to profile ones. In addition, it is intrinsically hard to learn a deep representation that is geometrically invariant to large pose variations. In this study, we hypothesize that there is an inherent mapping between frontal and profile faces, and consequently, their discrepancy in the deep representation space can be bridged by an equivariant mapping. To exploit this mapping, we formulate a novel Deep Residual EquivAriant Mapping (DREAM) block, which is capable of adaptively adding residuals to the input deep representation to transform a profile face representation to a canonical pose that simplifies recognition. The DREAM block consistently enhances the performance of profile face recognition for many strong deep networks, including ResNet models, without deliberately augmenting training data of profile faces. The block is easy to use, light-weight, and can be implemented with a negligible computational overhead.

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