paper-with-me

홈 › Papers

Orchestrate Latent Expertise: Advancing Online Continual Learning with Multi-Level Supervision and Reverse Self-Distillation

2024-03-30 · CVPR 2024 1 · HongWei Yan, Liyuan Wang, Kaisheng Ma, Yi Zhong

To accommodate real-world dynamics, artificial intelligence systems need to cope with sequentially arriving content in an online manner. Beyond regular Continual Learning (CL) attempting to address catastrophic forgetting with offline training of each task, Online Continual Learning (OCL) is a more challenging yet realistic setting that performs CL in a one-pass data stream. Current OCL methods primarily rely on memory replay of old training samples. However, a notable gap from CL to OCL stems from the additional overfitting-underfitting dilemma associated with the use of rehearsal buffers: the inadequate learning of new training samples (underfitting) and the repeated learning of a few old training samples (overfitting). To this end, we introduce a novel approach, Multi-level Online Sequential Experts (MOSE), which cultivates the model as stacked sub-experts, integrating multi-level supervision and reverse self-distillation. Supervision signals across multiple stages facilitate appropriate convergence of the new task while gathering various strengths from experts by knowledge distillation mitigates the performance decline of old tasks. MOSE demonstrates remarkable efficacy in learning new samples and preserving past knowledge through multi-level experts, thereby significantly advancing OCL performance over state-of-the-art baselines (e.g., up to 7.3% on Split CIFAR-100 and 6.1% on Split Tiny-ImageNet).

📄 PDF Abstract BibTeX arXiv:2404.00417

Code (1)

anapplecore/mose 공식 구현 pytorch

Tasks

Continual LearningKnowledge Distillation

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

LargeMonitor: Monitoring Online Task-Free Continual Learning via Large Pretrained Models

2026-06-08 · Mingqi Yuan, Xiaoquan Sun, Shihao Luo, Jiayu Chen arxiv

Online task-free continual learning (TFCL) requires intelligent agents to sequentially accumulate knowledge from an unbounded, non-stationary data stream under strict single-pass constraints and without any explicit task…

Continual Learning

Online Continual Knowledge Learning for Language Models

2023-11-16 · Yuhao Wu, Tongjun Shi, Karthick Sharma, Chun Wei Seah 외

Large Language Models (LLMs) serve as repositories of extensive world knowledge, enabling them to perform tasks such as question-answering and fact-checking. However, this knowledge can become obsolete as global contexts…

Continual LearningFact CheckingQuestion AnsweringWorld Knowledge

Stable-Drift: A Patient-Aware Latent Drift Replay Method for Stabilizing Representations in Continual Learning

2025-11-27 · Paraskevi-Antonia Theofilou, Anuhya Thota, Stefanos Kollias, Mamatha Thota arxiv

When deep learning models are sequentially trained on new data, they tend to abruptly lose performance on previously learned tasks, a critical failure known as catastrophic forgetting. This challenge severely limits the …

Continual LearningDomain Adaptation

CLA: Latent Alignment for Online Continual Self-Supervised Learning

2025-07-14 · Giacomo Cignoni, Andrea Cossu, Alexandra Gomez-Villa, Joost van de Weijer 외 arxiv

Self-supervised learning (SSL) is able to build latent representations that generalize well to unseen data. However, only a few SSL techniques exist for the online CL setting, where data arrives in small minibatches, the…

Self-Supervised Learning

Online Class-Incremental Continual Learning with Adversarial Shapley Value

2020-08-31 · Dongsub Shim, Zheda Mai, Jihwan Jeong, Scott Sanner 외

As image-based deep learning becomes pervasive on every device, from cell phones to smart watches, there is a growing need to develop methods that continually learn from data while minimizing memory footprint and power c…

Continual LearningOpen-Ended Question Answering