Reinforcement Fine-Tuning Powers Reasoning Capability of Multimodal Large Language Models
Haoyuan Sun, Jiaqi Wu, Bo Xia, Yifu Luo, Yifei Zhao, Kai Qin, Xufei Lv, Tiantian Zhang, Yongzhe Chang, Xueqian Wang
TL;DR
This work addresses the challenge of enabling robust reasoning in multimodal large language models by positioning reinforcement fine-tuning (RFT) as a unifying training paradigm. It develops a taxonomy that distinguishes Critic-Model-Driven from Critic-Model-Free RFT and surveys how PPO-style policy optimization is adapted for multimodal settings, supported by $V_\pi(s)$ and $Q_\pi(s,a)$ foundations. The paper identifies five broad success areas—modality diversity, task/domain breadth, improved training algorithms, abundant benchmarks, and practical engineering frameworks—and provides five concrete future directions, including generalization, hybrid reward paradigms, safety, data augmentation, and cross-domain applications. Taken together, the insights map a clear path toward more capable, generalizable, and safe RFT-enabled reasoning systems for MLLMs, with implications for the broader push toward AGI-era multimodal reasoning. The emphasis on practical frameworks and benchmarks also offers actionable guidance for researchers and practitioners deploying RFT in real-world multimodal contexts.
Abstract
Standing in 2025, at a critical juncture in the pursuit of Artificial General Intelligence (AGI), reinforcement fine-tuning (RFT) has demonstrated significant potential in enhancing the reasoning capability of large language models (LLMs) and has led to the development of cutting-edge AI models such as OpenAI-o1 and DeepSeek-R1. Moreover, the efficient application of RFT to enhance the reasoning capability of multimodal large language models (MLLMs) has attracted widespread attention from the community. In this position paper, we argue that reinforcement fine-tuning powers the reasoning capability of multimodal large language models. To begin with, we provide a detailed introduction to the fundamental background knowledge that researchers interested in this field should be familiar with. Furthermore, we meticulously summarize the improvements of RFT in powering reasoning capability of MLLMs into five key points: diverse modalities, diverse tasks and domains, better training algorithms, abundant benchmarks and thriving engineering frameworks. Finally, we propose five promising directions for future research that the community might consider. We hope that this position paper will provide valuable insights to the community at this pivotal stage in the advancement toward AGI. Summary of works done on RFT for MLLMs is available at https://github.com/Sun-Haoyuan23/Awesome-RL-based-Reasoning-MLLMs.
