paper-with-me

홈 › Papers

What Happens Before Decoding? Prefill Determines GUI Grounding in VLMs

2026-05-10 · Jiaping Lin, Fei Shen, Junzhe Li, Ping Nie, Fei Yu, Ming Li, Haizhou Li arxiv

Existing training-free approaches for GUI grounding often rely on multiple inference runs, such as iterative cropping or candidate aggregation, to identify target elements. Despite this additional computation, each forward pass still independently interprets the instruction and parses the visual layout, without enabling progressive interaction among visual tokens. In this paper, we study what happens during GUI grounding in Vision-Language Models (VLMs) and identify a previously overlooked bottleneck. We show that grounding follows a two-stage paradigm: the prefill stage determines candidate UI elements, while the decoding stage subsequently refines the final coordinates. This asymmetry establishes prefill as the critical step, as errors in candidate selection cannot be effectively corrected during decoding. Based on this observation, we propose Re-Prefill, a training-free method that revisits inference by introducing an attention-guided second prefill stage to refine target selection. Specifically, visual tokens that consistently receive high attention from the query position, i.e., the final token, across layers are extracted as a preliminary target hypothesis and appended to the input, together with the instruction hidden states, enabling the model to deeply re-think its decision before coordinate generation. Experiments across four VLMs and five benchmarks, including ScreenSpot-Pro, ScreenSpot-V2, OSWorld-G, UI-Vision, and MMBench-GUI, demonstrate consistent improvements without additional training, with gains of up to 4.3% on ScreenSpot-Pro. Code will be available at https://github.com/linjiaping1/Re-Prefill.

📄 PDF Abstract BibTeX arXiv:2605.12549

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MLLMs Know When Before Speaking: Revealing and Recovering Temporal Grounding via Attention Cues

2026-05-21 · Dazhao Du, Liao Duan, Jian Liu, Tao Han 외 arxiv

Video temporal grounding (VTG), which localizes the start and end times of a queried event in an untrimmed video, is a key test of whether multimodal large language models (MLLMs) understand not only what happens but als…

Injecting Adrenaline into LLM Serving: Boosting Resource Utilization and Throughput via Attention Disaggregation

2025-03-26 · Yunkai Liang, Zhangyu Chen, Pengfei Zuo, Zhi Zhou 외

In large language model (LLM) serving systems, executing each request consists of two phases: the compute-intensive prefill phase and the memory-intensive decoding phase. To prevent performance interference between the t…

Large Language ModelScheduling

Prefill-Time Intervention for Mitigating Hallucination in Large Vision-Language Models

2026-04-28 · Chengsheng Zhang, Chenghao Sun, Xinyan Jiang, Wei Li 외 arxiv

Large Vision-Language Models (LVLMs) have achieved remarkable progress in visual-textual understanding, yet their reliability is critically undermined by hallucinations, i.e., the generation of factually incorrect or inc…

An EEG-based Stereoscopic Research to Reveal the Brain's Response to What Happens Before and After Watching 2D and 3D Movies

2019-03-13

Despite knowing the reality of three-dimensional (3D) technology in the form of eye fatigue, this technology continues to be retained by people (especially the young community). To check what happens before and after wat…

BenchmarkingEEGElectroencephalogram (EEG)

Understanding Persuasion in Long-Running Agents

2026-01-31 · Hyejun Jeong, Amir Houmansadr, Shlomo Zilberstein, Eugene Bagdasarian arxiv

Modern AI agents increasingly combine conversational interaction with autonomous task execution, such as coding and web research, raising a natural question: What happens when an agent engaged in long-horizon tasks is ex…