SOTAVerified

T2M-GPT: Generating Human Motion from Textual Descriptions with Discrete Representations

2023-01-15Code Available2· sign in to hype

Jianrong Zhang, Yangsong Zhang, Xiaodong Cun, Shaoli Huang, Yong Zhang, Hongwei Zhao, Hongtao Lu, Xi Shen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this work, we investigate a simple and must-known conditional generative framework based on Vector Quantised-Variational AutoEncoder (VQ-VAE) and Generative Pre-trained Transformer (GPT) for human motion generation from textural descriptions. We show that a simple CNN-based VQ-VAE with commonly used training recipes (EMA and Code Reset) allows us to obtain high-quality discrete representations. For GPT, we incorporate a simple corruption strategy during the training to alleviate training-testing discrepancy. Despite its simplicity, our T2M-GPT shows better performance than competitive approaches, including recent diffusion-based approaches. For example, on HumanML3D, which is currently the largest dataset, we achieve comparable performance on the consistency between text and generated motion (R-Precision), but with FID 0.116 largely outperforming MotionDiffuse of 0.630. Additionally, we conduct analyses on HumanML3D and observe that the dataset size is a limitation of our approach. Our work suggests that VQ-VAE still remains a competitive approach for human motion generation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
HumanML3DT2M-GPT (τ = 0)FID0.14Unverified
HumanML3DT2M-GPT (τ ∈ U[0, 1])FID0.14Unverified
HumanML3DT2M-GPT (τ = 0.5)FID0.12Unverified
KIT Motion-LanguageT2M-GPT (τ = 0)FID0.74Unverified
KIT Motion-LanguageT2M-GPT (τ ∈ U[0, 1])FID0.51Unverified
KIT Motion-LanguageT2M-GPT (τ = 0.5)FID0.72Unverified
Motion-XT2M-GPTFID1.37Unverified

Reproductions