Revisiting the Data Sampling in Multimodal Post-training from a Difficulty-Distinguish View
Jianyu Qi, Ding Zou, Wenrui Yan, Rui Ma, Jiaxu Li, Zhijie Zheng, Zhiguo Yang, Rongchang Zhao
TL;DR
This work tackles the lack of quantifiable sample hardness in multimodal post-training by introducing two difficulty-aware metrics: Progressive Image Semantic Masking (PISM) for visual sensitivity and Cross-Modality Attention Balance (CMAB) for cross-modal interaction. A hierarchical training framework is then explored, comparing GRPO-only against SFT+GRPO across six benchmarks, and guided by the two metrics to select mid and hard samples. Across perception and reasoning tasks, difficulty-stratified GRPO-only training consistently outperforms SFT+GRPO, reducing reliance on supervised templates and mitigating pseudo-CoT patterns. The findings imply that intelligent data selection can surpass traditional multi-stage pipelines, offering a simpler, more robust route to effective multimodal alignment and reasoning, with practical impact for deploying capable MLLMs without heavy supervised fine-tuning. $\tau=0.1$, $\lambda_{hard}=0.4$, $\lambda_{easy}=0.7$, and $\rho_t$ balance thresholds are used to categorize samples and guide learning.$
Abstract
Recent advances in Multimodal Large Language Models (MLLMs) have spurred significant progress in Chain-of-Thought (CoT) reasoning. Building on the success of Deepseek-R1, researchers extended multimodal reasoning to post-training paradigms based on reinforcement learning (RL), focusing predominantly on mathematical datasets. However, existing post-training paradigms tend to neglect two critical aspects: (1) The lack of quantifiable difficulty metrics capable of strategically screening samples for post-training optimization. (2) Suboptimal post-training paradigms that fail to jointly optimize perception and reasoning capabilities. To address this gap, we propose two novel difficulty-aware sampling strategies: Progressive Image Semantic Masking (PISM) quantifies sample hardness through systematic image degradation, while Cross-Modality Attention Balance (CMAB) assesses cross-modal interaction complexity via attention distribution analysis. Leveraging these metrics, we design a hierarchical training framework that incorporates both GRPO-only and SFT+GRPO hybrid training paradigms, and evaluate them across six benchmark datasets. Experiments demonstrate consistent superiority of GRPO applied to difficulty-stratified samples compared to conventional SFT+GRPO pipelines, indicating that strategic data sampling can obviate the need for supervised fine-tuning while improving model accuracy. Our code will be released at https://github.com/qijianyu277/DifficultySampling.
