ConMo: Controllable Motion Disentanglement and Recomposition for Zero-Shot Motion Transfer
Jiayi Gao, Zijin Yin, Changcheng Hua, Yuxin Peng, Kongming Liang, Zhanyu Ma, Jun Guo, Yang Liu
TL;DR
ConMo tackles zero-shot motion transfer in text-to-video by decoupling reference-motion signals into per-subject and background cues using subject masks and recombining them with soft guidance. It introduces a two-stage pipeline: motion disentanglement via Local Spatial Marginal Means (LSMM) and per-subject isolation, followed by motion recomposition in a diffusion-based generator with a soft-weighted blend $\Delta^{(i,j)}_{s^*_k} = \frac{\Delta^{(i,j)}_{s_k}+w_c \Delta^{(i,j)}_{c}}{w_c+1}$ to enable flexible shape changes. The method requires no additional training and enables broad applications such as semantic edits, size/position control, object removal, and camera-motion simulation, achieving superior motion fidelity and semantic consistency over state-of-the-art baselines. Extensive experiments on a multi-video dataset with qualitative, quantitative, and user-study evaluations demonstrate strong gains in multi-subject motion retention and prompt alignment, validating the effectiveness of motion disentanglement and soft-guided recomposition in complex scenes.
Abstract
The development of Text-to-Video (T2V) generation has made motion transfer possible, enabling the control of video motion based on existing footage. However, current methods have two limitations: 1) struggle to handle multi-subjects videos, failing to transfer specific subject motion; 2) struggle to preserve the diversity and accuracy of motion as transferring to subjects with varying shapes. To overcome these, we introduce \textbf{ConMo}, a zero-shot framework that disentangle and recompose the motions of subjects and camera movements. ConMo isolates individual subject and background motion cues from complex trajectories in source videos using only subject masks, and reassembles them for target video generation. This approach enables more accurate motion control across diverse subjects and improves performance in multi-subject scenarios. Additionally, we propose soft guidance in the recomposition stage which controls the retention of original motion to adjust shape constraints, aiding subject shape adaptation and semantic transformation. Unlike previous methods, ConMo unlocks a wide range of applications, including subject size and position editing, subject removal, semantic modifications, and camera motion simulation. Extensive experiments demonstrate that ConMo significantly outperforms state-of-the-art methods in motion fidelity and semantic consistency. The code is available at https://github.com/Andyplus1/ConMo.
