CVLGJul 10

The Count Is There, but Misaligned: Understanding and Correcting Counting Failures in VLMs

arXiv:2607.0954411.0
Predicted impact top 34% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using VLMs, this work provides a practical inference-time method to fix counting failures, revealing that the problem is not missing knowledge but misalignment between internal representations and outputs.

Vision-language models often encode correct object counts internally but output wrong answers due to misaligned readout directions. A detector-guided self-correction method improves counting accuracy by up to 15.6 absolute percentage points without parameter updates.

Despite strong performance on many multimodal tasks, vision-language models (VLMs) still struggle with basic object counting. We investigate whether this reflects missing internal knowledge or a gap between internal representations and verbalized outputs. Training simple probes on activations from four VLMs across five counting datasets reveals that nonlinear probes can reliably detect counting errors, suggesting that VLMs often encode the correct count even when they output the wrong answer. SVCCA analysis shows that probes trained on ground-truth counts and probes trained on model outputs occupy a partially shared activation subspace but read out along misaligned directions. We further validate our findings using a causal steering intervention, proving that strengthening the direction of count-identified probes does improve model counting performance. Motivated by this result, we propose a detector-guided self-correction method that selectively re-prompts the model only when an internal error detector predicts failure. This simple inference-time intervention improves counting accuracy by up to 15.6 absolute percentage points, without any parameter updates. Our results establish activation-based error probing as both a practical tool for improving VLM counting and a mechanistic lens on the gap between internal knowledge and model outputs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes