paper-with-me

홈 › Papers

Online Continual Learning with Natural Distribution Shifts: An Empirical Study with Visual Data

2021-08-20 · ICCV 2021 10 · Zhipeng Cai, Ozan Sener, Vladlen Koltun

Continual learning is the problem of learning and retaining knowledge through time over multiple tasks and environments. Research has primarily focused on the incremental classification setting, where new tasks/classes are added at discrete time intervals. Such an "offline" setting does not evaluate the ability of agents to learn effectively and efficiently, since an agent can perform multiple learning epochs without any time limitation when a task is added. We argue that "online" continual learning, where data is a single continuous stream without task boundaries, enables evaluating both information retention and online learning efficacy. In online continual learning, each incoming small batch of data is first used for testing and then added to the training set, making the problem truly online. Trained models are later evaluated on historical data to assess information retention. We introduce a new benchmark for online continual visual learning that exhibits large scale and natural distribution shifts. Through a large-scale analysis, we identify critical and previously unobserved phenomena of gradient-based optimization in continual learning, and propose effective strategies for improving gradient-based online continual learning with real data. The source code and dataset are available in: https://github.com/IntelLabs/continuallearning.

📄 PDF Abstract BibTeX arXiv:2108.09020

Code (1)

intellabs/continuallearning 공식 구현 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

CBA: Improving Online Continual Learning via Continual Bias Adaptor

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

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 distri…

Continual Learning

Online Adaptation to Label Distribution Shift

2021-07-09 · NeurIPS 2021 12 · Ruihan Wu, Chuan Guo, Yi Su, Kilian Q. Weinberger

Machine learning models often encounter distribution shifts when deployed in the real world. In this paper, we focus on adaptation to label distribution shift in the online setting, where the test-time label distribution…

Online Continual Adaptation with Active Self-Training

2021-06-11 · Shiji Zhou, Han Zhao, Shanghang Zhang, Lianzhe Wang 외

Models trained with offline data often suffer from continual distribution shifts and expensive labeling in changing environments. This calls for a new online learning paradigm where the learner can continually adapt to c…

Multiple Modes for Continual Learning

2022-09-29 · Siddhartha Datta, Nigel Shadbolt

Adapting model parameters to incoming streams of data is a crucial factor to deep learning scalability. Interestingly, prior continual learning strategies in online settings inadvertently anchor their updated parameters …

Continual Learning