SPOT-E: Test-Time Entropy Shaping with Visual Spotlights for Frozen VLMs

19d ago · Global · primary source: export.arxiv.org

A team of researchers has proposed SPOT-E, a test-time method that improves how frozen vision-language models handle evidence-intensive tasks by using model-internal feedback to guide visual attention without retraining [1]. Vision-language models, or VLMs, frequently struggle with tasks that require identifying small, localized visual evidence, even when their high-level reasoning remains intact [1]. Existing inference-time interventions can improve grounding, but they operate in an open-loop fashion and lack a mechanism to confirm whether the highlighted evidence is actually used by the model [1]. The researchers, whose work was submitted on 18 Jun 2026, studied answer-span prediction entropy as a potential feedback signal and found that simply minimizing entropy is ambiguous: low entropy can stem from genuine evidence-grounded confidence or from a model collapsing onto a shortcut [1][2]. To resolve this, the group introduced low-entropy anchors and an entropy-shaping objective that reduces answer uncertainty while preserving baseline high-confidence tokens [2]. This principle is implemented in SPOT-E, a plug-and-play system that generates question-conditioned visual spotlights optimized per instance through lightweight tuning based on Group Relative Policy Optimization, or GRPO [1][2]. The method is designed to work with frozen models, meaning no retraining of the underlying VLM is required [1]. Across multiple benchmarks and different VLM families, SPOT-E delivered consistent performance gains and showed improved robustness when visual inputs were corrupted [1][2]. The code for the project is publicly available on GitHub [1]. The paper appears on arXiv, an open-access repository that hosts electronic preprints across fields including computer science and has grown to a submission rate of roughly 24,000 articles per month as of November 2024 [6].

research-papermodel-releaseproduct-launchregulationsafety-researchinfrastructuretool-release

Background sources we checked (7)
  • arxiv.org ↗ 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 ca…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue