CVJul 16, 2023

Reinforced Disentanglement for Face Swapping without Skip Connection

arXiv:2307.07928v415 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses face swapping quality for applications in media and entertainment, but it is incremental as it builds on prior models by fixing specific design flaws.

The paper tackles the problem of insufficient disentanglement in face swapping models, where target identity leaks or non-identity attributes are not preserved, by introducing a new framework that removes skip connections and uses two target encoders, resulting in significant outperformance on metrics like FaceForensics++ and CelebA-HQ.

The SOTA face swap models still suffer the problem of either target identity (i.e., shape) being leaked or the target non-identity attributes (i.e., background, hair) failing to be fully preserved in the final results. We show that this insufficient disentanglement is caused by two flawed designs that were commonly adopted in prior models: (1) counting on only one compressed encoder to represent both the semantic-level non-identity facial attributes(i.e., pose) and the pixel-level non-facial region details, which is contradictory to satisfy at the same time; (2) highly relying on long skip-connections between the encoder and the final generator, leaking a certain amount of target face identity into the result. To fix them, we introduce a new face swap framework called 'WSC-swap' that gets rid of skip connections and uses two target encoders to respectively capture the pixel-level non-facial region attributes and the semantic non-identity attributes in the face region. To further reinforce the disentanglement learning for the target encoder, we employ both identity removal loss via adversarial training (i.e., GAN) and the non-identity preservation loss via prior 3DMM models like [11]. Extensive experiments on both FaceForensics++ and CelebA-HQ show that our results significantly outperform previous works on a rich set of metrics, including one novel metric for measuring identity consistency that was completely neglected before.

Foundations

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

Your Notes