Hugging Face Daily PapersZhangxuan Gu, Haoxing Chen, Qi Qin1 min readpaperadvanced
LLaDA-UI: Bringing Block-wise Diffusion to Vision-Language GUI Agents
Summary
LLaDA‑UI is a 16.7 B‑parameter Mixture‑of‑Experts vision‑language model that uses block‑wise diffusion to generate GUI actions in parallel. It achieves state‑of‑the‑art performance on multiple GUI grounding and navigation benchmarks, beating larger Qwen models while keeping decoding latency low.
- Block‑wise diffusion lets the language model generate multiple token blocks in parallel, cutting decoding latency for real‑time GUI control.
- LLaDA‑UI combines a 16.7 B parameter Mixture‑of‑Experts backbone with a native‑resolution vision encoder, trained first on generic multimodal data then fine‑tuned on diverse GUI interaction logs.
- On standard grounding and navigation benchmarks across mobile, desktop and web, LLaDA‑UI outperforms Qwen2.5‑VL‑7B and beats Qwen3‑VL‑8B on four of six GUI tasks.
- The two‑stage pipeline shows that diffusion LLMs can be extended to multimodal agents without losing their parallel decoding advantage.
Engineers building UI automation or assistive agents need low‑latency multimodal models; block‑wise diffusion offers a concrete path to that.
7/10


