AICVAug 23, 2025

WebSight: A Vision-First Architecture for Robust Web Agents

arXiv:2508.16987v17 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the challenge of robust web automation for users and developers by eliminating reliance on HTML/DOM, though it builds incrementally on existing vision-language models.

The paper tackles the problem of autonomous web navigation by introducing WebSight, a vision-based agent that interacts with web environments purely through visual perception, achieving a 68.0% success rate on the WebVoyager benchmark and outperforming systems like OpenAI's 61.0%.

We introduce WebSight, a vision-based autonomous web agent, designed to interact with web environments purely through visual perception, eliminating dependence on HTML or DOM-based inputs. Central to our approach we introduce our new model, WebSight-7B, a fine-tuned vision-language model optimized for UI element interaction, trained using LoRA on a web-focused subset of the Wave-UI-25K dataset. WebSight integrates this model into a modular multi-agent architecture, comprising planning, reasoning, vision-action, and verification agents, coordinated through an episodic memory mechanism. WebSight-7B achieves a top-1 accuracy of 58.84% on the Showdown Clicks benchmark, outperforming several larger generalist models while maintaining lower latency. The full WebSight agent achieves a 68.0% success rate on the WebVoyager benchmark, surpassing systems from labs such as OpenAI (61.0%) and HCompany (Runner H, 67.0%). Among tasks completed, WebSight answers correctly 97.14% of the time, indicating high precision. Together, WebSight and WebSight-7B establish a new standard for interpretable, robust, and efficient visual web navigation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes