paper-with-me

Papers

Adaptive Vision-Language Model Routing for Computer Use Agents

2026-03-13 · Xunzhuo Liu, Bowei He, Xue Liu, Andy Luo, Haichen Zhang, Huamin Chen arxiv

Computer Use Agents (CUAs) translate natural-language instructions into Graphical User Interface (GUI) actions such as clicks, keystrokes, and scrolls by relying on a Vision-Language Model (VLM) to interpret screenshots and predict grounded tool calls. However, grounding accuracy varies dramatically across VLMs, while current CUA systems typically route every action to a single fixed model regardless of difficulty. We propose \textbf{Adaptive VLM Routing} (AVR), a framework that inserts a lightweight semantic routing layer between the CUA orchestrator and a pool of VLMs. For each tool call, AVR estimates action difficulty from multimodal embeddings, probes a small VLM to measure confidence, and routes the action to the cheapest model whose predicted accuracy satisfies a target reliability threshold. For \textit{warm} agents with memory of prior UI interactions, retrieved context further narrows the capability gap between small and large models, allowing many actions to be handled without escalation. We formalize routing as a cost--accuracy trade-off, derive a threshold-based policy for model selection, and evaluate AVR using ScreenSpot-Pro grounding data together with the OpenClaw agent routing benchmark. Across these settings, AVR projects inference cost reductions of up to 78\% while staying within 2 percentage points of an all-large-model baseline. When combined with the Visual Confused Deputy guardrail, AVR also escalates high-risk actions directly to the strongest available model, unifying efficiency and safety within a single routing framework. Materials are also provided Model, benchmark, and code: https://github.com/vllm-project/semantic-router.

📄 PDF Abstract BibTeX arXiv:2603.12823

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EvolveRouter: Co-Evolving Routing and Prompt for Multi-Agent Question Answering

2026-04-06 · Jiatan Huang, Zheyuan Zhang, Kaiwen Shi, Yanfang Ye 외 arxiv

Large language model agents often exhibit complementary strengths, making routing a promising approach for multi-agent question answering. However, existing routing methods remain limited in two important ways: they typi…

Question Answering

AgentRouter: A Knowledge-Graph-Guided LLM Router for Collaborative Multi-Agent Question Answering

2025-10-06 · Zheyuan Zhang, Kaiwen Shi, Zhengqing Yuan, Zehong Wang 외 arxiv

Large language models (LLMs) and agent-based frameworks have advanced rapidly, enabling diverse applications. Yet, with the proliferation of models and agentic strategies, practitioners face substantial uncertainty in se…

Graph Neural NetworkQuestion Answering

MASER: Modality-Adaptive Specialist Routing for Embodied 3D Spatial Intelligence

2026-06-01 · Hilton Raj, Vishnuram AV arxiv

In 3D environments, Embodied Agents answer spatially relevant questions through reasoning from a mixture of modalities including natural language, RGB images, point clouds, depth maps and camera poses. Existing Vision-La…

Point Clouds

TCAndon-Router: Adaptive Reasoning Router for Multi-Agent Collaboration

2026-01-08 · Jiuzhou Zhao, Chunrong Chen, Chenqi Qiao, Lebin Zheng 외 arxiv

Multi-Agent Systems(MAS) have become a powerful paradigm for building high performance intelligent applications. Within these systems, the router responsible for determining which expert agents should handle a given quer…

GeMoE: Gating Entropy is All You Need for Uncertainty-aware Adaptive Routing in MoE-based Large Vision-Language Models

2026-06-24 · Chaoxiang Cai, Minghe Weng, Jie Li, Yibo Jiang 외 arxiv

With the increase in model parameters and training data, the instruction following and generalization capabilities of Large VisionLanguage Models (LVLMs) have been significantly improved. Based on the Mixture of Experts …

Instruction Following