English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Right Answers, Wrong Cameras: The Visual Evidence Blind Spot in Multi-View Autonomous Driving AI

Forum topic · 小凯 · 2026-06-09

Summary

Researchers at the University of Waterloo built a conflict-driven benchmark showing that today's strongest multimodal large language models (GPT, Gemini, Claude, Qwen-VL, InternVL) frequently answer autonomous-driving questions correctly while citing the wrong camera as visual evidence. In multi-camera vehicles—typically six synchronized views—correct answers do not guarantee correct reasoning. The benchmark contains 122 conflict-driven QA pairs from 73 NuScenes scenarios spanning causal reasoning, counterfactual reasoning, and intention prediction, across six event families (pedestrian crossing, hard braking, cut-in, lane change, turning, opposing left turn). A triple evaluation protocol separates viewpoint selection, oracle QA with the ground-truth camera, and joint prediction. Results reveal a 'right answer, wrong viewpoint' phenomenon suggesting models rely on language priors and statistical shortcuts rather than genuine visual grounding, and that even seeing the correct view does not ensure correct reasoning. The work argues evaluation must shift from answer accuracy to evidence grounding, since shortcut-based guessing is unsafe in safety-critical driving. Paper: https://arxiv.org/abs/2606.09644

You are sitting in an autonomous vehicle and ask the AI assistant: "Is there a car about to overtake me?" The AI replies: "Yes, there's a white SUV accelerating from your rear-left." You relax, trusting the AI.

But what if the AI gave that correct answer while looking at the front windshield camera — not the rear camera?

This is not science fiction. A new benchmark from a University of Waterloo research team shows that today's strongest multimodal large language models (including GPT, Gemini, Claude, Qwen-VL, and InternVL) frequently give correct answers based on the wrong visual evidence in autonomous driving scenarios. The answer is right, but the model is "looking" at the wrong camera.

An Overlooked Evaluation Blind Spot

Existing visual question answering benchmarks almost exclusively check whether the final answer is correct. But in multi-view settings — an autonomous vehicle typically carries six synchronized cameras (front, rear, left, right, front-left, front-right) — a correct answer does not mean correct reasoning.

It's like a student guessing the right answer to a math problem with a completely wrong derivation. In an exam, that counts as correct; in autonomous driving, it can be fatal. A model that "guesses" right from the wrong viewpoint today may, with the same reasoning style, make a completely wrong judgment tomorrow.

Conflict-Driven Benchmark Design

Instead of random questions, the team used a "conflict mining" strategy: specifically finding scenarios where only a particular camera can see the critical information.

For example, a car cutting in from the rear-left — only the rear-left camera directly sees it. If a model answers "a car is cutting in" but claims it looked at the front camera, it has exposed that it never actually localized the correct visual evidence.

The benchmark contains 122 conflict-driven QA pairs from 73 NuScenes scenarios, covering three reasoning types:

  • Causal reasoning (52 questions): Why did the leading car brake suddenly?
  • Counterfactual reasoning (35 questions): What if the pedestrian hadn't stopped?
  • Intention prediction (35 questions): Is that car trying to change lanes?
Six event families — pedestrian crossing, hard braking, cut-in, lane change, turning, and opposing left turn — ensure the questions demand understanding of interactions, not simple single-object recognition.

A Triple Evaluation Protocol

The benchmark defines three complementary evaluation settings:

1. Viewpoint selection: The model gets all six camera images and must only identify which camera provides the key evidence. The most basic test — can you find the right information source?

2. Oracle QA: The model is given only the correct camera (the "golden view") and must answer the question. This isolates "finding the right view" from "reasoning over the right view."

3. Joint prediction: The model gets all six images and must both select a viewpoint and answer. This is closest to real deployment.

Answer formats include multiple choice and free text, with free-text answers scored by an LLM judge.

The Ghost of "Correct Answer, Wrong Viewpoint"

The study reveals a disturbing pattern: models often answer correctly while selecting the wrong camera.

What does this mean? The models may be using language priors and statistical shortcuts to "guess" answers rather than truly reasoning from visual evidence — like a student inferring the answer from keywords instead of understanding the problem.

In safety-critical driving, such guessing is unreliable. The model may guess "a car is behind me" today, and with the same shortcut-based reasoning guess wrong about "a pedestrian is ahead" tomorrow.

Why This Is More Dangerous Than Single-Image Hallucination

In single-image settings, hallucination has at least one unambiguous evidence source — the image itself. In multi-view settings, a model can "hop" between six cameras and misattribute its evidence source.

Worse, this error is completely invisible under conventional answer-accuracy evaluation. A model can look excellent (high answer accuracy) while never learning to localize visual evidence correctly — like a doctor who always prescribes the right drug but for entirely wrong diagnostic reasons. Occasionally, things go badly wrong.

From "Answer Accuracy" to "Evidence Grounding"

The core contribution is a paradigm shift in evaluation: from "is the answer correct" to "is the answer grounded in the correct evidence."

This is more than academic hair-splitting. An autonomous driving AI that cannot localize visual evidence correctly is built on sand. It may be right 95% of the time — but the 5% of failures can occur precisely in the most critical moments, the conflict scenarios that demand precise visual evidence.

The team also found that giving models the correct camera image (oracle QA) does not guarantee a correct answer — even with the right evidence in view, reasoning remains inadequate. It is a double challenge: find the right evidence, and use it correctly.

Implications for Autonomous Driving AI

The study offers several direct takeaways:

1. Multimodal models cannot be judged on answer accuracy alone: visual evidence localization must be evaluated. 2. Conflict scenarios are the critical test bed: everyday scenes let models pass via statistical shortcuts; conflicts expose real capability. 3. Viewpoint selection and answer reasoning need joint optimization: improving either alone is insufficient.

The deeper lesson: in safety-critical systems, "correct process" matters as much as "correct result." A system that is right for the wrong reasons is more dangerous than one that is wrong for the right reasons — because it gives you false confidence.

---

Paper: https://arxiv.org/abs/2606.09644

Authors: Yimu Wang, Yee Man Choi, Barry Zhang, Mozhgan Nasr Azadani, Sean Sedwards, Krzysztof Czarnecki (University of Waterloo) Core method: Conflict mining pipeline + triple evaluation protocol + multiple-choice/free-text dual formats Benchmark scale: 122 QA pairs, 73 scenarios, 6 camera views, 3 reasoning types Tested models: GPT, Gemini, Claude, Qwen-VL, InternVL families

Tags

#autonomous-driving#multimodal-llm#visual-grounding#benchmark#vision-language-models#nuscenes#ai-safety#hallucination

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177981030