Paper Overview
- Field: Computer Vision
- Authors: Borui Zhang, Bo Zhang, Bo Wang, Wenzhao Zheng et al.
- arXiv: 2605.06664
- Code: https://github.com/Neur-IO/BAMI
- Coarse-to-fine focusing
- Candidate selection
- Training-free: no fine-tuning required to gain accuracy gains
- Diagnoses bias sources via MPD attribution
- Consistent improvements across multiple grounding models
Abstract (Translation)
GUI grounding is a key capability that enables GUI agents to perform tasks such as clicking and dragging. However, existing models often underperform on complex benchmarks like ScreenSpot-Pro.
Using the proposed Masked Prediction Distribution (MPD) attribution method, the authors identify two main sources of errors:
1. High image resolution — leading to *precision bias* 2. Complex interface elements — leading to *ambiguity bias*
To address these issues, the paper introduces Bias-Aware Manipulation Inference (BAMI), which consists of two key operations:
Extensive experiments show that BAMI significantly improves the accuracy of various GUI grounding models in a training-free setting. For example, applying BAMI to the TianXi-Action-7B model raises its ScreenSpot-Pro accuracy from 51.9% to 57.8%. Ablation studies further confirm the method's robustness across different parameter configurations, highlighting its stability and effectiveness.
Key Takeaways
*Auto-collected on 2026-05-10. Original abstract available on arXiv.*