paper-with-me

Papers

Self-Distillation Enables Continual Learning

2026-01-27 · Idan Shenfeld, Mehul Damani, Jonas Hübotter, Pulkit Agrawal arxiv

Continual learning, enabling models to acquire new skills and knowledge without degrading existing capabilities, remains a fundamental challenge for foundation models. While on-policy reinforcement learning can reduce forgetting, it requires explicit reward functions that are often unavailable. Learning from expert demonstrations, the primary alternative, is dominated by supervised fine-tuning (SFT), which is inherently off-policy. We introduce Self-Distillation Fine-Tuning (SDFT), a simple method that enables on-policy learning directly from demonstrations. SDFT leverages in-context learning by using a demonstration-conditioned model as its own teacher, generating on-policy training signals that preserve prior capabilities while acquiring new skills. Across skill learning and knowledge acquisition tasks, SDFT consistently outperforms SFT, achieving higher new-task accuracy while substantially reducing catastrophic forgetting. In sequential learning experiments, SDFT enables a single model to accumulate multiple skills over time without performance regression, establishing on-policy distillation as a practical path to continual learning from demonstrations.

📄 PDF Abstract BibTeX arXiv:2601.19897

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinual Learning

Similar Papers 제목 키워드 기반

Denser $\neq$ Better: Limits of On-Policy Self-Distillation for Continual Post-Training

2026-07-02 · Meng Wang, Haohan Zhao, Wenzhuo Liu, Lu Yang 외 arxiv

Continual post-training enables foundation models to acquire new knowledge while preserving existing capabilities. Recent work suggests that on-policy learning can mitigate forgetting, with on-policy self-distillation em…

Reinforcement LearningContinual Learning

Continual Distillation of Teachers from Different Domains

2026-04-10 · Nicolas Michel, Maorong Wang, Jiangpeng He, Toshihiko Yamasaki arxiv

Deep learning models continue to scale, with some requiring more storage than many large-scale datasets. Thus, we introduce a new paradigm: Continual Distillation (CD), where a student learns sequentially from a stream o…

Domain Generalization

Self-Supervised Models are Continual Learners

2021-12-08 · CVPR 2022 1 · Enrico Fini, Victor G. Turrisi da Costa, Xavier Alameda-Pineda, Elisa Ricci 외

Self-supervised models have been shown to produce comparable or better visual representations than their supervised counterparts when trained offline on unlabeled data at scale. However, their efficacy is catastrophicall…

Continual LearningRepresentation Learning

Learning Representations for New Sound Classes With Continual Self-Supervised Learning

2022-05-15 · Zhepei Wang, Cem Subakan, Xilin Jiang, Junkai Wu 외

In this paper, we work on a sound recognition system that continually incorporates new sound classes. Our main goal is to develop a framework where the model can be updated without relying on labeled data. For this purpo…

Continual LearningContinual Self-Supervised LearningRepresentation LearningSelf-Supervised Learning

Projected Latent Distillation for Data-Agnostic Consolidation in Distributed Continual Learning

2023-03-28 · Antonio Carta, Andrea Cossu, Vincenzo Lomonaco, Davide Bacciu 외

Distributed learning on the edge often comprises self-centered devices (SCD) which learn local tasks independently and are unwilling to contribute to the performance of other SDCs. How do we achieve forward transfer at z…

Continual LearningKnowledge Distillation