paper-with-me

Papers

Evolving Standardization for Continual Domain Generalization over Temporal Drift

2023-09-21 · NeurIPS 2023 11

The capability of generalizing to out-of-distribution data is crucial for the deployment of machine learning models in the real world. Existing domain generalization (DG) mainly embarks on offline and discrete scenarios, where multiple source domains are simultaneously accessible and the distribution shift among domains is abrupt and violent. Nevertheless, such setting may not be universally applicable to all real-world applications, as there are cases where the data distribution gradually changes over time due to various factors, e.g., the process of aging. Additionally, as the domain constantly evolves, new domains will continually emerge. Re-training and updating models with both new and previous domains using existing DG methods can be resource-intensive and inefficient. Therefore, in this paper, we present a problem formulation for Continual Domain Generalization over Temporal Drift (CDGTD). CDGTD addresses the challenge of gradually shifting data distributions over time, where domains arrive sequentially and models can only access the data of the current domain. The goal is to generalize to unseen domains that are not too far into the future. To this end, we propose an Evolving Standardization (EvoS) method, which characterizes the evolving pattern of feature distribution and mitigates the distribution shift by standardizing features with generated statistics of corresponding domain. Specifically, inspired by the powerful ability of transformers to model sequence relations, we design a multi-scale attention module (MSAM) to learn the evolving pattern under sliding time windows of different lengths. MSAM can generate statistics of current domain based on the statistics of previous domains and the learned evolving pattern. Experiments on multiple real-world datasets including images and texts validate the efficacy of our EvoS.

📄 PDF Abstract BibTeX

Code (1)

bit-da/evos 공식 구현 pytorch

Similar Papers 제목 키워드 기반

CTTA-T: Continual Test-Time Adaptation for Text Understanding via Teacher-Student with a Domain-aware and Generalized Teacher

2025-12-20 · Tianlun Liu, Zhiliang Tian, Zhen Huang, Xingzhi Zhou 외 arxiv

Text understanding often suffers from domain shifts. To handle testing domains, domain adaptation (DA) is trained to adapt to a fixed and observed testing domain; a more challenging paradigm, test-time adaptation (TTA), …

Test-time AdaptationDomain Adaptation

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

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

Taming Domain Shift in Multi-source CT-Scan Classification via Input-Space Standardization

2025-07-26 · Chia-Ming Lee, Bo-Cheng Qiu, Ting-Yao Chen, Ming-Han Sun 외 arxiv

Multi-source CT-scan classification suffers from domain shifts that impair cross-source generalization. While preprocessing pipelines combining Spatial-Slice Feature Learning (SSFL++) and Kernel-Density-based Slice Sampl…

Self-Evolving LLMs via Continual Instruction Tuning

2025-09-14 · Jiazheng Kang, Le Huang, Cheng Hou, Zhe Zhao 외 arxiv

In real-world industrial settings, large language models (LLMs) must learn continually to keep pace with diverse and evolving tasks, requiring self-evolution to refine knowledge under dynamic data distributions. However,…

Continual Learning