paper-with-me

홈 › Papers

Online Continual Learning Under Domain Shift

2021-01-01 · Quang Pham, Chenghao Liu, Steven Hoi

Existing continual learning benchmarks often assume each task's training and test data are from the same distribution, which may not hold in practice. Towards making continual learning practical, in this paper, we introduce a novel setting of online continual learning under conditional domain shift, in which domain shift exists between training and test data of all tasks: $P^{tr}(X, Y) \neq P^{te}(X,Y)$, and the model is required to generalize to unseen domains at test time. To address this problem, we propose \emph{Conditional Invariant Experience Replay (CIER)} that can simultaneously retain old knowledge, acquire new information, and generalize to unseen domains. CIER employs an adversarial training to correct the shift in $P(X,Y)$ by matching $P(X|Y)$, which results in an invariant representation that can generalize to unseen domains during inference. Our extensive experiments show that CIER can bridge the domain gap in continual learning and significantly outperforms state-of-the-art methods. We will release our benchmarks and implementation upon acceptance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Online Distillation with Continual Learning for Cyclic Domain Shifts

2023-04-03 · Joachim Houyon, Anthony Cioppa, Yasir Ghunaim, Motasem Alfarra 외

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 …

Autonomous DrivingContinual Learning

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

Reshaping the Online Data Buffering and Organizing Mechanism for Continual Test-Time Adaptation

2024-07-12 · Zhilin Zhu, Xiaopeng Hong, Zhiheng Ma, Weijun Zhuang 외

Continual Test-Time Adaptation (CTTA) involves adapting a pre-trained source model to continually changing unsupervised target domains. In this paper, we systematically analyze the challenges of this task: online environ…

Test-time Adaptation

DEJA VU: Continual Model Generalization For Unseen Domains

2023-01-25 · Chenxi Liu, Lixu Wang, Lingjuan Lyu, Chen Sun 외

In real-world applications, deep learning models often run in non-stationary environments where the target data distribution continually shifts over time. There have been numerous domain adaptation (DA) methods in both o…

Data AugmentationDomain AdaptationDomain Generalizationmodel

PCoTTA: Continual Test-Time Adaptation for Multi-Task Point Cloud Understanding

2024-11-01 · Jincen Jiang, Qianyu Zhou, Yuhang Li, Xinkui Zhao 외

In this paper, we present PCoTTA, an innovative, pioneering framework for Continual Test-Time Adaptation (CoTTA) in multi-task point cloud understanding, enhancing the model's transferability towards the continually chan…

Test-time Adaptation