Disagreement-Based Cross-Model Routing for Implicit Video Question Answering
- model Claude Opus 4.8
- model Gemini 3.1 Pro Preview
- person Durga Sandeep Saluru
A new inference-time method routes difficult implicit video questions to a second model, improving accuracy on a benchmark where conventional self-consistency strategies fail, according to a paper submitted 31 May 2026 [1]. The approach, proposed by Durga Sandeep Saluru, targets the ImplicitQA benchmark, which tests whether models can infer answers from off-screen events, line-of-sight cues, and cross-shot spatial layout rather than explicitly shown content [1]. On this benchmark, a single frontier video large language model already operates near its accuracy ceiling, and the researchers observed that majority voting across repeated samples of the same model can hurt performance because the model's errors on hard questions are correlated [1]. The method requires no labels and no training [1]. It triple-samples a native-video model, Gemini 3.1 Pro Preview, at temperature zero, exploiting genuine sample-to-sample variance in its video-processing pipeline to identify the roughly 20% subset of questions where the three samples disagree [1]. Only that subset is routed to a second model from a different family, Claude Opus 4.8, which consumes uniformly sampled frames with adaptive thinking [1]. Claude is a series of large language models developed by Anthropic and released as an AI-based chatbot in March 2023 [6]. On the 1001-question validation set with public ground truth, the method improved average accuracy by +1.43 over the best single sample of the primary model [1]. Per-category gains were concentrated on Motion & Trajectory (+5.49), Inferred Counting (+3.45), and Vertical Spatial Reasoning (+1.82), the categories most dependent on cross-shot reference resolution [1]. The same pipeline applied to the held-out 172-question CVPR 2026 ImplicitQA challenge test set achieved 82.03 average accuracy and 79.71 macro average accuracy, a gain of +1.81 over the best single sample of the primary model, confirming the validation result on an independent split [1].
research-paperbenchmarkinfrastructure
Background sources we checked (7)
- arxiv.org ↗ We study multiple-choice video question answering on the ImplicitQA benchmark, where the correct answer is never explicitly shown but must be inferred from off-screen events, line-of-sight cues, causal structure, and cross-shot spatial layout. On this benchmark a single frontier …
- en.wikipedia.org ↗ A referendum on Scottish independence from the United Kingdom was held in Scotland on 18 September 2014. The referendum question was "Should Scotland be an independent country?", which voters answered with "Yes" or "No". The "No" side won with 2,001,926 (55.3%) voting against ind…
- en.wikipedia.org ↗ The Office is an American television series based on the British television comedy of the same name. The format of the series is a parody of the fly on the wall documentary technique that intersperses traditional situation comedy segments with mock interviews with the show's char…
- en.wikipedia.org ↗ Reading is the process of taking in the sense or meaning of symbols, often specifically those of a written language, by means of sight or touch. For educators and researchers, reading is a multifaceted process involving such areas as word recognition, orthography (spelling), punc…
- en.wikipedia.org ↗ Claude is a series of large language models developed by American software company Anthropic. Claude was released as an AI-based chatbot in March 2023. It is also used in AI-assisted software development. Claude is trained using "constitutional AI", a technique developed by Anthr…
- en.wikipedia.org ↗ GPT-5.5 (Generative Pre-trained Transformer 5.5) is a large language model (LLM) released by OpenAI on April 23, 2026. The model is also known by its codename "Spud". OpenAI reported GPT-5.5 benchmark scores including 82.7% on Terminal-Bench 2.0, 51.7% on FrontierMath Tier 1–3, a…
- en.wikipedia.org ↗ Google Antigravity is a software development platform developed by Google. It consists of an integrated development environment (IDE), a command-line interface (CLI), and a software development kit (SDK) designed to orchestrate autonomous artificial intelligence agents for code g…
Sources covering this (2)
- export.arxiv.org — Disagreement-Based Cross-Model Routing for Implicit Video Question Answering ↗
- export.arxiv.org — TopBench: A Benchmark for Implicit Predictive Reasoning in Tabular Question Answering · Global