paper-with-me

홈 › Papers

CBA: Improving Online Continual Learning via Continual Bias Adaptor

2023-08-14 · ICCV 2023 1 · Quanziang Wang, Renzhen Wang, Yichen Wu, Xixi Jia, Deyu Meng

Online continual learning (CL) aims to learn new knowledge and consolidate previously learned knowledge from non-stationary data streams. Due to the time-varying training setting, the model learned from a changing distribution easily forgets the previously learned knowledge and biases toward the newly received task. To address this problem, we propose a Continual Bias Adaptor (CBA) module to augment the classifier network to adapt to catastrophic distribution change during training, such that the classifier network is able to learn a stable consolidation of previously learned tasks. In the testing stage, CBA can be removed which introduces no additional computation cost and memory overhead. We theoretically reveal the reason why the proposed method can effectively alleviate catastrophic distribution shifts, and empirically demonstrate its effectiveness through extensive experiments based on four rehearsal-based baselines and three public continual learning benchmarks.

📄 PDF Abstract BibTeX arXiv:2308.06925

Code (1)

wqza/cba-online-cl 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Dual-CBA: Improving Online Continual Learning via Dual Continual Bias Adaptors from a Bi-level Optimization Perspective

2024-08-26 · Quanziang Wang, Renzhen Wang, Yichen Wu, Xixi Jia 외

In online continual learning (CL), models trained on changing distributions easily forget previously learned knowledge and bias toward newly received tasks. To address this issue, we present Continual Bias Adaptor (CBA),…

Continual Learning

Continual Normalization: Rethinking Batch Normalization for Online Continual Learning

2022-03-30 · ICLR 2022 4 · Quang Pham, Chenghao Liu, Steven Hoi

Existing continual learning methods use Batch Normalization (BN) to facilitate training and improve generalization across tasks. However, the non-i.i.d and non-stationary nature of continual learning data, especially in …

Continual Learning

Efficient Model Adaptation for Continual Learning at the Edge

2023-08-03 · Zachary A. Daniels, Jun Hu, Michael Lomnitz, Phil Miller 외

Most machine learning (ML) systems assume stationary and matching data distributions during training and deployment. This is often a false assumption. When ML models are deployed on real devices, data distributions often…

AutoMLContinual LearningDomain AdaptationNeural Architecture Search

Online Continual Learning via the Knowledge Invariant and Spread-out Properties

2023-02-02 · Ya-nan Han, Jian-wei Liu

The goal of continual learning is to provide intelligent agents that are capable of learning continually a sequence of tasks using the knowledge obtained from previous tasks while performing well on prior tasks. However,…

Continual Learning

What How and When Should Object Detectors Update in Continually Changing Test Domains?

2024-01-01 · CVPR 2024 1 · Jayeon Yoo, Dongkwan Lee, Inseop Chung, Donghyun Kim 외

It is a well-known fact that the performance of deep learning models deteriorates when they encounter a distribution shift at test time. Test-time adaptation (TTA) algorithms have been proposed to adapt the model onl…

object-detectionObject DetectionTest-time Adaptation