Paper Overview
Field: NLP Authors: Liyan Tang, Fangcong Yin, Greg Durrett arXiv: 2507.03230
Abstract
Large vision-language models can reason over multimodal inputs by generating textual chains of thought (CoT). A key capability exhibited in CoT reasoning is self-reflection: revisiting earlier decisions and correcting previous errors. However, existing LVLMs often fail to properly attend to visual inputs during reflection, limiting their ability to translate feedback into grounded corrections, especially for out-of-distribution images.
To address this issue, the authors propose a novel reinforcement learning training framework, VRRL, with two components explicitly designed to elicit visually grounded self-reflection:
1. Random prefix masking: trajectory prefixes are randomly masked during training to emphasize recovery from incorrect intermediate predictions rather than avoiding early mistakes. 2. Buffered roll-ins: roll-ins from an experience replay buffer expose the model to diverse failure states that it must learn to correct.
Evaluation
The approach is evaluated on visual grounding tasks involving tables and charts, as well as on spatial navigation benchmarks. While off-the-shelf models and conventionally fine-tuned models degrade significantly under distribution shift, VRRL effectively leverages self-reflection and substantially improves average out-of-distribution accuracy over both standard RL and reflection-oriented fine-tuning baselines.
Paper link: https://arxiv.org/abs/2507.03230