paper-with-me

홈 › Papers

Budgeted Online Continual Learning by Adaptive Layer Freezing and Frequency-based Sampling

2024-10-19 · Minhyuk Seo, Hyunseo Koh, Jonghyun Choi

The majority of online continual learning (CL) advocates single-epoch training and imposes restrictions on the size of replay memory. However, single-epoch training would incur a different amount of computations per CL algorithm, and the additional storage cost to store logit or model in addition to replay memory is largely ignored in calculating the storage budget. Arguing different computational and storage budgets hinder fair comparison among CL algorithms in practice, we propose to use floating point operations (FLOPs) and total memory size in Byte as a metric for computational and memory budgets, respectively, to compare and develop CL algorithms in the same 'total resource budget.' To improve a CL method in a limited total budget, we propose adaptive layer freezing that does not update the layers for less informative batches to reduce computational costs with a negligible loss of accuracy. In addition, we propose a memory retrieval method that allows the model to learn the same amount of knowledge as using random retrieval in fewer iterations. Empirical validations on the CIFAR-10/100, CLEAR-10/100, and ImageNet-1K datasets demonstrate that the proposed approach outperforms the state-of-the-art methods within the same total budget

📄 PDF Abstract BibTeX arXiv:2410.15143

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningRetrieval

Similar Papers 제목 키워드 기반

Grow-Prune-Freeze Networks: Adaptive & Continual Learning Technique for Olfactory Navigation

2026-05-24 · Kordel K. France, Ovidiu Daescu arxiv

Training data for olfaction is scattered through disparate, non-standardized datasets that limit the ability to build representative world models. Olfactory navigation is a highly dynamic and non-stationary task that ben…

Reinforcement LearningImage ClassificationContinual Learning

Online Budgeted Learning for Classifier Induction

2019-03-13 · Eran Fainman, Bracha Shapira, Lior Rokach, Yisroel Mirsky

In real-world machine learning applications, there is a cost associated with sampling of different features. Budgeted learning can be used to select which feature-values to acquire from each instance in a dataset, such t…

Efficient Self-supervised Continual Learning with Progressive Task-correlated Layer Freezing

2023-03-13 · Li Yang, Sen Lin, Fan Zhang, Junshan Zhang 외

Inspired by the success of Self-supervised learning (SSL) in learning visual representations from unlabeled data, a few recent works have studied SSL in the context of continual learning (CL), where multiple tasks are le…

Continual LearningGPUSelf-Supervised Learning

Adaptive Budgeted Multi-Armed Bandits for IoT with Dynamic Resource Constraints

2025-05-05 · Shubham Vaishnav, Praveen Kumar Donta, Sindri Magnússon

Internet of Things (IoT) systems increasingly operate in environments where devices must respond in real time while managing fluctuating resource constraints, including energy and bandwidth. Yet, current approaches often…

Multi-Armed Bandits

EXPANSE: A Deep Continual / Progressive Learning System for Deep Transfer Learning

2022-05-19 · Mohammadreza Iman, John A. Miller, Khaled Rasheed, Robert M. Branch 외

Deep transfer learning techniques try to tackle the limitations of deep learning, the dependency on extensive training data and the training costs, by reusing obtained knowledge. However, the current DTL techniques suffe…

Continual LearningTransfer Learning