paper-with-me

홈 › Papers

LLaDA-VLA: Vision Language Diffusion Action Models

2025-09-08 · Yuqing Wen, Hebei Li, Kefan Gu, Yucheng Zhao, Tiancai Wang, Xiaoyan Sun arxiv

The rapid progress of auto-regressive vision-language models (VLMs) has inspired growing interest in vision-language-action models (VLA) for robotic manipulation. Recently, masked diffusion models, a paradigm distinct from autoregressive models, have begun to demonstrate competitive performance in text generation and multimodal applications, leading to the development of a series of diffusion-based VLMs (d-VLMs). However, leveraging such models for robot policy learning remains largely unexplored. In this work, we present LLaDA-VLA, the first Vision-Language-Diffusion-Action model built upon pretrained d-VLMs for robotic manipulation. To effectively adapt d-VLMs to robotic domain, we introduce two key designs: (1) a localized special-token classification strategy that replaces full-vocabulary classification with special action token classification, reducing adaptation difficulty; (2) a hierarchical action-structured decoding strategy that decodes action sequences hierarchically considering the dependencies within and across actions. Extensive experiments demonstrate that LLaDA-VLA significantly outperforms state-of-the-art VLAs on both simulation and real-world robots.

📄 PDF Abstract BibTeX arXiv:2509.06932

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

LLaDA-UI: Bringing Block-wise Diffusion to Vision-Language GUI Agents

2026-09-09 · Zhangxuan Gu, Haoxing Chen, Qi Qin, Yi Xin 외 hf

Diffusion large language models (dLLMs) achieve high decoding efficiency through block-parallel, arbitrary-order generation, making them attractive for latency-sensitive applications. GUI agents represent a natural testb…

LLaDA-V: Large Language Diffusion Models with Visual Instruction Tuning

2025-05-22 · Zebin You, Shen Nie, Xiaolu Zhang, Jun Hu 외

In this work, we introduce LLaDA-V, a purely diffusion-based Multimodal Large Language Model (MLLM) that integrates visual instruction tuning with masked diffusion models, representing a departure from the autoregressive…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

LLaDA-MedV: Exploring Large Language Diffusion Models for Biomedical Image Understanding

2025-08-03 · Xuanzhao Dong, Wenhui Zhu, Xiwen Chen, Zhipeng Wang 외 arxiv

Autoregressive models (ARMs) have long dominated the landscape of biomedical vision-language models (VLMs). Recently, masked diffusion models such as LLaDA have emerged as promising alternatives, yet their application in…

LLaDA-MoE: A Sparse MoE Diffusion Language Model

2025-09-29 · Fengqi Zhu, Zebin You, Yipeng Xing, Zenan Huang 외 arxiv

We introduce LLaDA-MoE, a large language diffusion model with the Mixture-of-Experts (MoE) architecture, trained from scratch on approximately 20T tokens. LLaDA-MoE achieves competitive performance with significantly red…

Mathematical ReasoningCode Generation

Improved Large Language Diffusion Models

2026-06-24 · Shen Nie, Qiyang Min, Shaoxuan Xu, Zihao Huang 외 arxiv

Modern large language models are predominantly trained with autoregressive factorization and causal attention. We present \emph{iLLaDA}, an 8B masked diffusion language model trained from scratch with fully bidirectional…