Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/31 04:00:00

MUGEN: A Unified Framework for Efficient Motion Understanding and Generation

AI 中文解读
MUGEN这项研究让AI在理解人类动作和生成动作之间首次实现了“鱼与熊掌兼得”。过去的技术要么生成质量差,要么速度慢得让人着急,而MUGEN用一个极简框架同时拿下了速度与精度,堪称运动智能领域的一次效率革命。 以往AI处理“文字变动作”或“动作变文字”时,需要把动作拆成大量离散符号,像拼积木一样逐步生成,既耗时又容易失真。MUGEN的做法聪明得多——它先把任意时长的动作压缩成几个关键的连续“信息包”,让语言模型一次生成全部内容,再通过一个巧妙的校准机制保证动作细节丰富自然。整个流程只需一步解码,比现有最快方法还要节省大量计算资源,同时在动作生成质量、检索精度、文本描述匹配度等多个指标上全面领先,甚至超越了真实动作数据的表现。 这意味着未来的虚拟教练、游戏角色或动画制作将变得更高效、更真实。你对着手机说“做一个投篮动作”,AI瞬间就能生成流畅逼真的3D动画,无需漫长等待。对普通人来说,未来健身指导、影视特效甚至康复训练都可能因此变得更智能、响应更快,AI理解肢体语言的能力也将迈上一个新台阶。
arXiv:2607.27581v1 Announce Type: new Abstract: 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.
分享
阅读原文