paper-with-me

Papers

PrecisionCUA: Iterative Visual Refinement for Pixel-Precise Cursor Grounding in Code Editors

2026-04-14 · Himangi Mittal, Gaurav Mittal, Nelson Daniel Troncoso, Yu Hu arxiv

Computer Use Agents (CUAs) fundamentally rely on graphical user interface (GUI) grounding to translate language instructions into executable screen actions, but editing-level grounding in dense coding interfaces (such as VS Code and Cursor), where sub-pixel accuracy is required to interact with dense IDE elements, remains underexplored. Existing approaches typically rely on single-shot coordinate prediction, which lacks a mechanism for error correction and often fails in high-density interfaces. In this technical report, we conduct an empirical study of pixel-precise cursor localization in coding environments. Instead of a single-step execution, our agent engages in an iterative refinement process, utilizing visual feedback from previous attempts to reach the target element. This closed-loop grounding mechanism allows the agent to self-correct displacement errors and adapt to dynamic UI changes. We evaluate our approach across Claude, Qwen, and GPT on a suite of complex coding benchmarks, demonstrating that multi-turn refinement significantly outperforms state-of-the-art single-shot models in both click precision and overall task success rate. Our results suggest that iterative visual reasoning is a critical component for the next generation of reliable software engineering agents. Code: https://github.com/microsoft/precision-cua-bench/tree/main.

📄 PDF Abstract BibTeX arXiv:2604.13019

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

ExACT: Exemplar-Driven Calibrated Refinement for Training-Free Visual Grounding in Remote Sensing Images

2026-06-27 · Zixiao Zhang, Lingling Li, Pei He, Xu Liu 외 arxiv

Remote sensing visual grounding (RSVG) aims to locate specific objects in high-resolution RS imagery using free-form natural language descriptions. While recent advances in multimodal large language models (MLLMs) show g…

Visual Grounding

PromptMAD: Cross-Modal Prompting for Multi-Class Visual Anomaly Localization

2026-01-30 · Duncan McCain, Hossein Kashiani, Fatemeh Afghah arxiv

Visual anomaly detection in multi-class settings poses significant challenges due to the diversity of object categories, the scarcity of anomalous examples, and the presence of camouflaged defects. In this paper, we prop…

Anomaly Detection

DeepFH Segmentations for Superpixel-based Object Proposal Refinement

2021-08-07 · Christian Wilms, Simone Frintrop

Class-agnostic object proposal generation is an important first step in many object detection pipelines. However, object proposals of modern systems are rather inaccurate in terms of segmentation and only roughly adhere …

Objectobject-detectionObject DetectionObject Proposal Generation+2

Imperfect Visual Verification for Code Edition : A Case Study on TikZ

2026-04-09 · Charly Reux, Mathieu Acher, Djamel Eddine Khelladi, Clément Quinton 외 arxiv

LLMs have significantly advanced code generation, enabling the synthesis of functional programs. While recent systems achieve strong performance on many coding benchmarks, tasks involving programs such as TikZ that gener…

Code Generation

DeepOtsu: Document Enhancement and Binarization using Iterative Deep Learning

2019-01-18 · Sheng He, Lambert Schomaker

This paper presents a novel iterative deep learning framework and apply it for document enhancement and binarization. Unlike the traditional methods which predict the binary label of each pixel on the input image, we tra…

BinarizationDeep LearningDocument Enhancement