What does RL improve for Visual Reasoning? A Frankenstein-Style Analysis
Xirui Li, Ming Li, Tianyi Zhou
TL;DR
This paper investigates what reinforcement learning with verifiable rewards actually improves in visual reasoning for vision-language models. It introduces a Frankenstein-style analysis combining causal functional localization, parameter-update geometry, and region-wise model merging to attribute RL gains to mid-late transformer refinements. The authors find that RL shifts inference notably in mid-to-late layers, improves vision-to-reasoning alignment and reasoning, and that these refinements transfer across models and are necessary for gains, rather than uniformly boosting visual perception. The work highlights the limits of benchmark-only evaluation for multimodal reasoning and provides a framework to diagnose internal changes driving progress.
Abstract
Reinforcement learning (RL) with verifiable rewards has become a standard post-training stage for boosting visual reasoning in vision-language models, yet it remains unclear what capabilities RL actually improves compared with supervised fine-tuning as cold-start initialization (IN). End-to-end benchmark gains conflate multiple factors, making it difficult to attribute improvements to specific skills. To bridge the gap, we propose a Frankenstein-style analysis framework including: (i) functional localization via causal probing; (ii) update characterization via parameter comparison; and (iii) transferability test via model merging. Instead, RL induces a consistent inference-time shift primarily in mid-to-late layers, and these mid-to-late refinements are both transferable (via merging) and necessary (via freezing) for RL gains. Overall, our results suggest that RL's reliable contribution in visual reasoning is not a uniform enhancement of visual perception, but a systematic refinement of mid-to-late transformer computation that improves vision-to-reasoning alignment and reasoning performance, highlighting the limitations of benchmark-only evaluation for understanding multimodal reasoning improvements.
