Table of Contents
Fetching ...

Wan-Move: Motion-controllable Video Generation via Latent Trajectory Guidance

Ruihang Chu, Yefei He, Zhekai Chen, Shiwei Zhang, Xiaogang Xu, Bin Xia, Dingdong Wang, Hongwei Yi, Xihui Liu, Hengshuang Zhao, Yu Liu, Yingya Zhang, Yujiu Yang

TL;DR

Wan-Move presents a scalable, encoder-free approach to motion-controllable video generation by transforming dense point trajectories into latent-space guidance and updating the first-frame conditioning through latent feature replication. The method avoids extra motion encoders and fusion modules, enabling easy fine-tuning of strong I2V backbones and producing high-fidelity 5-second videos with precise motion. It introduces MoveBench, a large, well-annotated benchmark to rigorously evaluate motion control across diverse content; results on MoveBench and DAVIS show state-of-the-art motion accuracy and visual quality, approaching commercial tools. The work offers a practical path to scalable motion control in generative video, with public code, models, and benchmark data.

Abstract

We present Wan-Move, a simple and scalable framework that brings motion control to video generative models. Existing motion-controllable methods typically suffer from coarse control granularity and limited scalability, leaving their outputs insufficient for practical use. We narrow this gap by achieving precise and high-quality motion control. Our core idea is to directly make the original condition features motion-aware for guiding video synthesis. To this end, we first represent object motions with dense point trajectories, allowing fine-grained control over the scene. We then project these trajectories into latent space and propagate the first frame's features along each trajectory, producing an aligned spatiotemporal feature map that tells how each scene element should move. This feature map serves as the updated latent condition, which is naturally integrated into the off-the-shelf image-to-video model, e.g., Wan-I2V-14B, as motion guidance without any architecture change. It removes the need for auxiliary motion encoders and makes fine-tuning base models easily scalable. Through scaled training, Wan-Move generates 5-second, 480p videos whose motion controllability rivals Kling 1.5 Pro's commercial Motion Brush, as indicated by user studies. To support comprehensive evaluation, we further design MoveBench, a rigorously curated benchmark featuring diverse content categories and hybrid-verified annotations. It is distinguished by larger data volume, longer video durations, and high-quality motion annotations. Extensive experiments on MoveBench and the public dataset consistently show Wan-Move's superior motion quality. Code, models, and benchmark data are made publicly available.

Wan-Move: Motion-controllable Video Generation via Latent Trajectory Guidance

TL;DR

Wan-Move presents a scalable, encoder-free approach to motion-controllable video generation by transforming dense point trajectories into latent-space guidance and updating the first-frame conditioning through latent feature replication. The method avoids extra motion encoders and fusion modules, enabling easy fine-tuning of strong I2V backbones and producing high-fidelity 5-second videos with precise motion. It introduces MoveBench, a large, well-annotated benchmark to rigorously evaluate motion control across diverse content; results on MoveBench and DAVIS show state-of-the-art motion accuracy and visual quality, approaching commercial tools. The work offers a practical path to scalable motion control in generative video, with public code, models, and benchmark data.

Abstract

We present Wan-Move, a simple and scalable framework that brings motion control to video generative models. Existing motion-controllable methods typically suffer from coarse control granularity and limited scalability, leaving their outputs insufficient for practical use. We narrow this gap by achieving precise and high-quality motion control. Our core idea is to directly make the original condition features motion-aware for guiding video synthesis. To this end, we first represent object motions with dense point trajectories, allowing fine-grained control over the scene. We then project these trajectories into latent space and propagate the first frame's features along each trajectory, producing an aligned spatiotemporal feature map that tells how each scene element should move. This feature map serves as the updated latent condition, which is naturally integrated into the off-the-shelf image-to-video model, e.g., Wan-I2V-14B, as motion guidance without any architecture change. It removes the need for auxiliary motion encoders and makes fine-tuning base models easily scalable. Through scaled training, Wan-Move generates 5-second, 480p videos whose motion controllability rivals Kling 1.5 Pro's commercial Motion Brush, as indicated by user studies. To support comprehensive evaluation, we further design MoveBench, a rigorously curated benchmark featuring diverse content categories and hybrid-verified annotations. It is distinguished by larger data volume, longer video durations, and high-quality motion annotations. Extensive experiments on MoveBench and the public dataset consistently show Wan-Move's superior motion quality. Code, models, and benchmark data are made publicly available.

Paper Structure

This paper contains 28 sections, 5 equations, 18 figures, 12 tables.

Figures (18)

  • Figure 1: Wan-Move is a image-to-video generation framework that supports diverse motion control applications. The generated samples (832$\times$480p, 5s) exhibits high visual fidelity and accurate motion.
  • Figure 2: (a) To inject motion guidance, we transfer point trajectories from videos to latent space, then replicate the first frame feature into subsequent zero-padded frames along each latent trajectory. (b) Wan-Move is trained upon an existing image-to-video generation model (e.g., work wanbar2024lumiere), with an efficient latent feature replication step (as in (a)) to update the condition feature. The CLIP radford2021clip image encoder and umT5 chung2023umt5 text encoder from the base model are omitted for simplicity.
  • Figure 3: Construction pipeline of MoveBench to obtain high-quality samples with rich annotations.
  • Figure 4: Balanced sample number per class.
  • Figure 5: Comparison with related benchmarks.
  • ...and 13 more figures