CVJun 11, 2021

SimSwap: An Efficient Framework For High Fidelity Face Swapping

arXiv:2106.06340v1466 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of high-fidelity face swapping for applications in entertainment and media, though it is incremental as it builds on existing identity-specific methods.

The paper tackles the problem of arbitrary face swapping while preserving target facial attributes like expression and gaze, achieving competitive identity performance and better attribute preservation than previous state-of-the-art methods.

We propose an efficient framework, called Simple Swap (SimSwap), aiming for generalized and high fidelity face swapping. In contrast to previous approaches that either lack the ability to generalize to arbitrary identity or fail to preserve attributes like facial expression and gaze direction, our framework is capable of transferring the identity of an arbitrary source face into an arbitrary target face while preserving the attributes of the target face. We overcome the above defects in the following two ways. First, we present the ID Injection Module (IIM) which transfers the identity information of the source face into the target face at feature level. By using this module, we extend the architecture of an identity-specific face swapping algorithm to a framework for arbitrary face swapping. Second, we propose the Weak Feature Matching Loss which efficiently helps our framework to preserve the facial attributes in an implicit way. Extensive experiments on wild faces demonstrate that our SimSwap is able to achieve competitive identity performance while preserving attributes better than previous state-of-the-art methods. The code is already available on github: https://github.com/neuralchen/SimSwap.

Code Implementations3 repos
Foundations

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

Your Notes