paper-with-me

홈 › Papers

Online Distillation with Continual Learning for Cyclic Domain Shifts

2023-04-03 · Joachim Houyon, Anthony Cioppa, Yasir Ghunaim, Motasem Alfarra, Anaïs Halin, Maxim Henry, Bernard Ghanem, Marc Van Droogenbroeck

In recent years, online distillation has emerged as a powerful technique for adapting real-time deep neural networks on the fly using a slow, but accurate teacher model. However, a major challenge in online distillation is catastrophic forgetting when the domain shifts, which occurs when the student model is updated with data from the new domain and forgets previously learned knowledge. In this paper, we propose a solution to this issue by leveraging the power of continual learning methods to reduce the impact of domain shifts. Specifically, we integrate several state-of-the-art continual learning methods in the context of online distillation and demonstrate their effectiveness in reducing catastrophic forgetting. Furthermore, we provide a detailed analysis of our proposed solution in the case of cyclic domain shifts. Our experimental results demonstrate the efficacy of our approach in improving the robustness and accuracy of online distillation, with potential applications in domains such as video surveillance or autonomous driving. Overall, our work represents an important step forward in the field of online distillation and continual learning, with the potential to significantly impact real-world applications.

📄 PDF Abstract BibTeX arXiv:2304.01239

Code (1)

houyon/online-distillation-cl 공식 구현 pytorch

Tasks

Autonomous DrivingContinual Learning

Similar Papers 제목 키워드 기반

Privacy-Aware Continual Self-Supervised Learning on Multi-Window Chest Computed Tomography for Domain-Shift Robustness

2025-10-31 · Ren Tasai, Guang Li, Ren Togo, Takahiro Ogawa 외 arxiv

We propose a novel continual self-supervised learning (CSSL) framework for simultaneously learning diverse features from multi-window-obtained chest computed tomography (CT) images and ensuring data privacy. Achieving a …

Self-Supervised LearningKnowledge DistillationContinual Pretraining

SloMo-Fast: Slow-Momentum and Fast-Adaptive Teachers for Source-Free Continual Test-Time Adaptation

2025-11-23 · Md Akil Raihan Iftee, Mir Sazzat Hossain, Rakibul Hasan Rajib, Tariq Iqbal 외 arxiv

Continual Test-Time Adaptation (CTTA) is crucial for deploying models in real-world applications with unseen, evolving target domains. Existing CTTA methods, however, often rely on source data or prototypes, limiting the…

Test-time Adaptation

BP-TTA: Balanced and Prototype-Guided Test-Time Adaptation in Dynamic Scenarios

2026-06-30 · Shaoyang Huang, Yashi Zhu, Yichen Yu, Lei Zhang 외 arxiv

Test-Time Adaptation (TTA) enables models trained on a source domain to adapt online to unlabeled test data under distribution shifts. While recent TTA methods have moved beyond static settings and begun to consider cont…

Test-time Adaptation

Dual-Stage Invariant Continual Learning under Extreme Visual Sparsity

2026-03-27 · Rangya Zhang, Jiaping Xiao, Lu Bai, Yuhang Zhang 외 arxiv

Continual learning seeks to maintain stable adaptation under non-stationary environments, yet this problem becomes particularly challenging in object detection, where most existing methods implicitly assume relatively ba…

Continual LearningObject Detection

Multi-Head Distillation for Continual Unsupervised Domain Adaptation in Semantic Segmentation

2022-04-25 · Antoine Saporta, Arthur Douillard, Tuan-Hung Vu, Patrick Pérez 외

Unsupervised Domain Adaptation (UDA) is a transfer learning task which aims at training on an unlabeled target domain by leveraging a labeled source domain. Beyond the traditional scope of UDA with a single source domain…

Continual LearningDomain AdaptationSemantic SegmentationTransfer Learning+1