CVApr 15, 2025

UniAnimate-DiT: Human Image Animation with Large-Scale Video Diffusion Transformer

arXiv:2504.11289v138 citationsh-index: 17Has Code
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for generating consistent human animations, potentially useful for video editing and entertainment applications.

The paper tackles human image animation by fine-tuning a large-scale video diffusion model with LoRA and a pose encoder, achieving high-fidelity animations that generalize from 480p to 720p resolution.

This report presents UniAnimate-DiT, an advanced project that leverages the cutting-edge and powerful capabilities of the open-source Wan2.1 model for consistent human image animation. Specifically, to preserve the robust generative capabilities of the original Wan2.1 model, we implement Low-Rank Adaptation (LoRA) technique to fine-tune a minimal set of parameters, significantly reducing training memory overhead. A lightweight pose encoder consisting of multiple stacked 3D convolutional layers is designed to encode motion information of driving poses. Furthermore, we adopt a simple concatenation operation to integrate the reference appearance into the model and incorporate the pose information of the reference image for enhanced pose alignment. Experimental results show that our approach achieves visually appearing and temporally consistent high-fidelity animations. Trained on 480p (832x480) videos, UniAnimate-DiT demonstrates strong generalization capabilities to seamlessly upscale to 720P (1280x720) during inference. The training and inference code is publicly available at https://github.com/ali-vilab/UniAnimate-DiT.

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