ZeroHour
Hugging Face daily paperspublished ()ingested Zhangxuan Gu, Haoxing Chen, Qi Qin

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

infoAI researchimportance 48
AI summary · glm-5.3

LLaDA-UI, a 16.7B block-wise diffusion vision-language GUI agent, outperforms Qwen2.5-VL-7B and beats Qwen3-VL-8B on four of six GUI benchmarks.

LLaDA-UI is a 16.7B-parameter MoE-based, block-wise diffusion vision-language GUI agent built on the LLaDA2.0-mini-base diffusion language backbone with a native-resolution vision encoder. It uses a two-stage pipeline: general multimodal pre-training followed by GUI-agent supervised fine-tuning on mobile, desktop, web, and grounding data. It substantially outperforms Qwen2.5-VL-7B and surpasses Qwen3-VL-8B on four of six reported GUI benchmarks, establishing block-wise diffusion as a practical paradigm for latency-sensitive multimodal agents.

  • 16.7B-parameter MoE diffusion GUI agent built on LLaDA2.0-mini-base backbone
  • Two-stage training: multimodal pre-training, then GUI-agent supervised fine-tuning
  • Outperforms Qwen2.5-VL-7B; beats Qwen3-VL-8B on four of six GUI benchmarks
  • Preserves block-parallel decoding advantage for real-time screen-grounded action generation
Full article148 words · extracted from huggingface.co · click to collapse

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 testbed for this paradigm, as they must repeatedly perceive screen states and emit structured, spatially grounded actions in real time. However, whether dLLMs can be extended into capable multimodal GUI agents while preserving their parallel decoding advantage remains an open question. We present LLaDA-UI, a 16.7B-parameter MoE-based, block-wise diffusion vision-language GUI agent. LLaDA-UI follows a two-stage training pipeline: general multimodal pre-training aligns a native-resolution vision encoder with the LLaDA2.0-mini-base diffusion language backbone, followed by GUI-agent supervised fine-tuning on diverse mobile, desktop, web, and grounding data. Across widely adopted grounding benchmarks and navigation benchmarks spanning multiple platforms, LLaDA-UI substantially outperforms Qwen2.5-VL-7B and surpasses Qwen3-VL-8B on four of six reported GUI benchmarks. These results establish block-wise diffusion as a practical generative paradigm for multimodal GUI agents.

Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/papers/2609.13287