File size: 1,714 Bytes
e760a7e
 
 
 
 
 
 
 
 
 
 
 
 
d93d6d0
e760a7e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ab92b49
 
 
 
 
 
 
 
e760a7e
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: apache-2.0
base_model: THUDM/CogVideoX-5b-I2V
tags:
  - video-generation
  - cogvideox
  - motion-control
  - driving
  - physics
---

# Motion Forcing: A Decoupled Framework for Robust Video Generation in Motion Dynamics

[![arXiv](https://img.shields.io/badge/arXiv-2603.10408-b91c1c?style=flat&logo=arxiv)](https://arxiv.org/abs/2603.10408)
[![Project Page](https://img.shields.io/badge/Project%20Page-Motion%20Forcing-2d6a4f?style=flat&logo=github)](https://tianshuo-xu.github.io/Motion-Forcing/)
[![GitHub](https://img.shields.io/badge/GitHub-Repo-24292e?style=flat&logo=github)](https://github.com/Tianshuo-Xu/Motion-Forcing)


- **Base model**: [THUDM/CogVideoX-5b-I2V](https://huggingface.co/THUDM/CogVideoX-5b-I2V)
- **Task**: Image-to-video generation with motion control

## Usage

```bash
git clone https://github.com/Tianshuo-Xu/Motion-Forcing
cd Motion-Forcing
pip install -r requirements.txt
python gradio_demo.py
```

The model weights are downloaded automatically from this repo via `diffusers`. See the [GitHub repository](https://github.com/Tianshuo-Xu/Motion-Forcing) for full setup instructions and CLI options.

## Demo & Results

Visit the [project page](https://tianshuo-xu.github.io/Motion-Forcing/) for video comparisons across driving scenes, physics simulations, and embodied AI tasks.

## Citation

```bibtex
@misc{xu2026motion,
      title={Motion Forcing: A Decoupled Framework for Robust Video Generation in Motion Dynamics}, 
      author={Tianshuo Xu and Zhifei Chen and Leyi Wu and Hao Lu and Ying-cong Chen},
      year={2026},
      eprint={2603.10408},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2603.10408}, 
}
```