paper-with-me

Papers

Progressive Conservative Adaptation for Evolving Target Domains

2024-02-07 · Gangming Zhao, Chaoqi Chen, Wenhao He, Chengwei Pan, Chaowei Fang, Jinpeng Li, Xilin Chen, Yizhou Yu

Conventional domain adaptation typically transfers knowledge from a source domain to a stationary target domain. However, in many real-world cases, target data usually emerge sequentially and have continuously evolving distributions. Restoring and adapting to such target data results in escalating computational and resource consumption over time. Hence, it is vital to devise algorithms to address the evolving domain adaptation (EDA) problem, \emph{i.e.,} adapting models to evolving target domains without access to historic target domains. To achieve this goal, we propose a simple yet effective approach, termed progressive conservative adaptation (PCAda). To manage new target data that diverges from previous distributions, we fine-tune the classifier head based on the progressively updated class prototypes. Moreover, as adjusting to the most recent target domain can interfere with the features learned from previous target domains, we develop a conservative sparse attention mechanism. This mechanism restricts feature adaptation within essential dimensions, thus easing the inference related to historical knowledge. The proposed PCAda is implemented with a meta-learning framework, which achieves the fast adaptation of the classifier with the help of the progressively updated class prototypes in the inner loop and learns a generalized feature without severely interfering with the historic knowledge via the conservative sparse attention in the outer loop. Experiments on Rotated MNIST, Caltran, and Portraits datasets demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2402.04573

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationMeta-LearningRotated MNIST

Similar Papers 제목 키워드 기반

Learning to Adapt to Evolving Domains

2020-12-01 · NeurIPS 2020 12 · Hong Liu, Mingsheng Long, Jianmin Wang, Yu Wang

Domain adaptation aims at knowledge transfer from a labeled source domain to an unlabeled target domain. Current domain adaptation methods have made substantial advances in adapting discrete domains. However, this can be…

Domain AdaptationMeta-LearningTransfer LearningUnsupervised Domain Adaptation

Cross-Domain Few-Shot Segmentation via Multi-view Progressive Adaptation

2026-02-05 · Jiahao Nie, Guanqiao Fu, Wenbin An, Yap-Peng Tan 외 arxiv

Cross-Domain Few-Shot Segmentation aims to segment categories in data-scarce domains conditioned on a few exemplars. Typical methods first establish few-shot capability in a large-scale source domain and then adapt it to…

Cross-Domain Few-Shot

Gradual Domain Adaptation via Self-Training of Auxiliary Models

2021-06-18 · Yabin Zhang, Bin Deng, Kui Jia, Lei Zhang

Domain adaptation becomes more challenging with increasing gaps between source and target domains. Motivated from an empirical analysis on the reliability of labeled source data for the use of distancing target domains, …

Domain AdaptationSemi-supervised Domain Adaptation

Unsupervised Domain Adaptation with Progressive Domain Augmentation

2020-04-03 · Kevin Hua, Yuhong Guo

Domain adaptation aims to exploit a label-rich source domain for learning classifiers in a different label-scarce target domain. It is particularly challenging when there are significant divergences between the two domai…

Domain AdaptationUnsupervised Domain Adaptation

Continuous Manifold Based Adaptation for Evolving Visual Domains

2014-06-01 · CVPR 2014 6 · Judy Hoffman, Trevor Darrell, Kate Saenko

We pose the following question: what happens when test data not only differs from training data, but differs from it in a continually evolving way? The classic domain adaptation paradigm considers the world to be separat…

Domain Adaptation