paper-with-me

홈 › Papers

Computationally Budgeted Continual Learning: What Does Matter?

2023-03-20 · CVPR 2023 1 · Ameya Prabhu, Hasan Abed Al Kader Hammoud, Puneet Dokania, Philip H. S. Torr, Ser-Nam Lim, Bernard Ghanem, Adel Bibi

Continual Learning (CL) aims to sequentially train models on streams of incoming data that vary in distribution by preserving previous knowledge while adapting to new data. Current CL literature focuses on restricted access to previously seen data, while imposing no constraints on the computational budget for training. This is unreasonable for applications in-the-wild, where systems are primarily constrained by computational and time budgets, not storage. We revisit this problem with a large-scale benchmark and analyze the performance of traditional CL approaches in a compute-constrained setting, where effective memory samples used in training can be implicitly restricted as a consequence of limited computation. We conduct experiments evaluating various CL sampling strategies, distillation losses, and partial fine-tuning on two large-scale datasets, namely ImageNet2K and Continual Google Landmarks V2 in data incremental, class incremental, and time incremental settings. Through extensive experiments amounting to a total of over 1500 GPU-hours, we find that, under compute-constrained setting, traditional CL approaches, with no exception, fail to outperform a simple minimal baseline that samples uniformly from memory. Our conclusions are consistent in a different number of stream time steps, e.g., 20 to 200, and under several computational budgets. This suggests that most existing CL methods are particularly too computationally expensive for realistic budgeted deployment. Code for this project is available at: https://github.com/drimpossible/BudgetCL.

📄 PDF Abstract BibTeX arXiv:2303.11165

Code (1)

drimpossible/budgetcl 공식 구현 pytorch

Tasks

Continual LearningGPU

Methods 이 논문이 사용한 방법론

fail 설명 없음

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

Psycholinguistics meets Continual Learning: Measuring Catastrophic Forgetting in Visual Question Answering

2019-06-10 · ACL 2019 7 · Claudio Greco, Barbara Plank, Raquel Fernández, Raffaella Bernardi

We study the issue of catastrophic forgetting in the context of neural multimodal approaches to Visual Question Answering (VQA). Motivated by evidence from psycholinguistics, we devise a set of linguistically-informed VQ…

Continual LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Improving and Understanding Variational Continual Learning

2019-05-06 · Siddharth Swaroop, Cuong V. Nguyen, Thang D. Bui, Richard E. Turner

In the continual learning setting, tasks are encountered sequentially. The goal is to learn whilst i) avoiding catastrophic forgetting, ii) efficiently using model capacity, and iii) employing forward and backward transf…

Continual LearningPermuted-MNISTSplit-MNISTTransfer Learning

Continual Learning in Medical Image Analysis: A Comprehensive Review of Recent Advancements and Future Prospects

2023-12-28 · Pratibha Kumari, Joohi Chauhan, Afshin Bozorgpour, Boqiang Huang 외

Medical imaging analysis has witnessed remarkable advancements even surpassing human-level performance in recent years, driven by the rapid development of advanced deep-learning algorithms. However, when the inference da…

Continual LearningMedical Image Analysis

Uncertainty-guided Continual Learning with Bayesian Neural Networks

2019-06-06 · ICLR 2020 1 · Sayna Ebrahimi, Mohamed Elhoseiny, Trevor Darrell, Marcus Rohrbach

Continual learning aims to learn new tasks without forgetting previously learned ones. This is especially challenging when one cannot access data from previous tasks and when the model has a fixed capacity. Current regul…

Continual Learning