paper-with-me

홈 › Papers

One Forward Beats Two: InnerZoom for Accurate and Efficient GUI Grounding

2026-06-29 · Chen Liu, Ling Chen, Hanzhang Zhou, Liangyu Chen, Chenglin Cai, Xin Yu, Steven Hoi, Yue Wang arxiv

MLLM-based GUI grounding methods commonly formulate target localization as autoregressive coordinate generation, enabling models to leverage the strong instruction-following and semantic understanding capabilities of MLLMs. However, this formulation requires the model to retain region-level target evidence while decoding coordinate tokens with the spatial precision demanded by GUI clicking. Our diagnostic analysis reveals that target-region awareness emerges in intermediate decoder layers but is neither retained nor translated into the final coordinate prediction. Existing ZoomIn-style methods address this issue through an external crop-and-rerun pass, which improves localization but increases end-to-end latency and computational cost. To retain the accuracy benefits of two-pass zooming without this extra cost, we propose InnerZoom, a single-forward framework for cross-layer evidence bridging. InnerZoom transforms target-related cues from the original forward pass into a compact cross-layer evidence state, then preserves, refines, and reinjects this state throughout later decoding layers to guide coordinate prediction. Extensive experimental results suggest that InnerZoom-4B achieves state-of-the-art performance on all six GUI grounding benchmarks, obtaining 64.7 on OSWorld-G, 40.2 on UI-Vision, 73.1 on OSWorld-GR, and 87.6 on MMBench-GUI, surpassing the previous best results by 4.1, 3.2, 2.9, and 2.3 points, respectively. Under a controlled 4B setting, InnerZoom improves the same SFT+RL baseline by 5.3 points on average and outperforms two-pass ZoomIn by 1.3 points on average, while reducing end-to-end latency by up to 31.8% and TFLOPs by about 29%. Code and models will be publicly available.

📄 PDF Abstract BibTeX arXiv:2606.30084

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reinforcement Learning for Weakly Supervised Temporal Grounding of Natural Language in Untrimmed Videos

2020-09-18 · Jie Wu, Guanbin Li, Xiaoguang Han, Liang Lin

Temporal grounding of natural language in untrimmed videos is a fundamental yet challenging multimedia task facilitating cross-media visual content retrieval. We focus on the weakly supervised setting of this task that m…

cross-modal alignmentreinforcement-learningReinforcement Learning (RL)Retrieval+1

Weak Supervision for Affordable Modeling of Electrocardiogram Data

2022-01-09 · Mononito Goswami, Benedikt Boecking, Artur Dubrawski

Analysing electrocardiograms (ECGs) is an inexpensive and non-invasive, yet powerful way to diagnose heart disease. ECG studies using Machine Learning to automatically detect abnormal heartbeats so far depend on large, m…

DiagnosticTime SeriesTime Series Analysis

A practical system based on CNN-BLSTM network for accurate classification of ECG heartbeats of MIT-BIH imbalanced dataset

2021-05-07 · 26th International Computer Conference, Computer Society of Iran (CSICC) 2021 5 · armin shoughi, mb dowlatshahi

ECG beats have a key role in the reduction of fatality rate arising from cardiovascular diseases (CVDs) by using Arrhythmia diagnosis computer-aided systems and get the important information from patient cardiac conditio…

ClassificationECG Classification

Vesta: A Generalist Embodied Reasoning Model

2026-06-18 · Johan Bjorck, Zhiqi Li, Yunze Man, Jing Wang 외 arxiv

Robots operating in open-world environments must seamlessly integrate localization, spatial reasoning, navigation, and long-horizon planning. While specialist models excel at individual tasks, deploying a multi-model sta…

Spatial Reasoning

A Fast and Accurate One-Stage Approach to Visual Grounding

2019-08-18 · ICCV 2019 10 · Zhengyuan Yang, Boqing Gong, Li-Wei Wang, Wenbing Huang 외

We propose a simple, fast, and accurate one-stage approach to visual grounding, inspired by the following insight. The performances of existing propose-and-rank two-stage methods are capped by the quality of the region c…

Referring ExpressionReferring Expression ComprehensionVisual Grounding