Papers › RL Forgets! Towards Continual Policy Optimization

RL Forgets! Towards Continual Policy Optimization

5 Jul 2026arXiv:2607.04364added by Syntology

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

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.04364")

Code

Syntology Ran 12 of 16 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MaolinLuo/CPO found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 12 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12ran
4unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from MaolinLuo/CPO. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_content_list_with_interleaved_images MaolinLuo/CPO/src/dataset/grpo_dataset.py found in paper text by Syntology ran MIT (permissive) · f7bc07d97a8d5304 · report
build_content_list_with_interleaved_images MaolinLuo/CPO/src/dataset/sft_dataset.py found in paper text by Syntology ran MIT (permissive) · 0ad8fc4d50d8c375 · report
clean_expression MaolinLuo/CPO/src/train/reward_funcs.py found in paper text by Syntology ran fingerprinted MIT (permissive) · fab9bb76d601b06a · report
extract_last_boxed MaolinLuo/CPO/src/eval/inference.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 7b5840b320919712 · report
get_model_name_from_path MaolinLuo/CPO/src/utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · fa6d2859d3461c9e · report
is_lora_model MaolinLuo/CPO/src/utils.py found in paper text by Syntology ran MIT (permissive) · d8fd759aa8357c1e · report
parse_image_placeholders MaolinLuo/CPO/src/dataset/grpo_dataset.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3be2d5c5ed531180 · report
parse_image_placeholders MaolinLuo/CPO/src/dataset/sft_dataset.py found in paper text by Syntology ran fingerprinted MIT (permissive) · c71bdd2f1919c76b · report
parse_options MaolinLuo/CPO/src/eval/inference.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 22c6606760ef21db · report
process_image MaolinLuo/CPO/src/eval/inference.py found in paper text by Syntology ran MIT (permissive) · e93a985e3fa84beb · report
remove_vision_tokens MaolinLuo/CPO/src/dataset/grpo_dataset.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 7188da24beec6bd9 · report
truncate_sequence MaolinLuo/CPO/src/dataset/data_utils.py found in paper text by Syntology ran MIT (permissive) · 533c2d12f5c89416 · report
extract_weights MaolinLuo/CPO/src/train/extract_weights.py found in paper text by Syntology unverified MIT (permissive) · 80cc18ed2ef66de3 · report
load_full_model MaolinLuo/CPO/src/compute_importance_mask.py found in paper text by Syntology unverified MIT (permissive) · b233a30c3d5f6f11 · report
load_state_dict_cpu MaolinLuo/CPO/src/compute_importance_mask.py found in paper text by Syntology unverified MIT (permissive) · 3a9a6c8b3e97ccf8 · report
merge_gradient_chunks MaolinLuo/CPO/src/train/extract_gradients.py found in paper text by Syntology unverified MIT (permissive) · f4c34181924a9fa4 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.04364, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections