CVMar 28, 2024

BAMM: Bidirectional Autoregressive Motion Model

arXiv:2403.19435v363 citationsh-index: 9ECCV
Originality Highly original
AI Analysis

This addresses the usability and quality limitations in text-to-motion generation for applications like animation and robotics, representing a novel hybrid approach rather than an incremental improvement.

The paper tackles the problem of generating human motion from text by proposing BAMM, a framework that unifies generative masked modeling and autoregressive modeling to achieve high-quality motion generation with adaptive sequence length and editability, surpassing state-of-the-art methods on HumanML3D and KIT-ML datasets.

Generating human motion from text has been dominated by denoising motion models either through diffusion or generative masking process. However, these models face great limitations in usability by requiring prior knowledge of the motion length. Conversely, autoregressive motion models address this limitation by adaptively predicting motion endpoints, at the cost of degraded generation quality and editing capabilities. To address these challenges, we propose Bidirectional Autoregressive Motion Model (BAMM), a novel text-to-motion generation framework. BAMM consists of two key components: (1) a motion tokenizer that transforms 3D human motion into discrete tokens in latent space, and (2) a masked self-attention transformer that autoregressively predicts randomly masked tokens via a hybrid attention masking strategy. By unifying generative masked modeling and autoregressive modeling, BAMM captures rich and bidirectional dependencies among motion tokens, while learning the probabilistic mapping from textual inputs to motion outputs with dynamically-adjusted motion sequence length. This feature enables BAMM to simultaneously achieving high-quality motion generation with enhanced usability and built-in motion editability. Extensive experiments on HumanML3D and KIT-ML datasets demonstrate that BAMM surpasses current state-of-the-art methods in both qualitative and quantitative measures. Our project page is available at https://exitudio.github.io/BAMM-page

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes