paper-with-me

홈 › Papers

Batch-level Experience Replay with Review for Continual Learning

2020-07-11 · Zheda Mai, Hyunwoo Kim, Jihwan Jeong, Scott Sanner

Continual learning is a branch of deep learning that seeks to strike a balance between learning stability and plasticity. The CVPR 2020 CLVision Continual Learning for Computer Vision challenge is dedicated to evaluating and advancing the current state-of-the-art continual learning methods using the CORe50 dataset with three different continual learning scenarios. This paper presents our approach, called Batch-level Experience Replay with Review, to this challenge. Our team achieved the 1'st place in all three scenarios out of 79 participated teams. The codebase of our implementation is publicly available at https://github.com/RaptorMai/CVPR20_CLVision_challenge

📄 PDF Abstract BibTeX arXiv:2007.05683

Code (1)

RaptorMai/CVPR20_CLVision_challenge 공식 구현 pytorch

Tasks

Continual 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 제목 키워드 기반

Continual Learning of Personalized Generative Face Models with Experience Replay

2024-12-03 · Annie N. Wang, Luchao Qi, Roni Sengupta

We introduce a novel continual learning problem: how to sequentially update the weights of a personalized 2D and 3D generative face model as new batches of photos in different appearances, styles, poses, and lighting are…

Continual LearningFace Model

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 …

Continual LearningIncremental Learning

Selective Replay Enhances Learning in Online Continual Analogical Reasoning

2021-03-06 · Tyler L. Hayes, Christopher Kanan

In continual learning, a system learns from non-stationary data streams or batches without catastrophic forgetting. While this problem has been heavily studied in supervised image classification and reinforcement learnin…

Continual Learningimage-classificationImage Classification

Improving Meta-Continual Learning Representations with Representation Replay

2021-09-29 · Lawrence Ki-On Chan, James Kwok

Continual learning often suffers from catastrophic forgetting. Recently, meta-continual learning algorithms use meta-learning to learn how to continually learn. A recent state-of-the-art is online aware meta-learning (OM…

Continual LearningMeta-Learning

Compact Memory for Continual Logistic Regression

2025-11-12 · Yohan Jung, Hyungi Lee, Wenlong Chen, Thomas Möllenhoff 외 arxiv

Despite recent progress, continual learning still does not match the performance of batch training. To avoid catastrophic forgetting, we need to build compact memory of essential past knowledge, but no clear solution has…

Continual Learning