Table of Contents
Fetching ...

OThink-MR1: Stimulating multimodal generalized reasoning capabilities via dynamic reinforcement learning

Zhiyuan Liu, Yuting Zhang, Feng Liu, Changwang Zhang, Ying Sun, Jun Wang

TL;DR

The paper tackles the limited generalization of multimodal LLMs by introducing OThink-MR1, a multimodal model fine-tuned with GRPO-D, a dynamic KL-divergence reinforcement learning approach that leverages verifiable rewards. GRPO-D balances exploration and exploitation over training, using $R = R_{acc} + alpha R_{format}$ and normalized relative scores to guide learning, and it incorporates cross-task validation to promote task-generalized reasoning. Empirical results on visual counting and geometry reasoning show that GRPO-D outperforms SFT and constant-KL GRPO in same-task settings and, crucially, enables strong cross-task generalization, with substantial gains in cross-task scenarios. These findings underscore the potential of dynamic RL strategies for scalable, generalizable multimodal reasoning and point to KL-scheduling and task-demand as important levers for future work.

Abstract

Multimodal Large Language Models (MLLMs) have gained significant traction for their ability to process diverse input data types and generate coherent, contextually relevant outputs across various applications. While supervised fine-tuning (SFT) has been the predominant approach to enhance MLLM capabilities in task-specific optimization, it often falls short in fostering crucial generalized reasoning abilities. Although reinforcement learning (RL) holds great promise in overcoming these limitations, it encounters two significant challenges: (1) its generalized capacities in multimodal tasks remain largely unexplored, and (2) its training constraints, including the constant Kullback-Leibler divergence or the clamp strategy, often result in suboptimal bottlenecks. To address these challenges, we propose OThink-MR1, an advanced MLLM equipped with profound comprehension and reasoning capabilities across multimodal tasks. Specifically, we introduce Group Relative Policy Optimization with a dynamic Kullback-Leibler strategy (GRPO-D), which markedly enhances reinforcement learning (RL) performance. For Qwen2-VL-2B-Instruct, GRPO-D achieves a relative improvement of more than 5.72% over SFT and more than 13.59% over GRPO in same-task evaluation on two adapted datasets. Furthermore, GRPO-D demonstrates remarkable cross-task generalization capabilities, with an average relative improvement of more than 61.63% over SFT in cross-task evaluation. These results highlight that the MLLM trained with GRPO-D on one multimodal task can be effectively transferred to another task, underscoring the superior generalized reasoning capabilities of our proposed OThink-MR1 model.

OThink-MR1: Stimulating multimodal generalized reasoning capabilities via dynamic reinforcement learning

TL;DR

The paper tackles the limited generalization of multimodal LLMs by introducing OThink-MR1, a multimodal model fine-tuned with GRPO-D, a dynamic KL-divergence reinforcement learning approach that leverages verifiable rewards. GRPO-D balances exploration and exploitation over training, using and normalized relative scores to guide learning, and it incorporates cross-task validation to promote task-generalized reasoning. Empirical results on visual counting and geometry reasoning show that GRPO-D outperforms SFT and constant-KL GRPO in same-task settings and, crucially, enables strong cross-task generalization, with substantial gains in cross-task scenarios. These findings underscore the potential of dynamic RL strategies for scalable, generalizable multimodal reasoning and point to KL-scheduling and task-demand as important levers for future work.

Abstract

Multimodal Large Language Models (MLLMs) have gained significant traction for their ability to process diverse input data types and generate coherent, contextually relevant outputs across various applications. While supervised fine-tuning (SFT) has been the predominant approach to enhance MLLM capabilities in task-specific optimization, it often falls short in fostering crucial generalized reasoning abilities. Although reinforcement learning (RL) holds great promise in overcoming these limitations, it encounters two significant challenges: (1) its generalized capacities in multimodal tasks remain largely unexplored, and (2) its training constraints, including the constant Kullback-Leibler divergence or the clamp strategy, often result in suboptimal bottlenecks. To address these challenges, we propose OThink-MR1, an advanced MLLM equipped with profound comprehension and reasoning capabilities across multimodal tasks. Specifically, we introduce Group Relative Policy Optimization with a dynamic Kullback-Leibler strategy (GRPO-D), which markedly enhances reinforcement learning (RL) performance. For Qwen2-VL-2B-Instruct, GRPO-D achieves a relative improvement of more than 5.72% over SFT and more than 13.59% over GRPO in same-task evaluation on two adapted datasets. Furthermore, GRPO-D demonstrates remarkable cross-task generalization capabilities, with an average relative improvement of more than 61.63% over SFT in cross-task evaluation. These results highlight that the MLLM trained with GRPO-D on one multimodal task can be effectively transferred to another task, underscoring the superior generalized reasoning capabilities of our proposed OThink-MR1 model.

Paper Structure

This paper contains 14 sections, 5 equations, 8 figures, 1 table.

Figures (8)

  • Figure 1: Test accuracy metric curves of SFT and GRPO on geometry reasoning task.
  • Figure 2: Examples of multimodal content understanding and multimodal reasoning tasks.
  • Figure 3: Qualitative illustration of GRPO-D vs SFT in OThink-MR1.
  • Figure 4: Impact of the weight of format reward.
  • Figure 5: Training curves for format reward and accuracy reward.
  • ...and 3 more figures