Skip to content

QuanjianSong/LightMotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

LightMotion: A Light and Tuning-free Method for Simulating Camera Motion in Video Generation

1 Key Laboratory of Multimedia Trusted Perception and Efficient Computing,
Ministry of Education of China, Xiamen University, China.
2 Shanghai Innovation Institute.   Corresponding Author.

Paper PDF     Project Page     Hugging Face    

🎉 News

2026.01: 🔥 The project page of LightMotion is now available.
• 2025.03: 🔥 The paper of UniVST has been submitted to arXiv

🎬 Overview

Existing camera motion-controlled video generation methods face computational bottlenecks in fine-tuning and inference. This paper proposes LightMotion, a light and tuning-free method for simulating camera motion in video generation. Operating in the latent space, it eliminates additional fine-tuning, inpainting, and depth estimation, making it more streamlined than existing methods. The endeavors of this paper comprise: (i) The latent space permutation operation effectively simulates various camera motions like panning, zooming, and rotation. (ii) The latent space resampling strategy combines background-aware sampling and cross-frame alignment to accurately fill new perspectives while maintaining coherence across frames. (iii) Our in-depth analysis shows that the permutation and resampling cause an SNR shift in latent space, leading to poor-quality generation. To address this, we propose latent space correction, which reintroduces noise during denoising to mitigate SNR shift and enhance video generation quality. Exhaustive experiments show that our LightMotion outperforms existing methods, both quantitatively and qualitatively. The overall framework is illustrated as follows:

🌈 Comparison with Existing Methods

🌊 More Camera Parameters Combinations

🎓 Bibtex

🤗 If you find this code helpful for your research, please cite:

@article{song2025lightmotion,
  title={LightMotion: A Light and Tuning-free Method for Simulating Camera Motion in Video Generation},
  author={Song, Quanjian and Lin, Zhihang and Zeng, Zhanpeng and Zhang, Ziyue and Cao, Liujuan and Ji, Rongrong},
  journal={arXiv preprint arXiv:2503.06508},
  year={2025}
}

About

Official Pytorch Code of the Paper "LightMotion: A Light and Tuning-free Method for Simulating Camera Motion in Video Generation"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors