paper-with-me

Papers

Coding with Eyes: Visual Feedback Unlocks Reliable GUI Code Generating and Debugging

2026-03-14 · Zhilin Liu, Ye Huang, Ting Xie, Ruizhi Zhang, Wen Li, Lixin Duan arxiv

Recent advances in Large Language Model (LLM)-based agents have shown remarkable progress in code generation. However, current agent methods mainly rely on text-output-based feedback (e.g. command-line outputs) for multi-round debugging and struggle in graphical user interface (GUI) that involve visual information. This is mainly due to two limitations: 1) GUI programs are event-driven, yet existing methods cannot simulate user interactions to trigger GUI element logic 2) GUI programs possess visual attributes, making it difficult for text-based approaches to assess whether the rendered interface meets user needs. To systematically address these challenges, we first introduce InteractGUI Bench, a novel benchmark comprising 984 commonly used real-world desktop GUI application tasks designed for fine-grained evaluation of both interaction logic and visual structure. Furthermore, we propose VF-Coder, a vision-feedback-based multi-agent system for debugging GUI code. By perceiving visual information and directly interacting with program interfaces, VF-Coder can identify potential logic and layout issues in a human-like manner. On InteractGUI Bench, our VF-Coder approach increases the success rate of Gemini-3-Flash from 21.68% to 28.29% and raises the visual score from 0.4284 to 0.5584, indicating the effectiveness of visual feedback in GUI debugging.

📄 PDF Abstract BibTeX arXiv:2604.19750

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

FaithEyes: Towards Faithful Tool Use via Multi-Agent Process-Image Verification

2026-07-30 · Haoqing Wang, Xingrun Xing, Wei Xia, Ziheng Li 외 arxiv

Agentic vision-language models (VLMs), which interleave textual reasoning with explicit tool calls such as cropping and code-based image manipulation, have emerged as a compelling paradigm for reliable and interpretable …

Multimodal ReasoningImage Manipulation

EchoAgent: Towards Reliable Echocardiography Interpretation with "Eyes","Hands" and "Minds"

2026-04-07 · Qin Wang, Zhiqing He, Yu Liu, Bowen Guo 외 arxiv

Reliable interpretation of echocardiography (Echo) is crucial for assessing cardiac function, which demands clinicians to synchronously orchestrate multiple capabilities, including visual observation (eyes), manual measu…

Visual Field Prediction using Recurrent Neural Network

2019-06-10 · Keunheung Park, Jinmi Kim & Jiwoong Lee

Artificial intelligence capabilities have, recently, greatly improved. In the past few years, one of the deep learning algorithms, the recurrent neural network (RNN), has shown an outstanding ability in sequence labeling…

Decision MakingPrediction

GUI-Eyes: Tool-Augmented Perception for Visual Grounding in GUI Agents

2026-01-14 · Chen Chen, Jiawei Shao, Dakuan Lu, Haoyi Hu 외 arxiv

Recent advances in vision-language models (VLMs) and reinforcement learning (RL) have driven progress in GUI automation. However, most existing methods rely on static, one-shot visual inputs and passive perception, lacki…

Reinforcement LearningVisual Grounding

What if Eye...? Computationally Recreating Vision Evolution

2025-01-25 · Kushagra Tiwary, Aaron Young, Zaid Tasneem, Tzofi Klinghoffer 외

Vision systems in nature show remarkable diversity, from simple light-sensitive patches to complex camera eyes with lenses. While natural selection has produced these eyes through countless mutations over millions of yea…

Evolutionary Algorithms