CVAINov 26, 2024

StableAnimator: High-Quality Identity-Preserving Human Image Animation

arXiv:2411.17697v289 citationsh-index: 57CVPR
Originality Incremental advance
AI Analysis

This addresses identity preservation in human image animation for applications like video generation, though it appears incremental as it builds upon existing video diffusion models.

The paper tackles the problem of identity inconsistency in human image animation by introducing StableAnimator, an end-to-end video diffusion framework that synthesizes high-quality videos conditioned on a reference image and poses, achieving improved identity preservation without post-processing.

Current diffusion models for human image animation struggle to ensure identity (ID) consistency. This paper presents StableAnimator, the first end-to-end ID-preserving video diffusion framework, which synthesizes high-quality videos without any post-processing, conditioned on a reference image and a sequence of poses. Building upon a video diffusion model, StableAnimator contains carefully designed modules for both training and inference striving for identity consistency. In particular, StableAnimator begins by computing image and face embeddings with off-the-shelf extractors, respectively and face embeddings are further refined by interacting with image embeddings using a global content-aware Face Encoder. Then, StableAnimator introduces a novel distribution-aware ID Adapter that prevents interference caused by temporal layers while preserving ID via alignment. During inference, we propose a novel Hamilton-Jacobi-Bellman (HJB) equation-based optimization to further enhance the face quality. We demonstrate that solving the HJB equation can be integrated into the diffusion denoising process, and the resulting solution constrains the denoising path and thus benefits ID preservation. Experiments on multiple benchmarks show the effectiveness of StableAnimator both qualitatively and quantitatively.

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