Motion Inversion for Video Customization
Luozhou Wang, Ziyang Mai, Guibao Shen, Yixun Liang, Xin Tao, Pengfei Wan, Di Zhang, Yijun Li, Yingcong Chen
TL;DR
The paper tackles motion customization in Text-to-Video generation by introducing Motion Embeddings learned from a reference video. It proposes two complementary embeddings: one that modulates temporal attention maps (motion query-key) and another that modulates attention values (motion value), with an inference-time debiasing strategy. Training backpropagates through the temporal transformer to align diffusion predictions, while inference isolates motion from appearance to enable flexible transfer across content. Extensive experiments show improvements in motion fidelity, text alignment, and temporal coherence, with ablation results confirming design choices.
Abstract
In this work, we present a novel approach for motion customization in video generation, addressing the widespread gap in the exploration of motion representation within video generative models. Recognizing the unique challenges posed by the spatiotemporal nature of video, our method introduces Motion Embeddings, a set of explicit, temporally coherent embeddings derived from a given video. These embeddings are designed to integrate seamlessly with the temporal transformer modules of video diffusion models, modulating self-attention computations across frames without compromising spatial integrity. Our approach provides a compact and efficient solution to motion representation, utilizing two types of embeddings: a Motion Query-Key Embedding to modulate the temporal attention map and a Motion Value Embedding to modulate the attention values. Additionally, we introduce an inference strategy that excludes spatial dimensions from the Motion Query-Key Embedding and applies a differential operation to the Motion Value Embedding, both designed to debias appearance and ensure the embeddings focus solely on motion. Our contributions include the introduction of a tailored motion embedding for customization tasks and a demonstration of the practical advantages and effectiveness of our method through extensive experiments.
