arXiv:2603.27494cs.CVcs.AI2026-03中稿 · CVPR

用强化学习让大模型更专注图像裁剪细节,提升复杂场景理解能力

Learning to Focus and Precise Cropping: A Reinforcement Learning Framework with Information Gaps and Grounding Loss for MLLMs

  • 分两阶段训练:先通过信息差机制引导关注裁剪区域,再用少量标注提升裁剪精度
  • 在高分辨率视觉问答上达到当前最佳性能,注意力明显集中在裁剪区域内
  • 无需完整轨迹监督,适合希望提升模型细粒度感知的开发者使用

为增强多模态大语言模型在复杂视觉场景中的感知与推理能力,近期研究引入了基于代理的工作流。这些方法使MLLMs自主使用图像裁剪工具分析问题相关区域。尽管现有训练策略(如监督微调和强化学习)已取得进展,但我们的实证分析揭示了一个关键缺陷:模型对全局输入依赖性强,而对裁剪区域内部细节关注度弱。为此,我们提出一种无需轨迹监督的两阶段强化学习框架。第一阶段通过调整全局图像粒度引入“信息差”机制,驱动模型依据裁剪区域提供的信息增益回答问题;第二阶段通过引入少量边界框标注的定位损失,进一步提升裁剪精度。实验表明,该方法显著增强了模型对裁剪区域的关注度,在高分辨率视觉问答基准上达到当前最优表现。该方法为MLLMs更高效地感知与推理细粒度细节提供了新路径。代码已公开:https://github.com/XuanPu-Z/LFPC。

原文摘要 · Abstract (English)

To enhance the perception and reasoning capabilities of multimodal large language models in complex visual scenes, recent research has introduced agent-based workflows. In these works, MLLMs autonomously utilize image cropping tool to analyze regions of interest for question answering. While existing training strategies, such as those employing supervised fine-tuning and reinforcement learning, have made significant progress, our empirical analysis reveals a key limitation. We demonstrate the model's strong reliance on global input and its weak dependence on the details within the cropped region. To address this issue, we propose a novel two-stage reinforcement learning framework that does not require trajectory supervision. In the first stage, we introduce the ``Information Gap" mechanism by adjusting the granularity of the global image. This mechanism trains the model to answer questions by focusing on cropped key regions, driven by the information gain these regions provide. The second stage further enhances cropping precision by incorporating a grounding loss, using a small number of bounding box annotations. Experiments show that our method significantly enhances the model's attention to cropped regions, enabling it to achieve state-of-the-art performance on high-resolution visual question-answering benchmarks. Our method provides a more efficient approach for perceiving and reasoning fine-grained details in MLLMs. Code is available at: https://github.com/XuanPu-Z/LFPC.

多模态强化学习视觉问答图像裁剪

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。