Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

RL Forgets! Towards Continual Policy Optimization

About

Continual post-training is becoming a central paradigm for adapting vision-language models to evolving tasks. Recent work has increasingly favored reinforcement learning over supervised fine-tuning, driven by the belief that reinforcement learning is inherently less prone to forgetting. However, the belief remains insufficiently validated, as existing evidence is largely drawn from outdated or homogeneous benchmarks. We revisit this assumption under recent and diverse multimodal reasoning tasks. To this end, we introduce MRCL, a Multimodal Reasoning Continual Learning benchmark. Experiments on MRCL show that standard reinforcement learning still suffers from severe catastrophic forgetting during continual post-training. We trace this failure to an objective mismatch: the KL regularization used in common policy optimization methods is evaluated on current-task data, whereas forgetting is caused by behavioral drift on prior-task distributions. To address this problem, we propose Continual Policy Optimization (CPO), a replay-free framework grounded in a prior-task behavioral KL objective. CPO relaxes the intractable historical KL constraint into sparse parameter-movement regularization, limiting policy drift without storing old data. Extensive experiments across multiple model scales show that CPO consistently reduces forgetting while preserving, and in some cases improving, pretrained model capabilities. On Qwen3-VL-8B, CPO reduces forgetting by 13.7% and improves pretrained capability by 7.0%. The implementation code is available at https://github.com/MaolinLuo/CPO.

Mao-Lin Luo, Zhe-Xu Wang, Zi-Hao Zhou, Bo Ye, Jian Zhao, Min-Ling Zhang, Tong Wei• 2026

Related benchmarks

TaskDatasetResultRank
Hallucination EvaluationPOPE--
281
Document Visual Question AnsweringDocVQA (val)
Accuracy79.92
178
Visual Question AnsweringMMStar
Accuracy71.67
151
Mathematical ReasoningMathVista mini
Accuracy76
151
Object Hallucination EvaluationPOPE
Accuracy (POPE)85.81
137
Mathematical ReasoningMathVision
Accuracy51.61
89
Mathematical ReasoningMathVerse mini
Accuracy57.51
89
Object HallucinationPOPE--
79
General Visual Question AnsweringMMStar
Score67.73
50
Multimodal Mathematical ReasoningMathVerse mini
Accuracy36.12
45
Showing 10 of 27 rows

Other info

Follow for update