paper-with-me

홈 › Papers

Architecture Matters in Continual Learning

2022-02-01 · Seyed Iman Mirzadeh, Arslan Chaudhry, Dong Yin, Timothy Nguyen, Razvan Pascanu, Dilan Gorur, Mehrdad Farajtabar

A large body of research in continual learning is devoted to overcoming the catastrophic forgetting of neural networks by designing new algorithms that are robust to the distribution shifts. However, the majority of these works are strictly focused on the "algorithmic" part of continual learning for a "fixed neural network architecture", and the implications of using different architectures are mostly neglected. Even the few existing continual learning methods that modify the model assume a fixed architecture and aim to develop an algorithm that efficiently uses the model throughout the learning experience. However, in this work, we show that the choice of architecture can significantly impact the continual learning performance, and different architectures lead to different trade-offs between the ability to remember previous tasks and learning new ones. Moreover, we study the impact of various architectural decisions, and our findings entail best practices and recommendations that can improve the continual learning performance.

📄 PDF Abstract BibTeX arXiv:2202.00275

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Forget What's Sensitive, Remember What Matters: Token-Level Differential Privacy in Memory Sculpting for Continual Learning

2025-09-16 · Bihao Zhan, Jie Zhou, Junsong Li, Yutao Yang 외 arxiv

Continual Learning (CL) models, while adept at sequential knowledge acquisition, face significant and often overlooked privacy challenges due to accumulating diverse information. Traditional privacy methods, like a unifo…

Continual LearningGeneral Knowledge

Task Formulation Matters When Learning Continually: A Case Study in Visual Question Answering

2022-09-30 · Mavina Nikandrou, Lu Yu, Alessandro Suglia, Ioannis Konstas 외

Continual learning aims to train a model incrementally on a sequence of tasks without forgetting previous knowledge. Although continual learning has been widely studied in computer vision, its application to Vision+Langu…

Continual LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Alleviating Representational Shift for Continual Fine-tuning

2022-04-22 · Shibo Jie, Zhi-Hong Deng, Ziheng Li

We study a practical setting of continual learning: fine-tuning on a pre-trained model continually. Previous work has found that, when training on new tasks, the features (penultimate layer representations) of previous d…

Continual Learning

Constant matters: Fine-grained Complexity of Differentially Private Continual Observation

2022-02-23 · Hendrik Fichtenberger, Monika Henzinger, Jalaj Upadhyay

We study fine-grained error bounds for differentially private algorithms for counting under continual observation. Our main insight is that the matrix mechanism when using lower-triangular matrices can be used in the con…

Task Formulation Matters When Learning Continuously: A Case Study in Visual Question Answering

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Continual learning is a promising alternative to the current pretrain-and-finetune paradigm: It aims to learn a model on a sequence of tasks without forgetting knowledge from preceding tasks. We investigate continual lea…

Continual LearningIncremental LearningQuestion AnsweringSemantic Similarity+3