DIMO: Diverse 3D Motion Generation for Arbitrary Objects
Linzhan Mou, Jiahui Lei, Chen Wang, Lingjie Liu, Kostas Daniilidis
TL;DR
DIMO tackles the problem of generating diverse 3D motions for arbitrary objects from a single image by distilling rich motion priors from large video models and embedding them into a shared motion latent space governed by neural key point trajectories. Motions are expressed as compact neural curves over key points and connected by a motion graph, while object geometry is captured by canonical 3D Gaussians deformed via linear blend skinning and rendered with differentiable splatting. A latent-conditioned motion decoder and KL regularization enable the joint learning of a distribution over multiple motions, allowing instant sampling, interpolation, and language-guided generation in a single forward pass. The approach achieves state-of-the-art results on 4D generation benchmarks, demonstrates strong cross-object generalization, and enables practical applications such as text-to-motion and motion reconstruction, marking a step toward a general SMPL-like paradigm for diverse dynamic objects.
Abstract
We present DIMO, a generative approach capable of generating diverse 3D motions for arbitrary objects from a single image. The core idea of our work is to leverage the rich priors in well-trained video models to extract the common motion patterns and then embed them into a shared low-dimensional latent space. Specifically, we first generate multiple videos of the same object with diverse motions. We then embed each motion into a latent vector and train a shared motion decoder to learn the distribution of motions represented by a structured and compact motion representation, i.e., neural key point trajectories. The canonical 3D Gaussians are then driven by these key points and fused to model the geometry and appearance. During inference time with learned latent space, we can instantly sample diverse 3D motions in a single-forward pass and support several interesting applications including 3D motion interpolation and language-guided motion generation. Our project page is available at https://linzhanm.github.io/dimo.
