CVFeb 15

Moving Beyond Sparse Grounding with Complete Screen Parsing Supervision

arXiv:2602.14276v13 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient, low-latency screen parsing for computer-use agents, though it is incremental as it builds on existing VLM methods with new data and training techniques.

The authors tackled the problem of sparse supervision in computer-use agents by introducing ScreenParse, a large-scale dataset with dense annotations of all visible UI elements across 771K web screenshots, and trained ScreenVLM, a compact model that outperforms larger foundation VLMs on dense parsing (e.g., 0.592 vs. 0.294 PageIoU).

Modern computer-use agents (CUA) must perceive a screen as a structured state, what elements are visible, where they are, and what text they contain, before they can reliably ground instructions and act. Yet, most available grounding datasets provide sparse supervision, with insufficient and low-diversity labels that annotate only a small subset of task-relevant elements per screen, which limits both coverage and generalization; moreover, practical deployment requires efficiency to enable low-latency, on-device use. We introduce ScreenParse, a large-scale dataset for complete screen parsing, with dense annotations of all visible UI elements (boxes, 55-class types, and text) across 771K web screenshots (21M elements). ScreenParse is generated by Webshot, an automated, scalable pipeline that renders diverse urls, extracts annotations and applies VLM-based relabeling and quality filtering. Using ScreenParse, we train ScreenVLM, a compact, 316M-parameter vision language model (VLM) that decodes a compact ScreenTag markup representation with a structure-aware loss that upweights structure-critical tokens. ScreenVLM substantially outperforms much larger foundation VLMs on dense parsing (e.g., 0.592 vs. 0.294 PageIoU on ScreenParse) and shows strong transfer to public benchmarks. Moreover, finetuning foundation VLMs on ScreenParse consistently improves their grounding performance, suggesting that dense screen supervision provides transferable structural priors for UI understanding. Project page: https://saidgurbuz.github.io/screenparse/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes