paper-with-me

Papers

Memory-Efficient Semi-Supervised Continual Learning: The World is its Own Replay Buffer

2021-01-23 · James Smith, Jonathan Balloch, Yen-Chang Hsu, Zsolt Kira

Rehearsal is a critical component for class-incremental continual learning, yet it requires a substantial memory budget. Our work investigates whether we can significantly reduce this memory budget by leveraging unlabeled data from an agent's environment in a realistic and challenging continual learning paradigm. Specifically, we explore and formalize a novel semi-supervised continual learning (SSCL) setting, where labeled data is scarce yet non-i.i.d. unlabeled data from the agent's environment is plentiful. Importantly, data distributions in the SSCL setting are realistic and therefore reflect object class correlations between, and among, the labeled and unlabeled data distributions. We show that a strategy built on pseudo-labeling, consistency regularization, Out-of-Distribution (OoD) detection, and knowledge distillation reduces forgetting in this setting. Our approach, DistillMatch, increases performance over the state-of-the-art by no less than 8.7% average task accuracy and up to 54.5% average task accuracy in SSCL CIFAR-100 experiments. Moreover, we demonstrate that DistillMatch can save up to 0.23 stored images per processed unlabeled image compared to the next best method which only saves 0.08. Our results suggest that focusing on realistic correlated distributions is a significantly new perspective, which accentuates the importance of leveraging the world's structure as a continual learning strategy.

📄 PDF Abstract BibTeX arXiv:2101.09536

Code (1)

GT-RIPL/DistillMatch-SSCL 공식 구현 pytorch

Tasks

Continual LearningKnowledge DistillationOut of Distribution (OOD) Detection

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Learn from Yesterday: A Semi-Supervised Continual Learning Method for Supervision-Limited Text-to-SQL Task Streams

2022-11-21 · Yongrui Chen, Xinnan Guo, Tongtong Wu, Guilin Qi 외

Conventional text-to-SQL studies are limited to a single task with a fixed-size training and test set. When confronted with a stream of tasks common in real-world applications, existing methods struggle with the problems…

Continual LearningText to SQLText-To-SQL

Leveraging Complementary Embeddings for Replay Selection in Continual Learning with Small Buffers

2026-04-09 · Danit Yanowsky, Daphna Weinshall arxiv

Catastrophic forgetting remains a key challenge in Continual Learning (CL). In replay-based CL with severe memory constraints, performance critically depends on the sample selection strategy for the replay buffer. Most e…

Continual Learning

Hierarchical Memory Pool Based Edge Semi-Supervised Continual Learning Method

2023-01-17 · Xiangwei Wang, Rui Han, Chi Harold Liu

The continuous changes in the world have resulted in the performance regression of neural networks. Therefore, continual learning (CL) area gradually attracts the attention of more researchers. For edge intelligence, the…

Continual Learning

Augmenting Replay in World Models for Continual Reinforcement Learning

2024-01-30 · Luke Yang, Levin Kuhlmann, Gideon Kowadlo

Continual RL requires an agent to learn new tasks without forgetting previous ones, while improving on both past and future tasks. The most common approaches use model-free algorithms and replay buffers can help to mitig…

Continual LearningModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

Replay-enhanced Continual Reinforcement Learning

2023-11-20 · Tiantian Zhang, Kevin Zehua Shen, Zichuan Lin, Bo Yuan 외

Replaying past experiences has proven to be a highly effective approach for averting catastrophic forgetting in supervised continual learning. However, some crucial factors are still largely ignored, making it vulnerable…

Continual Learningreinforcement-learningReinforcement Learning