← 返回论文检索
ICML 2026PosterAccept (regular)

See First, Reason Later: Mutual Information-Guided Reinforcement Learning for Vision-Language Models

Junfeng Fang, Zonghan Wu, Yin Zhang, Jiaxuan Zhao, Zengxiang Li, Kun Wang, Qingsong Wen, Yilei Shao

National University of Singapore · East China Normal University · Tianjin University · Xiaohongshu · SingHealth Duke-NUS AI in Medicine Institute (AIMI) · Nanyang Technological University · Squirrel Ai Learning

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

Vision-Language Models (VLMs) frequently suffer from visual perception errors and hallucinations that compromise answer accuracy in complex reasoning tasks. Reinforcement Learning with Verifiable Rewards (RLVR) offers a promising solution by optimizing policies using answer correctness signals. Despite their effectiveness, prevailing RLVR methods face two critical limitations. First, much of the sampling budget is wasted on trajectories doomed to fail due to early visual description errors. Second, sparse rewards cannot distinguish whether failures stem from visual perception or reasoning stages. We introduce MIRL, a decoupled framework that addresses both limitations by leveraging mutual information (MI) between generated descriptions and visual inputs as a cheap pre-screening signal. This enables intelligent budget allocation toward high-potential trajectories via forking, while decoupled training provides independent MI-based rewards for visual perception optimization, resolving reward blindness. Experiments on six vision-language reasoning benchmarks demonstrate that MIRL achieves 70.22\% average accuracy and successfully surpasses the performance of sampling 16 complete trajectories using only 10 pre-samples with top-6 selection (25\% fewer complete trajectories). Our code is available at: https://anonymous.4open.science/r/mirl-main/.