Papers › LatentRouter: Can We Choose the Right Multimodal Model Before Seeing Its Answer?

LatentRouter: Can We Choose the Right Multimodal Model Before Seeing Its Answer?

11 May 2026arXiv:2605.11301added by Syntology

Xueqi Cheng, Yushun Dong

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Multimodal large language models (MLLMs) have heterogeneous strengths across OCR, chart understanding, spatial reasoning, visual question answering, cost, and latency. Effective MLLM routing therefore requires more than estimating query difficulty: a router must match the multimodal requirements of the current image-question input with the capabilities of each candidate model. We propose LatentRouter, a router that formulates MLLM routing as counterfactual multimodal utility prediction. Given an image-question query, LatentRouter extracts learned multimodal routing capsules, represents each candidate MLLM with a model capability token, and performs latent communication between these states to estimate how each model would perform if selected. A distributional outcome head predicts model-specific counterfactual quality, while a bounded capsule correction refines close decisions without allowing residual signals to dominate the prediction. The resulting utility-based policy supports performance-oriented and performance-cost routing, and handles changing candidate pools through shared per-model scoring with availability masking. Experiments on MMR-Bench and VL-RouterBench show that LatentRouter outperforms fixed-model, feature-level, and learned-router baselines. Additional analyses show that the gains are strongest on multimodal task groups where model choice depends on visual, layout-sensitive, or reasoning-oriented requirements, and that latent communication is the main contributor to the improvement. The code is available at: https://github.com/LabRAI/LatentRouter.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.11301")

Code

Syntology Ran 7 of 8 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · our draft was wrong; 6 ran with no contract checked.

By repository: found in paper text by Syntology: 8 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

LabRAI/LatentRouter found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

8 samples harvested; 7 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
6ran
1unverified

Licence: 0 of the 8 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from LabRAI/LatentRouter. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

discover_model_groups LabRAI/LatentRouter/src/latentrouter/benchmarks/mmr.py found in paper text by Syntology ran MIT (permissive) · d960f42aad3c72c7 · report
ensure_dir LabRAI/LatentRouter/src/latentrouter/io.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 25ba597a53fa8704 · report
load_run_config LabRAI/LatentRouter/src/latentrouter/config.py found in paper text by Syntology ran MIT (permissive) · f6fd3c5a4e15c317 · report
parse_dataset_fields LabRAI/LatentRouter/src/latentrouter/benchmarks/mmr.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 6dd9cb3d46e60860 · report
rank_score LabRAI/LatentRouter/src/latentrouter/benchmarks/vl_routerbench.py found in paper text by Syntology ran MIT (permissive) · 2fae12bd97a83615 · report
read_json LabRAI/LatentRouter/src/latentrouter/io.py found in paper text by Syntology ran MIT (permissive) · 578cfc781460c39a · report
stable_hash LabRAI/LatentRouter/src/latentrouter/io.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 058d208375639d01 · report
load_frame LabRAI/LatentRouter/src/latentrouter/benchmarks/mmr.py found in paper text by Syntology unverified MIT (permissive) · 0af18f548ef77495 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.11301, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections