Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Motion Mamba: Efficient and Long Sequence Motion Generation

About

Human motion generation stands as a significant pursuit in generative computer vision, while achieving long-sequence and efficient motion generation remains challenging. Recent advancements in state space models (SSMs), notably Mamba, have showcased considerable promise in long sequence modeling with an efficient hardware-aware design, which appears to be a promising direction to build motion generation model upon it. Nevertheless, adapting SSMs to motion generation faces hurdles since the lack of a specialized design architecture to model motion sequence. To address these challenges, we propose Motion Mamba, a simple and efficient approach that presents the pioneering motion generation model utilized SSMs. Specifically, we design a Hierarchical Temporal Mamba (HTM) block to process temporal data by ensemble varying numbers of isolated SSM modules across a symmetric U-Net architecture aimed at preserving motion consistency between frames. We also design a Bidirectional Spatial Mamba (BSM) block to bidirectionally process latent poses, to enhance accurate motion generation within a temporal frame. Our proposed method achieves up to 50% FID improvement and up to 4 times faster on the HumanML3D and KIT-ML datasets compared to the previous best diffusion-based method, which demonstrates strong capabilities of high-quality long sequence motion modeling and real-time human motion generation. See project website https://steve-zeyu-zhang.github.io/MotionMamba/

Zeyu Zhang, Akide Liu, Ian Reid, Richard Hartley, Bohan Zhuang, Hao Tang• 2024

Related benchmarks

TaskDatasetResultRank
Text-to-motion generationHumanML3D (test)
FID0.281
331
text-to-motion mappingKIT-ML (test)
R Precision (Top 3)0.765
275
text-to-motion mappingHumanML3D (test)
FID0.281
243
Text-to-motion generationKIT-ML (test)
FID0.307
115
Text-to-motion generationHumanML3D 19 (test)
FID0.281
37
Text-to-motion generationHumanML3D 1 (test)
R-Precision (Top 1)0.502
32
Text-to-motion generationKIT-ML 1.0 (test)
R-Precision Top 141.9
14
Text-to-motion generationKIT-ML 52 (test)
R-Precision Top-10.419
11
Text-to-Motion SynthesisKIT-ML
R Precision Top 141.9
10
Motion GenerationHumanML3D-LS (test)
R Precision (Top 1)41.7
5
Showing 10 of 10 rows

Other info

Code

Follow for update