CVMar 10, 2025

Boosting the Generalization and Reasoning of Vision Language Models with Curriculum Reinforcement Learning

arXiv:2503.07065v168 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This addresses practical deployment limitations of large vision-language models by improving small models, though it appears incremental as it adapts reinforcement learning techniques from LLMs to VLMs.

The paper tackles the problem of small-scale vision-language models having poor out-of-domain generalization and reasoning abilities when trained with traditional supervised fine-tuning, proposing Curriculum Reinforcement Finetuning (Curr-ReFT) which achieves state-of-the-art performance across visual tasks and enables a 3B model to match the performance of 32B models.

While state-of-the-art vision-language models (VLMs) have demonstrated remarkable capabilities in complex visual-text tasks, their success heavily relies on massive model scaling, limiting their practical deployment. Small-scale VLMs offer a more practical alternative but face significant challenges when trained with traditional supervised fine-tuning (SFT), particularly in two aspects: out-of-domain (OOD) generalization and reasoning abilities, which significantly lags behind the contemporary Large language models (LLMs). To address these challenges, we propose Curriculum Reinforcement Finetuning (Curr-ReFT), a novel post-training paradigm specifically designed for small-scale VLMs. Inspired by the success of reinforcement learning in LLMs, Curr-ReFT comprises two sequential stages: (1) Curriculum Reinforcement Learning, which ensures steady progression of model capabilities through difficulty-aware reward design, transitioning from basic visual perception to complex reasoning tasks; and (2) Rejected Sampling-based Self-improvement, which maintains the fundamental capabilities of VLMs through selective learning from high-quality multimodal and language examples. Extensive experiments demonstrate that models trained with Curr-ReFT paradigm achieve state-of-the-art performance across various visual tasks in both in-domain and out-of-domain settings. Moreover, our Curr-ReFT enhanced 3B model matches the performance of 32B-parameter models, demonstrating that efficient training paradigms can effectively bridge the gap between small and large models.

Code Implementations1 repo
Foundations

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

Your Notes