paper-with-me

Papers

Mitigating Task-Order Sensitivity and Forgetting via Hierarchical Second-Order Consolidation

2026-01-31 · Protik Nag, Krishnan Raghavan, Vignesh Narayanan arxiv

We introduce $\textbf{Hierarchical Taylor Series-based Continual Learning (HTCL)}$, a framework that couples fast local adaptation with conservative, second-order global consolidation to address the high variance introduced by random task ordering. To address task-order effects, HTCL identifies the best intra-group task sequence and integrates the resulting local updates through a Hessian-regularized Taylor expansion, yielding a consolidation step with theoretical guarantees. The approach naturally extends to an $L$-level hierarchy, enabling multiscale knowledge integration in a manner not supported by conventional single-level CL systems. Across a wide range of datasets and replay and regularization baselines, HTCL acts as a model-agnostic consolidation layer that consistently enhances performance, yielding mean accuracy gains of $7\%$ to $25\%$ while reducing the standard deviation of final accuracy by up to $68\%$ across random task permutations.

📄 PDF Abstract BibTeX arXiv:2602.02568

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar 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 sh…

Continual LearningFairnessMedical DiagnosisSensitivity

Rethinking Quantum Continual Learning with Quantum Fisher Information

2026-07-17 · Yu-Chao Hsu, Yu-Cheng Lin, Tai-Yue Li, Nan-Yow Chen 외 arxiv

Quantum continual learning aims to train quantum models on sequential tasks without losing previously learned knowledge. However, variational quantum classifiers (VQCs) are prone to catastrophic forgetting under nonstati…

Binary ClassificationContinual Learning

Hierarchical Prompts for Rehearsal-free Continual Learning

2024-01-21 · Yukun Zuo, Hantao Yao, Lu Yu, Liansheng Zhuang 외

Continual learning endeavors to equip the model with the capability to integrate current task knowledge while mitigating the forgetting of past task knowledge. Inspired by prompt tuning, prompt-based methods maintain a f…

Continual Learning

Error Sensitivity Modulation based Experience Replay: Mitigating Abrupt Representation Drift in Continual Learning

2023-02-14 · Fahad Sarfraz, Elahe Arani, Bahram Zonooz

Humans excel at lifelong learning, as the brain has evolved to be robust to distribution shifts and noise in our ever-changing environment. Deep neural networks (DNNs), however, exhibit catastrophic forgetting and the le…

Continual LearningLifelong learningSensitivity

MCF-VC: Mitigate Catastrophic Forgetting in Class-Incremental Learning for Multimodal Video Captioning

2024-02-27 · Huiyu Xiong, Lanxiao Wang, Heqian Qiu, Taijin Zhao 외

To address the problem of catastrophic forgetting due to the invisibility of old categories in sequential input, existing work based on relatively simple categorization tasks has made some progress. In contrast, video ca…

class-incremental learningClass Incremental LearningIncremental LearningKnowledge Distillation+2