MotionVLA: Vision-Language-Action Model for Humanoid Motion
A research team has introduced MotionVLA, a vision-language-action model that generates humanoid motion from scene images and text instructions, using a dual-stream frequency tokenizer to separate low-frequency pose data from high-frequency physical dynamics [1]. The model, detailed in a paper submitted to arXiv on June 13, 2026, is built on a Qwen3.5 backbone with 2 billion parameters [1][2]. Vision-language-action models, or VLAs, are a class of multimodal foundation models that integrate vision, language, and action outputs. In robot learning, a VLA takes an image of the surroundings and a text instruction, then directly outputs low-level actions executable by a robot [3]. The concept was pioneered by Google DeepMind with RT-2 in July 2023 [3]. More recently, robotics firm Figure AI has developed its own VLA, called Helix, to control its humanoid robots [4]. The MotionVLA paper addresses a specific technical bottleneck in motion generation. A frequency-domain analysis of human motion data found that five discrete cosine transform coefficients capture 93% of joint-position energy but only 37% of joint-velocity energy [1][2]. This mismatch means that single-codebook tokenizers, which force heterogeneous motion signals into one quantization space, tend to bias representation toward pose statistics and under-represent high-frequency velocity components [2]. To solve this, the authors propose a dual-stream frequency tokenizer, or DSFT, that splits motion into a Base stream and a physical stream, compressing each independently with DCT truncation and byte-pair encoding [1][2]. In the MotionVLA architecture, Base and physical tokens are arranged in a unified sequence, with physical tokens predicted after Base tokens [2]. The researchers tested the model on the HumanML3D and MBench datasets. On HumanML3D, MotionVLA reduced the Diversity gap to real data by over 50% [1][2]. On MBench, it improved Motion-Condition Consistency by 3.8% [1][2]. The paper’s authors argue that frequency-aware dual-stream decoupling is an effective formulation for autoregressive motion generation [2]. Code and a project website have been made publicly available [1]. arXiv, where the paper was posted, is an open-access repository of electronic preprints that are moderated but not peer-reviewed. It hosts papers in fields including computer science, physics, and mathematics, and as of November 2024 receives about 24,000 submissions per month [8].
tool-releaseresearch-papercontroversycommentary
Background sources we checked (9)
- arxiv.org ↗ Generating realistic humanoid motion from scene images and text involves both low-frequency pose semantics and high-frequency physical dynamics. However, many existing methods tokenize motion with a single shared codebook, forcing heterogeneous motion signals into the same quanti…
- en.wikipedia.org ↗ In robot learning, a vision–language–action model (VLA) is a class of multimodal foundation models that integrates vision, language and actions. Given an input image (or video) of the robot's surroundings and a text instruction, a VLA directly outputs low-level robot actions that…
- en.wikipedia.org ↗ Figure AI, Inc. is an American robotics company developing humanoid robots that operate via artificial intelligence. The company was founded in 2022 by Brett Adcock. As of late 2025, the company has a $39 billion valuation. Three generations of humanoid robots (Figure 01–03) have…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
Sources covering this (2)
- export.arxiv.org — MotionVLA: Vision-Language-Action Model for Humanoid Motion ↗
- export.arxiv.org — MuseVLA: An Adaptive Multimodal Sensing Vision-Language-Action Model for Robotic Manipulation · Global