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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Hallucination Evaluation | POPE | -- | 281 | |
| Document Visual Question Answering | DocVQA (val) | Accuracy79.92 | 178 | |
| Visual Question Answering | MMStar | Accuracy71.67 | 151 | |
| Mathematical Reasoning | MathVista mini | Accuracy76 | 151 | |
| Object Hallucination Evaluation | POPE | Accuracy (POPE)85.81 | 137 | |
| Mathematical Reasoning | MathVision | Accuracy51.61 | 89 | |
| Mathematical Reasoning | MathVerse mini | Accuracy57.51 | 89 | |
| Object Hallucination | POPE | -- | 79 | |
| General Visual Question Answering | MMStar | Score67.73 | 50 | |
| Multimodal Mathematical Reasoning | MathVerse mini | Accuracy36.12 | 45 |