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 22.6 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 22.6, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 2.

Recency 6%
100

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

Methodology quality 18%
60

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

Reproducibility 18%
30

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

Topical relevance 29%
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

Citation impact 18%
0

Uses OpenAlex-shaped citation metadata as a bibliometric attention signal, separate from paper quality. cited_by_count=0

Citation velocity 12%
0

Citation velocity estimates citations per publication-year to reduce old-paper bias. velocity=0.00

Field roles

Frontier

Rank sensitivity

Stability: volatile; rank range: 69.

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