Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

VISTA: View-Consistent Self-Verified Training for GUI Grounding

About

When applying Group Relative Policy Optimization (GRPO) for GUI Grounding, rollouts are sampled from a single screenshot view; groups often become either all failures on difficult instances or all successes on easy ones, yielding no useful relative advantage. We propose VISTA (View-Consistent Self-Verified Training), a GRPO-based training framework that constructs each comparison group from multiple target-preserving views of the same GUI instance.Each view is generated by a crop that keeps the target element visible and remaps its box exactly, so model rollouts are compared across semantically equivalent but geometrically different inputs. To stabilize short coordinate generation without turning reinforcement learning into unconditional imitation, VISTA further adds a self-verified cross-view anchor: an oracle answer optimized with an advantage-weighted loss, excluded from the group baseline and activated only when the model has produced a maximum-reward rollout. Across five GUI-grounding benchmarks and multiple Qwen backbones, VISTA consistently improves grounding accuracy.On ScreenSpot-Pro, it raises Qwen3-VL 4B/8B/30B-A3B from 55.5/52.7/53.7 to 63.4/65.8/67.0. Robustness analyses further show higher worst-view accuracy and lower prediction flip rates.

Xinyu Qiu, Yunzhu Zhang, Heng Jia, Shuheng Shen, Changhua Meng, Linchao Zhu• 2026

Related benchmarks

TaskDatasetResultRank
GUI GroundingScreenSpot-Pro (test)
Element Accuracy74.1
67
GUI GroundingOSWorld G-Refine v1.0 (test)
Overall Success Rate72.5
37
GUI GroundingScreenSpot v2 (test)
Element Accuracy95.6
33
GUI GroundingOSWorld-G v1.0 (test)
Accuracy67.6
22
GUI GroundingMMBench-GUI L2 v1.0 (test)
Accuracy87.6
19
Showing 5 of 5 rows

Other info

GitHub

Follow for update