paper-with-me

홈 › Papers

DEJA VU: Continual Model Generalization For Unseen Domains

2023-01-25 · Chenxi Liu, Lixu Wang, Lingjuan Lyu, Chen Sun, Xiao Wang, Qi Zhu

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 online and offline modes to improve cross-domain adaptation ability. However, these DA methods typically only provide good performance after a long period of adaptation, and perform poorly on new domains before and during adaptation - in what we call the "Unfamiliar Period", especially when domain shifts happen suddenly and significantly. On the other hand, domain generalization (DG) methods have been proposed to improve the model generalization ability on unadapted domains. However, existing DG works are ineffective for continually changing domains due to severe catastrophic forgetting of learned knowledge. To overcome these limitations of DA and DG in handling the Unfamiliar Period during continual domain shift, we propose RaTP, a framework that focuses on improving models' target domain generalization (TDG) capability, while also achieving effective target domain adaptation (TDA) capability right after training on certain domains and forgetting alleviation (FA) capability on past domains. RaTP includes a training-free data augmentation module to prepare data for TDG, a novel pseudo-labeling mechanism to provide reliable supervision for TDA, and a prototype contrastive alignment algorithm to align different domains for achieving TDG, TDA and FA. Extensive experiments on Digits, PACS, and DomainNet demonstrate that RaTP significantly outperforms state-of-the-art works from Continual DA, Source-Free DA, Test-Time/Online DA, Single DG, Multiple DG and Unified DA&DG in TDG, and achieves comparable TDA and FA capabilities.

📄 PDF Abstract BibTeX arXiv:2301.10418

Code (2)

dawnliu35/dejavu-ratp 공식 구현
sonyai/ratp 공식 구현 pytorch

Tasks

Data AugmentationDomain AdaptationDomain Generalizationmodel

Methods 이 논문이 사용한 방법론

FA 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Rehearsal-Free Domain Continual Face Anti-Spoofing: Generalize More and Forget Less

2023-03-16 · ICCV 2023 1 · Rizhao Cai, Yawen Cui, Zhi Li, Zitong Yu 외

Face Anti-Spoofing (FAS) is recently studied under the continual learning setting, where the FAS models are expected to evolve after encountering the data from new domains. However, existing methods need extra replay buf…

Continual LearningDomain GeneralizationFace Anti-Spoofing

Complementary Domain Adaptation and Generalization for Unsupervised Continual Domain Shift Learning

2023-03-28 · ICCV 2023 1 · Wonguk Cho, Jinha Park, Taesup Kim

Continual domain shift poses a significant challenge in real-world applications, particularly in situations where labeled data is not available for new domains. The challenge of acquiring knowledge in this problem settin…

Domain AdaptationDomain GeneralizationUnsupervised Continual Domain Shift LearningUnsupervised Domain Adaptation

Dejavu: Towards Experience Feedback Learning for Embodied Intelligence

2025-10-11 · Shaokai Wu, Yanbiao Ji, Qiuchang Li, Zhiyi Zhang 외 arxiv

Embodied agents face a fundamental limitation: once deployed in real-world environments, they cannot easily acquire new knowledge to improve task performance. In this paper, we propose Dejavu, a general post-deployment l…

Reinforcement LearningSemantic Similarity

Continual Learning of Domain-Invariant Representations

2026-05-15 · Pascal Janetzky, Tobias Schlagenhauf, Stefan Feuerriegel arxiv

Continual learning (CL) aims to train models sequentially over multiple domains without forgetting previously learned knowledge. However, existing CL methods optimize for in-domain performance and are therefore prone to …

Representation LearningDomain GeneralizationContinual Learning

Towards Anytime Fine-tuning: Continually Pre-trained Language Models with Hypernetwork Prompt

2023-10-19 · Gangwei Jiang, Caigao Jiang, Siqiao Xue, James Y. Zhang 외

Continual pre-training has been urgent for adapting a pre-trained model to a multitude of domains and tasks in the fast-evolving world. In practice, a continually pre-trained model is expected to demonstrate not only gre…

Transfer Learning