paper-with-me

Papers

Scalable and Order-robust Continual Learning with Additive Parameter Decomposition

2019-02-25 · ICLR 2020 1 · Jaehong Yoon, Saehoon Kim, Eunho Yang, Sung Ju Hwang

While recent continual learning methods largely alleviate the catastrophic problem on toy-sized datasets, some issues remain to be tackled to apply them to real-world problem domains. First, a continual learning model should effectively handle catastrophic forgetting and be efficient to train even with a large number of tasks. Secondly, it needs to tackle the problem of order-sensitivity, where the performance of the tasks largely varies based on the order of the task arrival sequence, as it may cause serious problems where fairness plays a critical role (e.g. medical diagnosis). To tackle these practical challenges, we propose a novel continual learning method that is scalable as well as order-robust, which instead of learning a completely shared set of weights, represents the parameters for each task as a sum of task-shared and sparse task-adaptive parameters. With our Additive Parameter Decomposition (APD), the task-adaptive parameters for earlier tasks remain mostly unaffected, where we update them only to reflect the changes made to the task-shared parameters. This decomposition of parameters effectively prevents catastrophic forgetting and order-sensitivity, while being computation- and memory-efficient. Further, we can achieve even better scalability with APD using hierarchical knowledge consolidation, which clusters the task-adaptive parameters to obtain hierarchically shared parameters. We validate our network with APD, APD-Net, on multiple benchmark datasets against state-of-the-art continual learning methods, which it largely outperforms in accuracy, scalability, and order-robustness.

📄 PDF Abstract BibTeX arXiv:1902.09432

Code (1)

iclr2020-apd/anonymous_iclr2020_apd_code 공식 구현 tf

Tasks

Continual LearningFairnessMedical DiagnosisSensitivity

Similar Papers 제목 키워드 기반

Scalable Interpretability via Polynomials

2022-05-27 · Abhimanyu Dubey, Filip Radenovic, Dhruv Mahajan

Generalized Additive Models (GAMs) have quickly become the leading choice for inherently-interpretable machine learning. However, unlike uninterpretable methods such as DNNs, they lack expressive power and easy scalabili…

Additive modelsBIG-bench Machine LearningInterpretable Machine Learning

LANCE: Low Rank Activation Compression for Efficient On-Device Continual Learning

2025-09-25 · Marco Paul E. Apolinario, Kaushik Roy arxiv

On-device learning is essential for personalization, privacy, and long-term adaptation in resource-constrained environments. Achieving this requires efficient learning, both fine-tuning existing models and continually ac…

Continual Learning

Sculpting Subspaces: Constrained Full Fine-Tuning in LLMs for Continual Learning

2025-04-09 · Nikhil Shivakumar Nayak, KrishnaTeja Killamsetty, Ligong Han, Abhishek Bhandwaldar 외

Continual learning in large language models (LLMs) is prone to catastrophic forgetting, where adapting to new tasks significantly degrades performance on previously learned ones. Existing methods typically rely on low-ra…

Continual LearningDecoderInstruction Following

Efficient Continual Learning in Neural Machine Translation: A Low-Rank Adaptation Approach

2025-12-10 · Salvador Carrión, Francisco Casacuberta arxiv

Continual learning in Neural Machine Translation (NMT) faces the dual challenges of catastrophic forgetting and the high computational cost of retraining. This study establishes Low-Rank Adaptation (LoRA) as a parameter-…

Machine TranslationContinual Learning

Generalized Functional ANOVA in Closed-Form: A Unified View of Additive Explanations

2026-05-18 · Baptiste Ferrere, Nicolas Bousquet, Fabrice Gamboa, Jean-Michel Loubes arxiv

The functional ANOVA, or Hoeffding decomposition, provides a principled framework for interpretability by decomposing a model prediction into main effects and higher-order interactions. For independent inputs, this class…