Region-Level Policy Optimization for Fine-grained MLLM Perception
Summary
Vision-RL² is a method for improving fine-grained perception in multimodal large language models by using region-level reinforcement learning to compress visual tokens and enhance performance across multiple benchmarks without full model fine-tuning.
View Cached Full Text
Cached at: 09/18/26, 03:01 AM
Paper page - Region-Level Policy Optimization for Fine-grained MLLM Perception
Source: https://huggingface.co/papers/2609.19745 Vision-RL²: Region-Level Policy Optimization for Fine-grained MLLM Perception
Fine-grained perception in MLLMs usually means raising the resolution, which inflates visual-token and prefill cost. We show thatlocalizingthe region of interest tolerates roughly 3–4× stronger token compression thanrecognizingits content, so the two should not share one resolution.
Vision-RL² trains a lightweight region proposal network on top of afrozenMLLM with region-level RL: coherent regions are the actions, and a frozen reader scores each one by how much its removal changes the answer likelihood. No region annotations, no response sampling, no reasoning traces. The refined proposal also enables a sparse visual encoding that keeps only foreground tokens.
Across six fine-grained benchmarks (V*, ZoomBench, HR-Bench 4K/8K, MME-RealWorld EN/CN) and four backbones (Qwen3.5-4B/9B, Qwen2.5-VL-7B, and the encoder-free Gemma-4-12B), Vision-RL² improves over the base model at every visual-token budget, and outperforms prior methods that fully fine-tune the model while training an order of magnitude fewer parameters.
- Code:https://github.com/YuHengsss/VisionRL2
- Checkpoints for all four backbones + training data:https://huggingface.co/collections/YuhengSSS/visionrl2
- Project page with an interactive walkthrough of one training step on real samples:https://yuhengsss.github.io/VisionRL2/
Similar Articles
Structured Role-Aware Policy Optimization for Multimodal Reasoning
This paper introduces Structured Role-Aware Policy Optimization (SRPO), a method that improves multimodal reasoning in Large Vision-Language Models by assigning token-level credit based on distinct perception and reasoning roles within reinforcement learning frameworks.
iVGR: Internalizing Visually Grounded Reasoning for MLLMs with Reinforcement Learning
Introduces iVGR, a reinforcement learning framework that internalizes visual localization into textual reasoning for multimodal language models, eliminating the need for explicit visual grounding during inference while improving fine-grained perception performance.
Reinforcing Multimodal Reasoning Against Visual Degradation
This paper introduces ROMA, an RL fine-tuning framework that enhances the robustness of multimodal large language models against visual degradations like blur and compression artifacts. It achieves this through a dual-forward-pass strategy and specialized regularization techniques, improving performance on reasoning benchmarks without sacrificing accuracy on clean inputs.
VFA: Empowering Multilingual MLLMs via Vision-Free Adaptation
This paper proposes Vision-Free Adaptation (VFA), a framework that enhances multilingual capabilities in multimodal large language models by merging multilingual and vision-aligned task vectors without visual data, demonstrating improved performance and data efficiency.
RL^2-VLA: Adaptive RL Latent Compositional Steering with Test-Time Scaling for Vision-Language-Action Models
This paper introduces RL^2, an adaptive inference-time steering framework for Vision-Language-Action models that uses offline RL on latent representations to compose action flows, activating steering only when failure is predicted. It achieves up to +17.3% success rate improvements on SIMPLER and PolaRiS benchmarks and demonstrates real-world transfer.