LGAIAug 7, 2025

Shuffle-R1: Efficient RL framework for Multimodal Large Language Models via Data-centric Dynamic Shuffle

arXiv:2508.05612v312 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses training inefficiencies for researchers and practitioners using RL to enhance MLLMs, representing an incremental improvement through data-centric adaptations.

The paper tackled inefficiencies in reinforcement learning (RL) for multimodal large language models (MLLMs), such as Advantage Collapsing and Rollout Silencing, by proposing Shuffle-R1, a framework that dynamically restructures trajectory sampling and batch composition, resulting in consistent outperformance of strong RL baselines across multiple reasoning benchmarks with minimal overhead.

Reinforcement learning (RL) has emerged as an effective post-training paradigm for enhancing the reasoning capabilities of multimodal large language model (MLLM). However, current RL pipelines often suffer from training inefficiencies caused by two underexplored issues: Advantage Collapsing, where most advantages in a batch concentrate near zero, and Rollout Silencing, where the proportion of rollouts contributing non-zero gradients diminishes over time. These issues lead to suboptimal gradient updates and hinder long-term learning efficiency. To address these issues, we propose Shuffle-R1, a simple yet principled framework that improves RL fine-tuning efficiency by dynamically restructuring trajectory sampling and batch composition. It introduces (1) Pairwise Trajectory Sampling, which selects high-contrast trajectories with large advantages to improve gradient signal quality, and (2) Advantage-based Trajectory Shuffle, which increases exposure of valuable rollouts through informed batch reshuffling. Experiments across multiple reasoning benchmarks show that our framework consistently outperforms strong RL baselines with minimal overhead. These results highlight the importance of data-centric adaptations for more efficient RL training in MLLM.

Foundations

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

Your Notes