Test-Time Augmentation for Pose-invariant Face Recognition
Jaemin Jung, Youngjoon Jang, Joon Son Chung
TL;DR
Pose-TTA tackles pose variation in face recognition by performing inference-time pose alignment using a portrait animator to generate pose-matched augmentations, avoiding retraining and frontalisation-induced information loss. It introduces a two-stage framework (head pose alignment via a Face Selector and portrait-augmented synthesis) followed by a weighted embedding aggregation to mitigate distortions from synthetic data. The approach demonstrates consistent improvements across pose-variant benchmarks and multiple architectures without retraining, while keeping frontal performance stable, and uses a simple but effective weighting scheme to balance real and synthetic features. Overall, Pose-TTA offers a training-free, integration-friendly enhancement to existing face recognition pipelines with potential applicability to other face-related tasks in unconstrained environments.
Abstract
The goal of this paper is to enhance face recognition performance by augmenting head poses during the testing phase. Existing methods often rely on training on frontalised images or learning pose-invariant representations, yet both approaches typically require re-training and testing for each dataset, involving a substantial amount of effort. In contrast, this study proposes Pose-TTA, a novel approach that aligns faces at inference time without additional training. To achieve this, we employ a portrait animator that transfers the source image identity into the pose of a driving image. Instead of frontalising a side-profile face -- which can introduce distortion -- Pose-TTA generates matching side-profile images for comparison, thereby reducing identity information loss. Furthermore, we propose a weighted feature aggregation strategy to address any distortions or biases arising from the synthetic data, thus enhancing the reliability of the augmented images. Extensive experiments on diverse datasets and with various pre-trained face recognition models demonstrate that Pose-TTA consistently improves inference performance. Moreover, our method is straightforward to integrate into existing face recognition pipelines, as it requires no retraining or fine-tuning of the underlying recognition models.
