HiFiVFS: High Fidelity Video Face Swapping
Xu Chen, Keke He, Junwei Zhu, Yanhao Ge, Wei Li, Chengjie Wang
TL;DR
HiFiVFS addresses the challenge of high-fidelity, temporally stable video face swapping by extending Stable Video Diffusion with a multi-frame, diffusion-based pipeline. It introduces Fine-grained Attributes Learning (FAL) to disentangle and preserve detailed attributes (e.g., lighting, makeup) and Detailed Identity Learning (DIL) to enrich identity representation with tokens for robust cross-frame attention, all guided by temporal identity injection. Leveraging temporal attention and a temporal diffusion framework, HiFiVFS achieves state-of-the-art performance on FF++ and VFHQ-FS, excelling in identity preservation, attribute detail, and video stability. The work highlights practical impact for media production and privacy, while also acknowledging potential misuse and diffusion-sampling limitations that motivate future efficiency improvements.
Abstract
Face swapping aims to generate results that combine the identity from the source with attributes from the target. Existing methods primarily focus on image-based face swapping. When processing videos, each frame is handled independently, making it difficult to ensure temporal stability. From a model perspective, face swapping is gradually shifting from generative adversarial networks (GANs) to diffusion models (DMs), as DMs have been shown to possess stronger generative capabilities. Current diffusion-based approaches often employ inpainting techniques, which struggle to preserve fine-grained attributes like lighting and makeup. To address these challenges, we propose a high fidelity video face swapping (HiFiVFS) framework, which leverages the strong generative capability and temporal prior of Stable Video Diffusion (SVD). We build a fine-grained attribute module to extract identity-disentangled and fine-grained attribute features through identity desensitization and adversarial learning. Additionally, We introduce detailed identity injection to further enhance identity similarity. Extensive experiments demonstrate that our method achieves state-of-the-art (SOTA) in video face swapping, both qualitatively and quantitatively.
