LGAICVJun 26, 2025

APO: Enhancing Reasoning Ability of MLLMs via Asymmetric Policy Optimization

arXiv:2506.21655v16 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This work addresses reasoning bottlenecks in MLLMs for AI applications, offering a novel method that improves performance without degrading general tasks, though it is incremental in refining RL techniques.

The paper tackles the problem of complex reasoning in Multimodal Large Language Models (MLLMs), which often suffer from performance drops on general tasks and overthinking. It proposes Asymmetric Policy Optimization (APO) with DADS and STCR techniques, resulting in View-R1-3B achieving an average 7% gain over the base model and outperforming larger MLLMs on reasoning benchmarks while maintaining generalization.

Multimodal Large Language Models (MLLMs) are powerful at integrating diverse data, but they often struggle with complex reasoning. While Reinforcement learning (RL) can boost reasoning in LLMs, applying it to MLLMs is tricky. Common issues include a drop in performance on general tasks and the generation of overly detailed or "overthinking" reasoning. Our work investigates how the KL penalty and overthinking affect RL training in MLLMs. We propose Asymmetric Policy Optimization (APO) to address these issues, which divides the sampled responses into positive and negative groups. For positive samples, Difficulty-Adaptive Divergence Shaping (DADS) is introduced to dynamically adjust the KL divergence weight based on their difficulty. This method prevents policy entropy from dropping sharply, improves training stability, utilizes samples better, and preserves the model's existing knowledge. For negative samples, Suboptimal Trajectory Complexity Regularization (STCR) is proposed to penalize overly long responses. This helps mitigate overthinking and encourages more concise reasoning while preserving the model's explorative capacity. We apply our method to Qwen2.5-VL-3B, creating View-R1-3B. View-R1-3B significantly enhances reasoning capabilities, showing an average 7\% gain over the base model and outperforming larger MLLMs (7-11B) on various reasoning benchmarks. Importantly, unlike other reasoning-tuned MLLMs that often degrade on general tasks, View-R1-3B maintains consistent improvement, demonstrating superior generalization. These results highlight the effectiveness and broad applicability of our DADS and STCR techniques for advancing complex multimodal reasoning in MLLMs. The code will be made available at https://github.com/Indolent-Kawhi/View-R1.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes