ReMoMask: Retrieval-Augmented Masked Motion Generation
Zhengdao Li, Siheng Wang, Zeyu Zhang, Hao Tang
TL;DR
ReMoMask tackles the challenges of text-to-motion generation by unifying retrieval-augmented generation with masked, 2D-quantized motion representations. It introduces Bidirectional Momentum Text-Motion Modeling to expand negative samples for robust cross-modal retrieval, Semantics Spatial-Temporal Attention to fuse text, retrieved knowledge, and spatial-temporal motion structure, and RAG-Classifier-Free Guidance to improve generalization. The framework quantizes motion with a 2D RVQ-VAE, uses a 2D retrieval-augmented masked transformer for base token generation, and refines details with a 2D residual transformer, achieving state-of-the-art FID and retrieval metrics on HumanML3D and KIT-ML. Empirical results, including ablations and a user study, demonstrate improved realism and text-motion alignment, suggesting strong practical potential for controllable, diverse human motion synthesis in multimedia applications.
Abstract
Text-to-Motion (T2M) generation aims to synthesize realistic and semantically aligned human motion sequences from natural language descriptions. However, current approaches face dual challenges: Generative models (e.g., diffusion models) suffer from limited diversity, error accumulation, and physical implausibility, while Retrieval-Augmented Generation (RAG) methods exhibit diffusion inertia, partial-mode collapse, and asynchronous artifacts. To address these limitations, we propose ReMoMask, a unified framework integrating three key innovations: 1) A Bidirectional Momentum Text-Motion Model decouples negative sample scale from batch size via momentum queues, substantially improving cross-modal retrieval precision; 2) A Semantic Spatio-temporal Attention mechanism enforces biomechanical constraints during part-level fusion to eliminate asynchronous artifacts; 3) RAG-Classier-Free Guidance incorporates minor unconditional generation to enhance generalization. Built upon MoMask's RVQ-VAE, ReMoMask efficiently generates temporally coherent motions in minimal steps. Extensive experiments on standard benchmarks demonstrate the state-of-the-art performance of ReMoMask, achieving a 3.88% and 10.97% improvement in FID scores on HumanML3D and KIT-ML, respectively, compared to the previous SOTA method RAG-T2M. Code: https://github.com/AIGeeksGroup/ReMoMask. Website: https://aigeeksgroup.github.io/ReMoMask.
