Paper Overview
- Research Area: Computer Vision (CV)
- Authors: Hsin-Ying Lee, Hanwen Jiang, Yiqun Mei
- Release Date: 2025-05-23
- arXiv: 2505.17386
- When confidence is high, the model tightly follows the plan.
- When confidence is low, the model falls back on its internal generative priors to correct artifacts.
- Paper: https://arxiv.org/abs/2505.17386
Abstract
Current motion-controlled image-to-video generation models strictly follow user-provided trajectories, but these trajectories are often sparse, imprecise, and causally incomplete. This dependency frequently produces unnatural or illogical results, particularly omitting secondary causal consequences. To address this, the authors introduce MotiMotion, a new framework that reformulates motion control as a "reason first, generate later" problem.
To encourage causally grounded and commonsense-consistent interactions, the framework leverages a training-free vision-language reasoner (VLM) to:
1. Refine the image-space coordinates of primary trajectories. 2. "Imagine" plausible secondary motions that should logically follow.
To further improve motion naturalness, MotiMotion proposes a confidence-aware control scheme that modulates guidance strength:
To support systematic evaluation, the authors curate a new image-to-video benchmark called MotiBench, composed of interaction-centric scenes in which new events are triggered by motion.
Evaluation
Both VLM-based evaluations and human studies conducted on MotiBench demonstrate that MotiMotion produces videos with more plausible object behaviors and interactions, outperforming existing approaches.
Links
#Paper #arXiv #CV