Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

MMaDA-VLA: Large Diffusion Vision-Language-Action Model with Unified Multi-Modal Instruction and Generation

arXiv 26.3 2026 32 method

TLDR

A native discrete diffusion VLA model unifying multi-modal understanding and generation for robot manipulation, achieving SOTA on benchmarks and real-world tasks.

Reasoning

The paper presents a novel approach that avoids auxiliary world models by using iterative denoising for joint future observation and action generation. Strengths include strong empirical results and a unified framework; weaknesses are limited discussion of limitations and potential scalability issues.

Read-first score

Read-first score 32, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 2.

Recency 8%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Methodology quality 25%
60

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=benchmark,experiment

Reproducibility 25%
30

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=none

Topical relevance 42%
2.9

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Field roles

Frontier

Rank sensitivity

Stability: volatile; rank range: 280.

Keyword Scores

world dynamics prediction
2
world model
0
world simulator
0
generative world model
0
interactive world model
0
video world model
0
model-based reinforcement learning world model
0

Deep Analysis

Innovations

  • Native discrete diffusion formulation that unifies multi-modal understanding and generation in a single framework
  • Embedding language, images, and continuous robot controls into one discrete token space
  • Single backbone trained with masked token denoising to jointly generate future goal observation and action chunk in parallel
  • Iterative denoising enables global, order-free refinement for long-horizon consistency
  • Grounding actions in predicted future visual outcomes without auxiliary world models

Methodology

MMaDA-VLA uses a native discrete diffusion formulation that embeds language, images, and continuous robot controls into a single discrete token space. A single backbone is trained with masked token denoising to jointly generate a future goal observation and an action chunk in parallel, enabling iterative denoising for global refinement.

Key Results

The model achieves state-of-the-art performance with 98.0% average success on LIBERO and 4.78 average length on CALVIN across simulation benchmarks and real-world tasks.

Tags