SPOT-E: Test-Time Entropy Shaping with Visual Spotlights for Frozen VLMs
About
Vision-language models (VLMs) often underperform on evidence intensive tasks because decisive visual evidence are small, localized, and easy to overlook, leading to failures in evidence readout even when high-level reasoning is intact. Prior inference-time visual interventions can improve grounding without retraining, but they are largely open-loop and lack a mechanism to verify whether highlighted evidence is actually used. We study answer-span prediction entropy as a model-internal feedback signal and show that naive entropy minimization is ambiguous, since low entropy may arise from evidence-grounded confidence or shortcut collapse. To resolve this ambiguity, we introduce low-entropy anchors and an entropy-shaping objective that reduces answer uncertainty while preserving baseline high-confidence tokens. We instantiate this principle in SPOT-E, a plug-and-play test-time method that produces question-conditioned spotlights, optimized per instance via light-weight tuning based on Group Relative Policy Optimization (GRPO). Across all benchmarks and different VLM families, SPOT-E yields consistent gains and improved robustness under visual corruptions. Code is publicly available at: https://github.com/YinBo0927/SPOT-E
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multimodal Understanding | MMBench | -- | 887 | |
| Chart Question Answering | ChartQA | Accuracy89 | 404 | |
| Mathematical Multimodal Reasoning | MathVista | Accuracy74.4 | 276 | |
| Object Hallucination Evaluation | POPE | Accuracy92 | 259 | |
| Massive Multi-discipline Multimodal Understanding | MMMU | Accuracy71.5 | 249 | |
| Multimodal Understanding | MMBench | Accuracy84.6 | 137 | |
| Multimodal Understanding | MMMU | MMMU Score64.6 | 110 | |
| Visual Question Answering | TextVQA | TextVQA Score90 | 76 | |
| Document Visual Question Answering | DocVQA | ANLS93 | 49 | |
| Visual Question Answering | ChartQA | Score90.9 | 32 |