arXiv:2605.19145cs.LG2026-05

提出一种新框架,让模型在学新任务时最小化对旧任务的遗忘。

PMF-CL: Pareto-Minimal-Forgetting Continual Learner for Conflicting Tasks

论文配图:PMF-CL: Pareto-Minimal-Forgetting Continual Learner for Conflicting Tasks
图 1 · 摘自论文原文
  • 从多任务学习视角出发,寻找帕累托最优解以减少遗忘
  • 在参数量为d的模型上,内存开销仅O(d²)且可迭代更新
  • 适用于有冲突的任务,尤其适合需要持续学习的场景

现有持续学习方法虽借助记忆机制缓解灾难性遗忘,但对需存储何种信息才能最小化遗忘仍缺乏清晰理解。尽管在所有任务共享全局最优解的强假设下可完全避免遗忘,但实际中任务常无共同最优解,遗忘不可避免。本文提出一种基于多任务学习的系统性持续学习框架,通过寻找帕累托最优解实现最小遗忘。针对线性回归、基函数回归及具有二次上界损失函数(如逻辑回归)的问题,推导出帕累托最小遗忘算法。对于二次问题,该方法采用内存高效的迭代更新,模型含d个参数时,静态内存占用为O(d²)。

原文摘要 · Abstract (English)

In the literature, many continual learning (CL) algorithms have been proposed to address the issue of catastrophic forgetting in ML models (i.e., learning new tasks leads to the loss of performance on previously learned tasks). Although all CL approaches use some form of memory to retain information about past tasks, a grounded understanding of what information needs to be stored to minimize catastrophic forgetting remains elusive. Recently, it has been recognized that under the strong assumption of the existence of a common global minimizer over all tasks, catastrophic forgetting can be completely avoided. However, in practice, tasks rarely have a common global minimizer, and a certain amount of forgetting is inevitable. In this paper, we propose a foundational framework for principled and systematic CL of conflicting tasks using a multi-task learning (MTL) perspective. The approach is based on finding Pareto-optimal solutions, i.e., the solutions which, by definition, minimally forget the previous tasks in the Pareto sense. We derive Pareto-minimal-forgetting CL algorithms for linear and basis-function regression, and general loss functions which have a quadratic upper bound, e.g., logistic regression. For quadratic problems, PMF-CL uses memory-efficient iterative updates with a static memory footage of $\mathcal{O}(d^2)$ for models with $d$ parameters.

持续学习多任务学习遗忘控制

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