用语言-动作联合预训练提升动作生成与理解效果
LaMP: Language-Motion Pretraining for Motion Generation, Retrieval, and Captioning
- 构建语言-动作联合表征空间,生成更契合动作的文本嵌入
- 在三个任务上均显著优于现有方法,动作生成更贴合语义
- 适合对动作生成、跨模态检索感兴趣的开发者与研究者
语言在人类动作中起着关键作用。现有方法多依赖CLIP的文本嵌入进行动作生成,但因CLIP在静态图像-文本对上预训练,难以有效对齐语言与动作。本文提出LaMP,一种新型语言-动作预训练模型,将表征空间从语言-视觉转向更适合的语言-动作潜空间。通过生成富含动作信息的文本嵌入,显著提升了生成动作序列的相关性与语义准确性。基于LaMP,我们推进了三项任务:文本到动作生成、动作-文本检索与动作描述生成。生成任务中,使用LaMP提供文本条件,并设计自回归掩码预测以避免Transformer中的秩坍缩;检索任务中,动作变换器特征与查询词交互,实现双向检索;描述任务中,微调大语言模型以利用语言丰富的动作特征。此外,我们引入LaMP-BertScore评估生成动作与文本描述的对齐程度。多个数据集上的实验表明,该方法在三项任务中均显著超越先前方法。代码将公开。
原文摘要 · Abstract (English)
Language plays a vital role in the realm of human motion. Existing methods have largely depended on CLIP text embeddings for motion generation, yet they fall short in effectively aligning language and motion due to CLIP's pretraining on static image-text pairs. This work introduces LaMP, a novel Language-Motion Pretraining model, which transitions from a language-vision to a more suitable language-motion latent space. It addresses key limitations by generating motion-informative text embeddings, significantly enhancing the relevance and semantics of generated motion sequences. With LaMP, we advance three key tasks: text-to-motion generation, motion-text retrieval, and motion captioning through aligned language-motion representation learning. For generation, we utilize LaMP to provide the text condition instead of CLIP, and an autoregressive masked prediction is designed to achieve mask modeling without rank collapse in transformers. For retrieval, motion features from LaMP's motion transformer interact with query tokens to retrieve text features from the text transformer, and vice versa. For captioning, we finetune a large language model with the language-informative motion features to develop a strong motion captioning model. In addition, we introduce the LaMP-BertScore metric to assess the alignment of generated motions with textual descriptions. Extensive experimental results on multiple datasets demonstrate substantial improvements over previous methods across all three tasks. The code of our method will be made public.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。