paper-with-me

Papers

Towards GUI Agents: Vision-Language Diffusion Models for GUI Grounding

2026-03-27 · Shrinidhi Kumbhar, Haofu Liao, Srikar Appalaraju, Kunwar Yashraj Singh arxiv

Autoregressive (AR) vision-language models (VLMs) have long dominated multimodal understanding, reasoning, and graphical user interface (GUI) grounding. Recently, discrete diffusion vision-language models (DVLMs) have shown strong performance in multimodal reasoning, offering bidirectional attention, parallel token generation, and iterative refinement. However, their potential for GUI grounding remains unexplored. In this work, we evaluate whether discrete DVLMs can serve as a viable alternative to AR models for GUI grounding. We adapt LLaDA-V for single-turn action and bounding-box prediction, framing the task as text generation from multimodal input. To better capture the hierarchical structure of bounding-box geometry, we propose a hybrid masking schedule that combines linear and deterministic masking, improving grounding accuracy by up to 6.1 points in Step Success Rate (SSR) over the GUI-adapted LLaDA-V trained with linear masking. Evaluations on four datasets spanning web, desktop, and mobile interfaces show that the adapted diffusion model with hybrid masking consistently outperforms the linear-masked variant and performs competitively with autoregressive counterparts despite limited pretraining. Systematic ablations reveal that increasing diffusion steps, generation length, and block length improves accuracy but also increases latency, with accuracy plateauing beyond a certain number of diffusion steps. Expanding the training data with diverse GUI domains further reduces latency by about 1.3 seconds and improves grounding accuracy by an average of 20 points across benchmarks. These results demonstrate that discrete DVLMs are a promising modeling framework for GUI grounding and represent an important step toward diffusion-based GUI agents.

📄 PDF Abstract BibTeX arXiv:2603.26211

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal ReasoningText 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…

VGDiffZero: Text-to-image Diffusion Models Can Be Zero-shot Visual Grounders

2023-09-03 · Xuyang Liu, Siteng Huang, Yachen Kang, Honggang Chen 외

Large-scale text-to-image diffusion models have shown impressive capabilities for generative tasks by leveraging strong vision-language alignment from pre-training. However, most vision-language discriminative tasks requ…

Visual Grounding

MEGA-GUI: Multi-stage Enhanced Grounding Agents for GUI Elements

2025-11-17 · SeokJoo Kwak, Jihoon Kim, Boyoun Kim, Jung Jae Yoon 외 arxiv

Graphical User Interface (GUI) grounding - the task of mapping natural language instructions to screen coordinates - is essential for autonomous agents and accessibility technologies. Existing systems rely on monolithic …

ReconVLA: Reconstructive Vision-Language-Action Model as Effective Robot Perceiver

2025-08-14 · Wenxuan Song, Ziyang Zhou, Han Zhao, Jiayi Chen 외 arxiv

Recent advances in Vision-Language-Action (VLA) models have enabled robotic agents to integrate multimodal understanding with action execution. However, our empirical analysis reveals that current VLAs struggle to alloca…

Distilling Internet-Scale Vision-Language Models into Embodied Agents

2023-01-29 · Theodore Sumers, Kenneth Marino, Arun Ahuja, Rob Fergus 외

Instruction-following agents must ground language into their observation and action spaces. Learning to ground language is challenging, typically requiring domain-specific engineering or large quantities of human interac…

Instruction Following