Chain-of-Ground: Improving GUI Grounding via Iterative Reasoning and Reference Feedback

TL;DR

Chain-of-Ground enhances GUI grounding through iterative reasoning, achieving 68.4% accuracy on ScreenSpot-Pro.

cs.AI 🔴 Advanced 2025-12-02 3 views
Aiden Yiliu Li Bizhi Yu Daoan Lei Tianhe Ren Shilong Liu
multimodal GUI grounding iterative reasoning training-free industrial applications

Key Findings

Methodology

Chain-of-Ground (CoG) is a training-free multi-step grounding framework leveraging multimodal large language models for iterative visual reasoning and refinement. Its core components include iterative reasoning and reference feedback. Iterative reasoning improves localization accuracy through multiple hypothesis updates, while reference feedback uses visual or textual signals to guide model adjustments.

Key Results

  • On the ScreenSpot-Pro benchmark, the triple-step CoG model achieved 68.4% accuracy, improving by 4.8% over the previous best model.
  • On the TPanel-UI dataset, CoG outperformed the strong baseline Qwen3-VL-235B by 6.9 points, demonstrating its effectiveness across real-world and digital interfaces.
  • Ablation studies show that increasing the number of iterations significantly boosts accuracy, with the triple-step model improving by 4.5% over the single-step baseline.

Significance

This study significantly enhances localization accuracy in complex GUI interfaces through a training-free iterative refinement approach, addressing challenges in small and visually similar target localization. It holds significant academic value and offers new solutions for industrial applications.

Technical Contribution

The CoG framework differs from existing single-step prediction methods by improving model stability and interpretability through structured iterative refinement. It offers new engineering possibilities without relying on additional training.

Novelty

CoG is the first to combine iterative reasoning and reference feedback for GUI grounding, overcoming limitations of traditional methods in complex interfaces and providing a novel localization approach.

Limitations

  • In certain complex scenarios, the model may still struggle with highly similar visual elements.
  • Further research is needed to maintain efficiency in larger-scale industrial applications.

Future Work

Future research directions include optimizing feedback mechanisms to enhance model adaptability, exploring applications in more complex industrial environments, and integrating additional multimodal information to improve localization accuracy.

AI Executive Summary

Accurate GUI grounding in complex user interfaces has long been a challenge. Existing multimodal large language models, while strong in visual grounding, struggle with small and visually similar targets. Chain-of-Ground (CoG) introduces a training-free multi-step grounding framework that improves localization accuracy through iterative reasoning and reference feedback.

The core of the CoG framework lies in its iterative reasoning and reference feedback mechanisms. By updating hypotheses multiple times, the model can more accurately reflect and adjust its predictions, achieving more precise and interpretable localization. On the ScreenSpot-Pro benchmark, the triple-step CoG model achieved 68.4% accuracy, improving by 4.8% over the previous best model.

This research not only holds significant academic value but also offers new solutions for industrial applications. Future research directions include optimizing feedback mechanisms to enhance model adaptability, exploring applications in more complex industrial environments, and integrating additional multimodal information to improve localization accuracy.

Deep Analysis

Background

GUI grounding aligns natural language instructions with precise regions in complex user interfaces. With the development of multimodal large language models, visual GUI grounding capabilities have significantly improved. However, models still face challenges in handling small and visually similar targets. Existing methods often rely on single-step predictions, which struggle to maintain stability and interpretability in complex scenes.

Core Problem

Accurate localization of small and visually similar targets in complex user interfaces is a challenging problem. Existing methods often perform poorly in these scenarios, leading to inaccurate localization and unstable results. Solving this problem is crucial for improving the reliability and autonomy of multimodal systems.

Innovation

CoG combines iterative reasoning and reference feedback to provide a novel localization approach. Iterative reasoning allows the model to update hypotheses multiple times, improving localization accuracy. Reference feedback guides model adjustments using visual or textual signals. This method offers new engineering possibilities without relying on additional training.

Methodology

  • �� Iterative reasoning: The model updates hypotheses multiple times to improve localization accuracy.
  • �� Reference feedback: Visual or textual signals guide model adjustments.
  • �� Multi-step refinement: Through multiple iterations, the model can more accurately reflect and adjust its predictions.

Experiments

Experiments were conducted on the ScreenSpot-Pro and TPanel-UI datasets. ScreenSpot-Pro contains high-resolution professional GUIs, while TPanel-UI includes 420 labeled industrial control panels. Various multimodal large language models were used as baselines to evaluate CoG's localization accuracy and stability.

Results

On the ScreenSpot-Pro benchmark, the triple-step CoG model achieved 68.4% accuracy, improving by 4.8% over the previous best model. On the TPanel-UI dataset, CoG outperformed the strong baseline Qwen3-VL-235B by 6.9 points, demonstrating its effectiveness across real-world and digital interfaces.

Applications

CoG has broad application prospects in complex GUI localization, particularly in industrial control panels requiring high precision and stability. Its training-free nature makes it easy to integrate into existing systems.

Limitations & Outlook

In certain complex scenarios, the model may still struggle with highly similar visual elements. Further research is needed to maintain efficiency in larger-scale industrial applications.

Plain Language Accessible to non-experts

Imagine you're in a large supermarket looking for something. There are many shelves, each with many similar products. You need to find a specific product, like a specific brand of cookies. Traditional methods are like walking directly to the shelf and trying to find the target product in one go. But this is hard because there are too many similar products. Chain-of-Ground is like a smart assistant that first finds a general area and then narrows down step by step until it finds the exact product. Each step allows you to review previous choices to ensure nothing is missed. This method makes it easier to find the target product, even if it's hidden among many similar items.

ELI14 Explained like you're 14

Imagine you're playing a game where you need to find hidden treasure on a complex map. The map has many similar markers, making it hard to find the treasure directly. Chain-of-Ground is like a smart helper that first helps you find a general area and then narrows down step by step. Each step it tells you about previous choices, allowing you to adjust direction until you find the treasure. This method makes it easier to succeed, even if the map is complex!

Glossary

Multimodal Large Language Model

A model that combines visual and language information to handle complex multimodal tasks.

Used for iterative reasoning and reference feedback.

Iterative Reasoning

A method that improves model prediction accuracy through multiple hypothesis updates.

Core component of the CoG framework.

Reference Feedback

A mechanism that guides model adjustments using visual or textual signals.

Helps the model adjust predictions during iterations.

ScreenSpot-Pro

A high-resolution professional benchmark dataset for evaluating GUI localization accuracy.

CoG achieved a new state-of-the-art on this dataset.

TPanel-UI

A dataset of 420 labeled industrial control panels used to test model robustness in real-world scenarios.

Used to evaluate CoG's application in industrial environments.

Open Questions Unanswered questions from this research

  • 1 How to maintain efficiency in larger-scale industrial applications?
  • 2 How to further optimize feedback mechanisms to enhance model adaptability?

Applications

Immediate Applications

Industrial Control Panels

In industrial environments, CoG can improve control panel operation accuracy, reducing misoperations.

Long-term Vision

Smart Home

In smart homes, CoG can be used for more precise identification and operation of appliances, enhancing user experience.

Abstract

GUI grounding aims to align natural language instructions with precise regions in complex user interfaces. Advanced multimodal large language models show strong ability in visual GUI grounding but still struggle with small or visually similar targets and ambiguity in real world layouts. These limitations arise from limited grounding capacity and from underuse of existing reasoning potential. We present Chain of Ground CoG a training free multi step grounding framework that uses multimodal large language models for iterative visual reasoning and refinement. Instead of direct prediction the model progressively reflects and adjusts its hypotheses leading to more accurate and interpretable localization. Our approach achieves 68.4 accuracy on the ScreenSpot Pro benchmark an improvement of 4.8 points. To measure real world generalization we introduce TPanel UI a dataset of 420 labeled industrial control panels with visual distortions such as blur and masking. On TPanel UI Chain of Ground improves over the strong baseline Qwen3 VL 235B by 6.9 points showing the effectiveness of multi step training free grounding across real world and digital interfaces. These results highlight a direction for unlocking grounding potential through structured iterative refinement instead of additional training.

cs.AI cs.CL cs.CV