paper-with-me

Papers

Region-Level Policy Optimization for Fine-grained MLLM Perception

2026-09-17 · Yuheng Shi, Xiaohuan Pei, Minjing Dong, Chang Xu hf

Fine-grained visual perception in MLLMs is commonly improved by raising the resolution, but the added visual tokens inflate vision-encoding and language-model prefilling costs. We show that the two operations underlying fine-grained perception, localizing the region of interest (RoI) and recognizing its content, have different resolution requirements. In a controlled diagnostic, localization tolerates roughly 3 to 4 times stronger token compression than recognition, which motivates localizing from a coarse view and concentrating resolution on the selected evidence. Decoding coordinates with the MLLM can be trained end-to-end from answers, but costs a full model pass per query and depends on grounding ability. A lightweight proposal network distilled from the model's attention is fast, but inherits the noise of its attention targets. The RoI from the proposal network reaches the answer through a discrete region choice, so its faithfulness to the answer cannot supervise the network. We therefore optimize the proposal network with region-level reinforcement learning, which we call Vision-RL2. It treats coherent regions as actions, and a frozen MLLM reader scores each one by how its removal changes the answer likelihood. Complementary subtractive and additive objectives suppress distracting proposals and recover missing evidence, updating only the predictor without region annotations, response sampling, or reasoning trajectories. The refined proposal further enables a sparse encoding that magnifies evidence and excludes background tokens. Across six fine-grained benchmarks and four MLLM backbones, Vision-RL2 improves accuracy over the base model at every token budget and surpasses its largest-budget accuracy with about 4 times fewer visual tokens. Code is available at https://github.com/YuHengsss/VisionRL2 .

📄 PDF Abstract BibTeX arXiv:2609.19745

Code (5)

YuHengsss/VisionRL2
🤗 YuhengSSS/VisionRL2-Gemma-4-12B
🤗 YuhengSSS/VisionRL2-Qwen2.5-VL-7B
🤗 YuhengSSS/VisionRL2-Qwen3.5-4B
🤗 YuhengSSS/VisionRL2-Qwen3.5-9B

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SpatialFlow-GRPO: Where Spatial Credit Drives Image Editing

2026-06-25 · Yankai Yang, Yancheng Long, Wei Chen, Xingyu Lu 외 arxiv

Recent online reinforcement learning has substantially improved image editing quality. However, existing Flow-GRPO-style methods usually rely on a single whole-image reward, which makes fine-grained editing optimization …

Reinforcement LearningImage Editing

Orchestrating Tokens and Sequences: Dynamic Hybrid Policy Optimization for RLVR

2026-01-09 · Zijun Min, Bingshuai Liu, Ante Wang, Long Zhang 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) offers a promising framework for optimizing large language models in reasoning tasks. However, existing RLVR algorithms focus on different granularities, and each has…

Reinforcement LearningMathematical Reasoning

ESPO: Entropy Importance Sampling Policy Optimization

2025-11-29 · Yuepeng Sheng, Yuwei Huang, Shuman Liu, Anxiang Zeng 외 arxiv

Reinforcement learning (RL) has become a central component of post-training for large language models (LLMs), particularly for complex reasoning tasks that require stable optimization over long generation horizons. Howev…

Reinforcement LearningMathematical Reasoning

MorphSeek: Fine-grained Latent Representation-Level Policy Optimization for Deformable Image Registration

2025-11-21 · Runxun Zhang, Yizhou Liu, Li Dongrui, Bo XU 외 arxiv

Deformable image registration (DIR) remains a fundamental yet challenging problem in medical image analysis, largely due to the prohibitively high-dimensional deformation space of dense displacement fields and the scarci…

Reinforcement LearningImage Registration

Guidance Contrastive Token Credit Assignment for Discrete Policy Optimization

2026-05-28 · Shufan Li, Konstantinos Kallidromitis, Akash Gokul, Yuta Kyuragi 외 arxiv

Group-advantage-based reinforcement learning methods, such as GRPO and DAPO, have demonstrated strong performance across diverse domains, including mathematical reasoning and text-to-image generation. However, their reli…

Text-to-Image GenerationReinforcement LearningMathematical Reasoning