arXiv:2608.01184cs.LG2026-08

无需数据持续合并模型,安全保留通用知识。

SAFE-Merge: Data-Free Continual Model Merging with General Knowledge Preservation

论文配图:SAFE-Merge: Data-Free Continual Model Merging with General Knowledge Preservation
图 1 · 摘自论文原文
  • 按风险筛选保留参数更新,避免侵蚀预训练知识
  • 通过低秩恢复补全丢失任务信息,提升合并效果
  • 适合长期持续学习场景,尤其对视觉语言模型有效

数据不可用条件下,持续合并专用模型需同时保留预训练通用知识和已学任务能力。现有方法主要通过抑制下游任务干扰来保护已有任务,但忽视了预训练知识本身的稳定性,其退化会降低对未见分布的泛化能力,并削弱未来任务学习基础。本文提出SAFE-Merge,一种简单高效的数据自由持续合并框架:首先识别对通用知识风险低的参数更新进行保留;然后利用保留的更新通过低秩恢复补偿被掩码的任务信息,且不改变被掩码参数;最后将整合更新融合至主干网络,推理开销不变。在视觉与语言基准上,SAFE-Merge始终取得最优H-score;在更长的CLIP任务序列中,显著优于NUFILT,同时达到最高准确率。

原文摘要 · Abstract (English)

Data-free continual model merging must incorporate a stream of specialized models while retaining both pretrained general knowledge and previously acquired tasks, without access to task data. Existing methods mainly merge task updates by suppressing interference among downstream tasks; while this protects previously acquired tasks, it overlooks the safety of the pretrained knowledge itself, whose erosion degrades generalization to held-out distributions and weakens the foundation for future task acquisition. We propose SAFE-Merge, a simple data-free continual-merging framework that first decides which parameter updates are safe to retain, and then recovers the task information lost through masking. Specifically, to ensure safety, risk-aware sparse masking selects parameter updates that carry task-specific information while posing low risk to general knowledge. Masked low-rank recovery then compensates for the lost task information using only the same retained parameter updates, while leaving all masked-out parameters strictly unchanged. Finally, the combined update is fused into the backbone, incurring no additional inference cost. Across vision and language benchmarks, SAFE-Merge consistently achieves the best H-score. On longer CLIP task sequences, it substantially improves H-score over NUFILT while also achieving the highest accuracy.

模型合并持续学习知识保留数据无关

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。