Avenir-Web: Human-Experience-Imitating Multimodal Web Agents with Mixture of Grounding Experts
Aiden Yiliu Li, Xinyue Hao, Shilong Liu, Mengdi Wang
TL;DR
The paper addresses the reliability gaps of autonomous web agents operating on live, complex web interfaces, notably grounding accuracy, site-specific procedural knowledge, and long-horizon memory. It introduces Avenir-Web, a modular web agent that combines Mixture of Grounding Experts (MoGE) for robust visual grounding, Experience-Imitation Planning (EIP) for leveraging external procedural knowledge, and a Task-Tracking Checklist with Adaptive Memory to stabilize long-horizon execution. The authors demonstrate open-source state-of-the-art performance on the Online-Mind2Web benchmark, achieving 53.7% Task Success Rate with Gemini 3 Pro and 25.7% with a lightweight 8B model, significantly surpassing open-source baselines and approaching proprietary systems. The work provides a scalable, reproducible framework for reliable web navigation and highlights the value of integrating strategic planning with memory-aware grounding for real-world web interaction.
Abstract
Despite advances in multimodal large language models, autonomous web agents still struggle to reliably execute long-horizon tasks on complex and dynamic web interfaces. Existing agents often suffer from inaccurate element grounding, the absence of site-specific procedural knowledge, and unstable long-term task tracking and memory, particularly when operating over complex Document Object Model structures. To address these limitations, we introduce Avenir-Web, a web agent that achieves a new open-source state of the art on the Online-Mind2Web benchmark in real-world deployment. Avenir-Web leverages a Mixture of Grounding Experts, Experience-Imitation Planning for incorporating procedural priors, and a task-tracking checklist combined with adaptive memory to enable robust and seamless interaction across diverse user interface paradigms. We evaluate Avenir-Web on Online-Mind2Web, a rigorous benchmark of live and user-centered web tasks. Our results demonstrate that Avenir-Web significantly surpasses prior open-source agents and attains performance parity with top-tier proprietary models, thereby establishing a new open-source state of the art for reliable web agents on live websites.
