Back to Feed
Robotics / Computer Vision

Testing Visual Grounding in Vision Language Models

Original: Visual Grounding in Zero-Shot Vision-Language Control

Listen to the summary

Uses a voice available on your device

Audio options
On this page

Key Takeaways

  • Researchers developed an input ablation battery to expose non visual decision making in zero shot vision language control.
  • A new symmetry consensus guardian achieved a balanced accuracy of 0.954 in filtering hazard assessments.
  • An image only positive control module estimated lead gaps with a mean absolute error of 0.090 meters.
  • No single vision language model successfully satisfied all joint longitudinal and lateral grounding criteria.

Summary & Methodology Analysis

The researchers evaluated various vision language models (VLMs), which are systems that process both images and text, by implementing quadrotor and ground vehicle controllers within highway env and gym pybullet drones environments. To verify if these models actually ground their actions in visual data, the team performed an input ablation battery (a testing process where specific inputs are systematically removed or manipulated). This included blind image controls, repeated inputs, lane axis reflections, and non visual baselines, alongside an exploratory VLM MPC hierarchy that attempts to recover high level visual intent through low level optimization using model predictive control (MPC), which is an algorithm that computes future trajectories based on a system model. The study utilized a range of models including LLaVA 1.5 7B, the Qwen series, the Gemma series, and the MiniCPM series. The team also implemented a renderer calibrated image only positive control to isolate geometric estimation capabilities. To address hazard assessment reliability, they created a post hoc symmetry consensus guardian, a mechanism that aggregates predictions from multiple models and reflected views to filter outputs. This guardian performed well, reaching a balanced accuracy of 0.954 on 272 held out frames, and the positive control measured lead gaps with 0.090 m mean absolute error (MAE). The analysis highlights significant limitations, notably that no tested VLM could concurrently satisfy both longitudinal and lateral grounding requirements. Furthermore, performance proved highly sensitive to prompt formulation, making null results potentially inconclusive. The study also cautions that MPC cannot recover missing geometric intent if the high level VLM output is collapsed or lacks sufficient detail.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the primary concern this paper addresses?

The authors investigate whether vision language models used as controllers rely on actual visual input or if they depend on non visual shortcuts like simulator rewards.

Q2. What was the core conclusion regarding VLM performance?

The study found that no single VLM successfully satisfied both longitudinal and lateral grounding criteria.

Q3. How did the researchers test the models?

They created an input ablation battery and an exploratory VLM MPC hierarchy to determine if visual intent was truly influencing control decisions.

Q4. What role does MPC play in this system?

MPC is used for low level trajectory execution, though the paper notes it cannot recover geometric intent from collapsed high level VLM outputs.

Q5. What is the symmetry consensus guardian?

It is a system that aggregates votes from multiple models and reflected views to filter hazard assessments, achieving 0.954 balanced accuracy.

Q6. Which specific models were included in the evaluation?

The models included SmolVLM Instruct, Qwen2 VL 2B, Qwen2 VL 7B, LLaVA 1.5 7B, Qwen2.5 VL 72B, MiniCPM V 4.5, Cosmos3 Super Reasoner, Kimi K2.6, Kimi K3, Qwen3 VL 8B, Gemma 4 12B, Qwen3.5 9B, and Ministral 3 8B.

Q7. How sensitive are these models to input variations?

VLM performance is highly sensitive to prompt formulation, which can make null results potentially inconclusive.

Q8. What is the MAE for the image only positive control?

The image only positive control estimated the lead gap with 0.090 m MAE.

Q9. Does the paper provide specific latency or cost metrics?

The paper does not specify latency or dollar cost metrics for the models tested.