# Discrete Diffusion VLA: Bringing Discrete Diffusion to Action Decoding in Vision-Language-Action Policies

**Authors:** Zhixuan Liang, Yizhuo Li, Tianshuo Yang, Chengyue Wu, Sitong Mao, Tian Nian, Liuao Pei, Shunbo Zhou, Xiaokang Yang, Jiangmiao Pang, Yao Mu, Ping Luo

arXiv: 2508.20072 · 2025-12-23

## TL;DR

This paper introduces Discrete Diffusion VLA, a unified transformer-based approach for vision-language-action models that improves action decoding by modeling discretized action chunks with diffusion, enhancing scalability, consistency, and error correction.

## Contribution

It presents a novel discrete diffusion-based decoder for VLA models that unifies action decoding, supports parallel processing, and retains pre-trained vision-language priors.

## Key findings

- Achieves 96.3% success on LIBERO benchmark
- Improves visual matching accuracy on SimplerEnv-Fractal
- Enhances out-of-distribution robustness on LIBERO-OOD

## Abstract

Vision-Language-Action (VLA) models adapt large vision-language backbones to map images and instructions into robot actions. However, prevailing VLAs either generate actions auto-regressively in a fixed left-to-right order or attach separate MLP or diffusion heads outside the backbone, leading to fragmented information pathways and specialized training requirements that hinder a unified, scalable architecture. We present Discrete Diffusion VLA, a unified-transformer policy that models discretized action chunks with discrete diffusion. The design retains diffusion's progressive refinement paradigm while remaining natively compatible with the discrete token interface of VLMs. Our method achieves an adaptive decoding order that resolves easy action elements before harder ones and uses secondary re-masking to revisit uncertain predictions across refinement rounds, which improves consistency and enables robust error correction. This unified decoder preserves pre-trained vision-language priors, supports parallel decoding, breaks the autoregressive bottleneck, and reduces the number of function evaluations. Discrete Diffusion VLA achieves 96.3% avg. success rates on LIBERO, 71.2% visual matching on SimplerEnv-Fractal and 54.2% overall on SimplerEnv-Bridge. We also provide ablation study on vision-language ability retention on LIBERO-OOD (Out-of-Distribution) benchmark, with our method improving over autoregressive, MLP decoder and continuous diffusion baselines. These findings indicate that discrete-diffusion VLA supports precise action modeling and consistent training, laying groundwork for scaling VLA to larger models and datasets. Our code is available at https://github.com/Liang-ZX/DiscreteDiffusionVLA/tree/libero.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2508.20072/full.md

## Figures

21 figures with captions in the complete paper: https://tomesphere.com/paper/2508.20072/full.md

## References

60 references — full list in the complete paper: https://tomesphere.com/paper/2508.20072/full.md

---
Source: https://tomesphere.com/paper/2508.20072