paper-with-me

홈 › Papers

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

2026-06-18 · Bo Yin, Xiaobin Hu, Chengming Xu, Ruolin Shen, Mo Yang, Jiangning Zhang, Peng-Tao Jiang, Cheng Tan, Shuicheng Yan arxiv

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

📄 PDF Abstract BibTeX arXiv:2606.20244

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ECHO: Entropy-Confidence Hybrid Optimization for Test-Time Reinforcement Learning

2026-02-02 · Chu Zhao, Enneng Yang, Yuting Liu, Jianzhe Zhao 외 arxiv

Test-time reinforcement learning generates multiple candidate answers via repeated rollouts and performs online updates using pseudo-labels constructed by majority voting. To reduce overhead and improve exploration, prio…

Reinforcement LearningVisual Reasoning

Entropy Heat-Mapping: Localizing GPT-Based OCR Errors with Sliding-Window Shannon Analysis

2025-04-30 · Alexei Kaltchenko

Vision-language models such as OpenAI GPT-4o can transcribe mathematical documents directly from images, yet their token-level confidence signals are seldom used to pinpoint local recognition mistakes. We present an entr…

Optical Character Recognition (OCR)

OpenVLThinkerV2: A Generalist Multimodal Reasoning Model for Multi-domain Visual Tasks

2026-04-09 · Wenbo Hu, Xin Chen, Yan Gao-Tian, Yihe Deng 외 arxiv

Group Relative Policy Optimization (GRPO) has emerged as the de facto Reinforcement Learning (RL) objective driving recent advancements in Multimodal Large Language Models. However, extending this success to open-source …

Reinforcement LearningMultimodal ReasoningVisual Grounding

Utilizing Prior Solutions for Reward Shaping and Composition in Entropy-Regularized Reinforcement Learning

2022-12-02 · Jacob Adamczyk, Argenis Arriojas, Stas Tiomkin, Rahul V. Kulkarni

In reinforcement learning (RL), the ability to utilize prior knowledge from previously solved tasks can allow agents to quickly solve new problems. In some cases, these new problems may be approximately solved by composi…

reinforcement-learningReinforcement Learning (RL)Relation

AdaKWS: Towards Robust Keyword Spotting with Test-Time Adaptation

2025-05-20 · Yang Xiao, Tianyi Peng, Yanghao Zhou, Rohan Kumar Das

Spoken keyword spotting (KWS) aims to identify keywords in audio for wide applications, especially on edge devices. Current small-footprint KWS systems focus on efficient model designs. However, their inference performan…

Keyword SpottingTest-time Adaptation