paper-with-me

홈 › Papers

MUGEN: A Unified Framework for Efficient Motion Understanding and Generation

2026-07-30 · Zhankai Ye, Yukai Jin, Bingyang Wei, Bofan Li, Yusen Wu, Fangyi Li, Shangqian Gao, Xin Liu arxiv

Grounding human motion in language, and language in motion, is a central step toward physical AI systems that can understand, generate, and communicate human behavior. Unified motion--language systems first coupled the two directions through a shared discrete motion codebook, but quantization limits generation quality. The strongest generators buy quality back at growing cost: stacked residual codebooks enlarge the representation; masked decoding stages, long autoregressive rollouts, and denoising chains of tens to hundreds of steps stretch inference; even the continuous-latent designs among them reach their latent only through an iterative diffusion head; and none of this decoding machinery serves understanding. We therefore propose MUGEN, a unified motion--language framework that pays neither cost: no codebook, one draw. A single adaptive-length autoencoder compresses any-length motion into a few continuous latent slots, the system's only motion representation: the language model generates them for text-to-motion and reads them back for motion understanding. Depth-routed hidden states let each slot read from the transformer depth it needs, and a calibrated head predicts a joint distribution over the full latent set, so a single draw carries the text-conditional, cross-slot variation a description permits. At a decoding cost of K language-model steps, one draw, and one decoder pass, MUGEN leads language-model baselines on FID on HumanML3D while raising retrieval precision above the real-motion reference under the standard evaluator, achieves the best CIDEr and BLEU@4 scores, and surpasses the discrete-token state of the art on every retrieval and alignment metric on SnapMoGen.

📄 PDF Abstract BibTeX arXiv:2607.27581

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MUGEN: A Playground for Video-Audio-Text Multimodal Understanding and GENeration

2022-04-17 · Thomas Hayes, Songyang Zhang, Xi Yin, Guan Pang 외

Multimodal video-audio-text understanding and generation can benefit from datasets that are narrow but rich. The narrowness allows bite-sized challenges that the research community can make progress on. The richness ensu…

NavigateRetrievalText RetrievalText to Audio/Video Retrieval+2

MuGen: Multi-Skill Generative Locomotion Controller for Humanoid Robots

2026-05-23 · Yusen Feng, Xiang Wang, Heyuan Yao, Zixi Kang 외 arxiv

This paper presents MuGen, a data-driven framework for learning and deploying multi-skill locomotion on humanoid robots. MuGen enables a robot to perform expressive motions like humans under the guidance of example motio…

Reinforcement Learning

MUGEN: Evaluating and Improving Multi-audio Understanding of Large Audio-Language Models

2026-03-10 · Chih-Kai Yang, Yun-Shao Tsai, Yu-Kai Guo, Ping-Le Tsai 외 arxiv

While multi-audio understanding is critical for large audio-language models (LALMs), it remains underexplored. We introduce MUGEN, a comprehensive benchmark evaluating this capability across speech, general audio, and mu…

LLaMo: Scaling Pretrained Language Models for Unified Motion Understanding and Generation with Continuous Autoregressive Tokens

2026-02-12 · Zekun Li, Sizhe An, Chengcheng Tang, Chuan Guo 외 arxiv

Recent progress in large models has led to significant advances in unified multimodal generation and understanding. However, the development of models that unify motion-language generation and understanding remains large…

multimodal generation

UniMo: Unified Motion Generation and Understanding with Chain of Thought

2026-01-17 · Guocun Wang, Kenkun Liu, Jing Lin, Guorui Song 외 arxiv

Existing 3D human motion generation and understanding methods often exhibit limited interpretability, restricting effective mutual enhancement between these inherently related tasks. While current unified frameworks base…

Reinforcement Learning