VL-RouterBench: A Benchmark for Vision-Language Model Routing
Zhehao Huang, Baijiong Lin, Jingyuan Zhang, Jingying Wang, Yuhang Liu, Ning Lu, Tao Li, Xiaolin Huang
TL;DR
VL-RouterBench provides a comprehensive, log-driven benchmark for vision–language model routing, filling a gap in standardization for multimodal routing research. The framework constructs quality and cost matrices from inference logs, introduces an accuracy–cost trade-off via soft labels, and evaluates both feature-level and end-to-end routers across a large, diverse dataset collection. Key findings show meaningful routability gains from learned routers, with simple multimodal fusion sufficing in many cases, yet a persistent gap to an Oracle bound that invites architectural improvements in visual cues and textual structure modeling. The work offers an open-source, scalable pipeline for reproducible evaluation and drives progress toward practical, cost-aware routing in multimodal systems.
Abstract
Multi-model routing has evolved from an engineering technique into essential infrastructure, yet existing work lacks a systematic, reproducible benchmark for evaluating vision-language models (VLMs). We present VL-RouterBench to assess the overall capability of VLM routing systems systematically. The benchmark is grounded in raw inference and scoring logs from VLMs and constructs quality and cost matrices over sample-model pairs. In scale, VL-RouterBench covers 14 datasets across 3 task groups, totaling 30,540 samples, and includes 15 open-source models and 2 API models, yielding 519,180 sample-model pairs and a total input-output token volume of 34,494,977. The evaluation protocol jointly measures average accuracy, average cost, and throughput, and builds a ranking score from the harmonic mean of normalized cost and accuracy to enable comparison across router configurations and cost budgets. On this benchmark, we evaluate 10 routing methods and baselines and observe a significant routability gain, while the best current routers still show a clear gap to the ideal Oracle, indicating considerable room for improvement in router architecture through finer visual cues and modeling of textual structure. We will open-source the complete data construction and evaluation toolchain to promote comparability, reproducibility, and practical deployment in multimodal routing research.
