AIDec 11, 2025

Boosting RL-Based Visual Reasoning with Selective Adversarial Entropy Intervention

arXiv:2512.10414v1h-index: 2
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in RL-based visual reasoning for vision-language models, offering an incremental but effective enhancement to existing entropy intervention methods.

The paper tackles the problem of limited exploration in RL-based visual reasoning by proposing Selective-adversarial Entropy Intervention (SaEI), which distorts visual inputs using adversarial gradients from response entropy to enhance policy diversity, achieving significant performance improvements on in-domain and out-of-domain datasets.

Recently, reinforcement learning (RL) has become a common choice in enhancing the reasoning capabilities of vision-language models (VLMs). Considering existing RL-based finetuning methods, entropy intervention turns out to be an effective way to benefit exploratory ability, thereby improving policy performance. Notably, most existing studies intervene in entropy by simply controlling the update of specific tokens during policy optimization of RL. They ignore the entropy intervention during the RL sampling that can boost the performance of GRPO by improving the diversity of responses. In this paper, we propose Selective-adversarial Entropy Intervention, namely SaEI, which enhances policy entropy by distorting the visual input with the token-selective adversarial objective coming from the entropy of sampled responses. Specifically, we first propose entropy-guided adversarial sampling (EgAS) that formulates the entropy of sampled responses as an adversarial objective. Then, the corresponding adversarial gradient can be used to attack the visual input for producing adversarial samples, allowing the policy model to explore a larger answer space during RL sampling. Then, we propose token-selective entropy computation (TsEC) to maximize the effectiveness of adversarial attack in EgAS without distorting factual knowledge within VLMs. Extensive experiments on both in-domain and out-of-domain datasets show that our proposed method can greatly improve policy exploration via entropy intervention, to boost reasoning capabilities. Code will be released once the paper is accepted.

Foundations

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

Your Notes