paper-with-me

Papers

Enhancing Multi-Modal LLMs Reasoning via Difficulty-Aware Group Normalization

2026-02-25 · Jinghan Li, Junfeng Fang, Jinda Lu, Yuan Wang, Xiaoyan Guo, Tianyu Zhang, Xiang Wang, Xiangnan He arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) and Group Relative Policy Optimization (GRPO) have significantly advanced the reasoning capabilities of large language models. Extending these methods to multimodal settings, however, faces a critical challenge: the instability of std-based normalization, which is easily distorted by extreme samples with nearly positive or negative rewards. Unlike pure-text LLMs, multimodal models are particularly sensitive to such distortions, as both perceptual and reasoning errors influence their responses. To address this, we characterize each sample by its difficulty, defined through perceptual complexity (measured via visual entropy) and reasoning uncertainty (captured by model confidence). Building on this characterization, we propose difficulty-aware group normalization (Durian), which re-groups samples by difficulty levels and shares the std within each group. Our approach preserves GRPO's intra-group distinctions while eliminating sensitivity to extreme cases, yielding significant performance gains across multiple multimodal reasoning benchmarks.

📄 PDF Abstract BibTeX arXiv:2602.21743

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMultimodal Reasoning

Similar Papers 제목 키워드 기반

DIVA-GRPO: Enhancing Multimodal Reasoning through Difficulty-Adaptive Variant Advantage

2026-03-01 · Haowen Gao, Zhenyu Zhang, Liang Pang, Fangda Guo 외 arxiv

Reinforcement learning (RL) with group relative policy optimization (GRPO) has become a widely adopted approach for enhancing the reasoning capabilities of multimodal large language models (MLLMs). While GRPO enables lon…

Reinforcement LearningMultimodal Reasoning

Observe-R1: Unlocking Reasoning Abilities of MLLMs with Dynamic Progressive Reinforcement Learning

2025-05-18 · Zirun Guo, Minjie Hong, Tao Jin

Reinforcement Learning (RL) has shown promise in improving the reasoning abilities of Large Language Models (LLMs). However, the specific challenges of adapting RL to multimodal data and formats remain relatively unexplo…

Reinforcement Learning (RL)

APO: Enhancing Reasoning Ability of MLLMs via Asymmetric Policy Optimization

2025-06-26 · Minjie Hong, Zirun Guo, Yan Xia, Zehan Wang 외

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 tr…

Multimodal ReasoningReinforcement Learning (RL)

Tailored Teaching with Balanced Difficulty: Elevating Reasoning in Multimodal Chain-of-Thought via Prompt Curriculum

2025-08-26 · Xinglong Yang, Quan Feng, Zhongying Pan, Xiang Chen 외 arxiv

The effectiveness of Multimodal Chain-of-Thought (MCoT) prompting is often limited by the use of randomly or manually selected examples. These examples fail to account for both model-specific knowledge distributions and …

Multimodal ReasoningActive Learning

Revealing Multimodal Causality with Large Language Models

2025-09-22 · Jin Li, Shoujin Wang, Qi Zhang, Feng Liu 외 arxiv

Uncovering cause-and-effect mechanisms from data is fundamental to scientific progress. While large language models (LLMs) show promise for enhancing causal discovery (CD) from unstructured data, their application to the…