RoPECraft: Training-Free Motion Transfer with Trajectory-Guided RoPE Optimization on Diffusion Transformers
Ahmet Berke Gokmen, Yigit Ekin, Bahri Batuhan Bilecen, Aysegul Dundar
TL;DR
RoPECraft tackles the problem of controlling spatiotemporal motion in diffusion-video generation without backbone training. It introduces motion-augmented RoPE, warping RoPE with optical-flow displacements, followed by flow-matching optimization and Fourier-phase regularization to ensure temporal coherence and reduce artifacts. The approach achieves state-of-the-art performance on benchmarks, with favorable MF, CD-FVD, CLIP, and the new Fréchet Trajectory Distance (FTD) metrics, while being more computationally efficient than tuning-based methods. This training-free method enables practical motion transfer and has potential for controllable video editing and robust motion transfer under domain shifts.
Abstract
We propose RoPECraft, a training-free video motion transfer method for diffusion transformers that operates solely by modifying their rotary positional embeddings (RoPE). We first extract dense optical flow from a reference video, and utilize the resulting motion offsets to warp the complex-exponential tensors of RoPE, effectively encoding motion into the generation process. These embeddings are then further optimized during denoising time steps via trajectory alignment between the predicted and target velocities using a flow-matching objective. To keep the output faithful to the text prompt and prevent duplicate generations, we incorporate a regularization term based on the phase components of the reference video's Fourier transform, projecting the phase angles onto a smooth manifold to suppress high-frequency artifacts. Experiments on benchmarks reveal that RoPECraft outperforms all recently published methods, both qualitatively and quantitatively.
