paper-with-me

Papers

Entropy Is Not Enough: Unlocking Effective Reinforcement Learning for Visual Reasoning via Vision-Anchored Token Selection

2026-06-02 · Senjie Jin, Peixin Wang, Boyang Liu, Xiaoran Fan, Shuo Li, Zhiheng Xi, Jiazheng Zhang, Yuhao Zhou, Tao Gui, Qi Zhang, Xuanjing Huang arxiv

While token-level entropy is commonly recognized as effective for credit assignment in text-only reinforcement learning with verifiable rewards (RLVR), it remains unclear whether this mechanism still holds in visual reasoning. Our controlled study shows that this mechanism collapses in visual reasoning due to the omission of vision-sensitive tokens with naturally low entropy. Although existing multimodal RL methods increasingly acknowledge the importance of visual perception, they struggle to satisfy the inherent demand for interleaving precise perceptual grounding with semantic reasoning, either lacking systematic visual measurements or overlooking that token entropy primarily drives semantic exploration. To address this, we introduce VEPO (Vision-Entropy token-selection for Policy Optimization), an effective RL framework explicitly integrating visual sensitivity with token entropy via a principled multiplicative coupling, where VEPO redirects gradient credit toward tokens which are simultaneously visually grounded and highly informative. Extensive experiments demonstrate VEPO's leading performance, significantly outperforming the entropy-only baseline by 2.28 points at 7B-scale and 3.15 points at 3B-scale. Ablations further substantiate the soundness of our method.

📄 PDF Abstract BibTeX arXiv:2606.03937

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningVisual Reasoning

Similar Papers 제목 키워드 기반

Decomposing the Entropy-Performance Exchange: The Missing Keys to Unlocking Effective Reinforcement Learning

2025-08-04 · Jia Deng, Jie Chen, Zhipeng Chen, Wayne Xin Zhao 외 arxiv

Recently, reinforcement learning with verifiable rewards (RLVR) has been widely used for enhancing the reasoning abilities of large language models (LLMs). A core challenge in RLVR involves managing the exchange between …

Reinforcement Learning

FastDSAC: Unlocking the Potential of Maximum Entropy RL in High-Dimensional Humanoid Control

2026-03-13 · Jun Xue, Junze Wang, Shanze Wang, Xinming Zhang 외 arxiv

Scaling Maximum Entropy Reinforcement Learning (RL) to high-dimensional humanoid control remains a fundamental challenge, as the ''curse of dimensionality'' induces severe exploration inefficiency and training instabilit…

Reinforcement LearningContinuous Control

Maximum Entropy Model Correction in Reinforcement Learning

2023-11-29 · Amin Rakhsha, Mete Kemertas, Mohammad Ghavamzadeh, Amir-Massoud Farahmand

We propose and theoretically analyze an approach for planning with an approximate model in reinforcement learning that can reduce the adverse impact of model error. If the model is accurate enough, it accelerates the con…

Density Estimationmodelreinforcement-learningReinforcement Learning

The Role of Entropy in Visual Grounding: Analysis and Optimization

2025-12-07 · Shuo Li, Jiajun Sun, Zhihao Zhang, Xiaoran Fan 외 arxiv

Recent advances in fine-tuning multimodal large language models (MLLMs) using reinforcement learning have achieved remarkable progress, particularly with the introduction of various entropy control techniques. However, t…

Reinforcement LearningVisual Grounding

AutoTool: Automatic Scaling of Tool-Use Capabilities in RL via Decoupled Entropy Constraints

2026-03-07 · Yirong Zeng, Xiao Ding, Yufei Liu, Yuxian Wang 외 arxiv

Tool use represents a critical capability for AI agents, with recent advances focusing on leveraging reinforcement learning (RL) to scale up the explicit reasoning process to achieve better performance. However, there ar…

Reinforcement Learning