CVDec 10, 2021

Graph-based Generative Face Anonymisation with Pose Preservation

arXiv:2112.05496v216 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns in facial data by enabling anonymization that maintains geometric attributes, though it is incremental as it builds on GAN-based approaches.

The paper tackles face anonymization by replacing a source identity with a condition identity while preserving facial pose and expression, achieving significant improvements in visual naturalness, face detection, and pose preservation over state-of-the-art methods on CelebA and LFW datasets.

We propose AnonyGAN, a GAN-based solution for face anonymisation which replaces the visual information corresponding to a source identity with a condition identity provided as any single image. With the goal to maintain the geometric attributes of the source face, i.e., the facial pose and expression, and to promote more natural face generation, we propose to exploit a Bipartite Graph to explicitly model the relations between the facial landmarks of the source identity and the ones of the condition identity through a deep model. We further propose a landmark attention model to relax the manual selection of facial landmarks, allowing the network to weight the landmarks for the best visual naturalness and pose preservation. Finally, to facilitate the appearance learning, we propose a hybrid training strategy to address the challenge caused by the lack of direct pixel-level supervision. We evaluate our method and its variants on two public datasets, CelebA and LFW, in terms of visual naturalness, facial pose preservation and of its impacts on face detection and re-identification. We prove that AnonyGAN significantly outperforms the state-of-the-art methods in terms of visual naturalness, face detection and pose preservation.

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