arXiv:2606.08970cs.AI2026-06

为视觉语言模型选型设计高效路由系统,小模型也能超越大商业模型。

An Effective Router for Vision-Language Model Selection

论文配图:An Effective Router for Vision-Language Model Selection
图 1 · 摘自论文原文
  • 构建多模态选型数据集,融合7个主流VLM在3万+图文查询上的输出。
  • 提出ARMS路由模型,仅800M参数即可在新模型上快速适配并超越大模型。
  • 适合需要高效部署、动态选型VLM的开发者与应用团队。

视觉语言模型(VLM)性能与资源消耗差异显著,用户难以选择最优模型。现有研究关注语言模型的性能悖论并提出路由方法,但面向VLM选型的路由仍面临三大挑战:缺乏专用数据、特征表示无效、模型空间僵化且适配成本高。本文构建了一个多模态选型数据集,包含7个主流VLM在32,626个唯一图文查询上的输出。提出ARMS路由系统,通过引入VLM特征增强输入信号,并采用轻量高效架构提升查询与模型能力的表征。为提升对新VLM的适应性,设计增量训练和独立训练两种扩展策略。在分布内与分布外测试集上均验证了ARMS的有效性:仅800M参数的ARMS可适应更广的VLM空间,在多项任务上超越数百倍于其规模的GPT-4o等商用模型。代码、模型与数据集已开源。

原文摘要 · Abstract (English)

Vision-language models (VLMs) with varying performance and resource requirements are widely deployed, making it difficult for users to select the most appropriate one among numerous VLM candidates. Existing work reveals the performance paradox phenomenon in language models and focuses on routing methods to solve it. However, developing a router for VLM selection is still a critical yet challenging problem, which primarily faces: 1) lack of specialized data, 2) ineffective feature representation, and 3) rigid model space and costly adaptation. In this paper, we construct a multimodal dataset for VLM selection, containing the outputs of seven mainstream VLMs on 32,626 unique image-text queries. We then propose ARMS, a router for VLM selection. ARMS enhances input signals with VLM profiles, employs a simple but effective architecture to improve representations of queries and VLM capabilities. To improve ARMS' adaptation to new VLMs, we propose two extension training strategies: incremental training and independent training. Experimental results on both in-distribution and out-of-distribution test sets demonstrate the effectiveness of ARMS. In particular, using our training strategy, ARMs (only 800M in size) can adapt to a broader VLM space and defeat commercial models like GPT-4o that are hundreds of times larger in scale. Our code, models, and datasets are available in the anonymous repository.

模型选型视觉语言模型路由系统轻量化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。