Text-controlled Motion Mamba: Text-Instructed Temporal Grounding of Human Motion
Xinghan Wang, Zixi Kang, Yadong Mu
TL;DR
This work introduces text-based human motion grounding (THMG), aiming to localize temporal segments in untrimmed 3D motion sequences using natural language queries. It presents TM-Mamba, a unified, linear-memory model that fuses global temporal context, text-conditioned control, and skeletal topology via relational embeddings to ground motion segments efficiently. To evaluate THMG, the authors construct BABEL-Grounding, a dataset with detailed textual descriptions and ground-truth temporal segments, and demonstrate state-of-the-art grounding performance with extensive ablations and baselines. The approach offers scalable, accurate grounding suitable for long sequences and real-world applications requiring text-guided temporal localization in motion data.
Abstract
Human motion understanding is a fundamental task with diverse practical applications, facilitated by the availability of large-scale motion capture datasets. Recent studies focus on text-motion tasks, such as text-based motion generation, editing and question answering. In this study, we introduce the novel task of text-based human motion grounding (THMG), aimed at precisely localizing temporal segments corresponding to given textual descriptions within untrimmed motion sequences. Capturing global temporal information is crucial for the THMG task. However, Transformer-based models that rely on global temporal self-attention face challenges when handling long untrimmed sequences due to the quadratic computational cost. We address these challenges by proposing Text-controlled Motion Mamba (TM-Mamba), a unified model that integrates temporal global context, language query control, and spatial graph topology with only linear memory cost. The core of the model is a text-controlled selection mechanism which dynamically incorporates global temporal information based on text query. The model is further enhanced to be topology-aware through the integration of relational embeddings. For evaluation, we introduce BABEL-Grounding, the first text-motion dataset that provides detailed textual descriptions of human actions along with their corresponding temporal segments. Extensive evaluations demonstrate the effectiveness of TM-Mamba on BABEL-Grounding.
