paper-with-me

홈 › Papers

LEO: Generative Latent Image Animator for Human Video Synthesis

2023-05-06 · Yaohui Wang, Xin Ma, Xinyuan Chen, Cunjian Chen, Antitza Dantcheva, Bo Dai, Yu Qiao

Spatio-temporal coherency is a major challenge in synthesizing high quality videos, particularly in synthesizing human videos that contain rich global and local deformations. To resolve this challenge, previous approaches have resorted to different features in the generation process aimed at representing appearance and motion. However, in the absence of strict mechanisms to guarantee such disentanglement, a separation of motion from appearance has remained challenging, resulting in spatial distortions and temporal jittering that break the spatio-temporal coherency. Motivated by this, we here propose LEO, a novel framework for human video synthesis, placing emphasis on spatio-temporal coherency. Our key idea is to represent motion as a sequence of flow maps in the generation process, which inherently isolate motion from appearance. We implement this idea via a flow-based image animator and a Latent Motion Diffusion Model (LMDM). The former bridges a space of motion codes with the space of flow maps, and synthesizes video frames in a warp-and-inpaint manner. LMDM learns to capture motion prior in the training data by synthesizing sequences of motion codes. Extensive quantitative and qualitative analysis suggests that LEO significantly improves coherent synthesis of human videos over previous methods on the datasets TaichiHD, FaceForensics and CelebV-HQ. In addition, the effective disentanglement of appearance and motion in LEO allows for two additional tasks, namely infinite-length human video synthesis, as well as content-preserving video editing.

📄 PDF Abstract BibTeX arXiv:2305.03989

Code (5)

wyhsirius/LEO 공식 구현
2023-MindSpore-4/Code-5/tree/main/LEO mindspore
Mind23-2/MindCode-101/tree/main/LEO mindspore
Mind23-2/MindCode-3/tree/main/LEO mindspore
code-implementation1/Code4/tree/main/LEO mindspore

Tasks

DisentanglementVideo Editing

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Temporal Jittering Temporal Jittering is a method used in deep learning for video, where we sample multiple training clips from each video with random start times during at every epoch.

Similar Papers 제목 키워드 기반

ID-Animator: Zero-Shot Identity-Preserving Human Video Generation

2024-04-23 · Xuanhua He, Quande Liu, Shengju Qian, Xin Wang 외

Generating high-fidelity human video with specified identities has attracted significant attention in the content generation community. However, existing techniques struggle to strike a balance between training efficienc…

AttributeVideo Generation

Latent Image Animator: Learning to Animate Images via Latent Space Navigation

2022-03-17 · Yaohui Wang, Di Yang, Francois Bremond, Antitza Dantcheva

Due to the remarkable progress of deep generative models, animating images has become increasingly efficient, whereas associated results have become increasingly realistic. Current animation-approaches commonly exploit s…

Latent Image Animator: Learning to animate image via latent space navigation

2021-09-29 · ICLR 2022 4 · Yaohui Wang, Di Yang, Francois Bremond, Antitza Dantcheva

Animating images has become increasingly realistic, as well as efficient due to the remarkable progress of Generative Adversarial Networks (GANs) and auto-encoder. Current animation-approaches commonly exploit structure …

Image AnimationVideo Generation

StableAnimator: High-Quality Identity-Preserving Human Image Animation

2024-11-26 · CVPR 2025 1 · Shuyuan Tu, Zhen Xing, Xintong Han, Zhi-Qi Cheng 외

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-qu…

DenoisingFace ReenactmentHuman AnimationImage Animation+2

StableAnimator++: Overcoming Pose Misalignment and Face Distortion for Human Image Animation

2025-07-20 · Shuyuan Tu, Zhen Xing, Xintong Han, Zhi-Qi Cheng 외 arxiv

Current diffusion models for human image animation often struggle to maintain identity (ID) consistency, especially when the reference image and driving video differ significantly in body size or position. We introduce S…