paper-with-me

홈 › Papers

Gradient Imbalance and solution in Online Continual learning

2021-09-29 · Yiduo Guo, Dongyan Zhao, Bing Liu

Most existing techniques for online continual learning are based on experience-replay. In this approach, a memory buffer is used to save some data from past tasks for dealing with catastrophic forgetting. In training, a small batch of data from the data stream of the current task and some sampled data from a memory buffer are used jointly to update or train the current model. In this paper, we study the experience replay-based approach from a new angle, gradient imbalance. We first investigate and analyze this phenomenon experimentally from two perspectives: imbalance of samples introduced by experience replay and sequence of classes introduced by incremental learning. To our knowledge, this problem has not been studied before and it significantly limits the performance of online continual learning. Based on observations from experiments and theoretical analysis, a new learning strategy and a new loss are proposed to deal with the problem. Empirical evaluation shows that GAD helps improve the online CL performance by more than 11% in accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningIncremental Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Online Analytic Exemplar-Free Continual Learning with Large Models for Imbalanced Autonomous Driving Task

2024-05-28 · Huiping Zhuang, Di Fang, Kai Tong, Yuchen Liu 외

In autonomous driving, even a meticulously trained model can encounter failures when facing unfamiliar scenarios. One of these scenarios can be formulated as an online continual learning (OCL) problem. That is, data come…

Autonomous DrivingContinual LearningExemplar-Free

AIR: Analytic Imbalance Rectifier for Continual Learning

2024-08-19 · Di Fang, Yinan Zhu, Runze Fang, Cen Chen 외

Continual learning enables AI models to learn new data sequentially without retraining in real-world scenarios. Most existing methods assume the training data are balanced, aiming to reduce the catastrophic forgetting pr…

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+1

PVBF: A Framework for Mitigating Parameter Variation Imbalance in Online Continual Learning

2025-02-25 · Zelin Tao, Hao Deng, Mingqing Liu, Lijun Zhang 외

Online continual learning (OCL), which enables AI systems to adaptively learn from non-stationary data streams, is commonly achieved using experience replay (ER)-based methods that retain knowledge by replaying stored pa…

Continual Learning

Online Continual Learning via Multiple Deep Metric Learning and Uncertainty-guided Episodic Memory Replay -- 3rd Place Solution for ICCV 2021 Workshop SSLAD Track 3A Continual Object Classification

2021-11-04 · Muhammad Rifki Kurniawan, Xing Wei, Yihong Gong

Online continual learning in the wild is a very difficult task in machine learning. Non-stationarity in online continual learning potentially brings about catastrophic forgetting in neural networks. Specifically, online …

Autonomous DrivingContinual LearningContrastive LearningMetric Learning+1

Optimizing Class Distribution in Memory for Multi-Label Online Continual Learning

2022-09-23 · Yan-Shuo Liang, Wu-Jun Li

Online continual learning, especially when task identities and task boundaries are unavailable, is a challenging continual learning setting. One representative kind of methods for online continual learning is replay-base…

Continual Learning