paper-with-me

홈 › Papers

SCoDA: Self-supervised Continual Domain Adaptation

2025-09-12 · Chirayu Agrawal, Snehasis Mukherjee arxiv

Source-Free Domain Adaptation (SFDA) addresses the challenge of adapting a model to a target domain without access to the data of the source domain. Prevailing methods typically start with a source model pre-trained with full supervision and distill the knowledge by aligning instance-level features. However, these approaches, relying on cosine similarity over L2-normalized feature vectors, inadvertently discard crucial geometric information about the latent manifold of the source model. We introduce Self-supervised Continual Domain Adaptation (SCoDA) to address these limitations. We make two key departures from standard practice: first, we avoid the reliance on supervised pre-training by initializing the proposed framework with a teacher model pre-trained entirely via self-supervision (SSL). Second, we adapt the principle of geometric manifold alignment to the SFDA setting. The student is trained with a composite objective combining instance-level feature matching with a Space Similarity Loss. To combat catastrophic forgetting, the teacher's parameters are updated via an Exponential Moving Average (EMA) of the student's parameters. Extensive experiments on benchmark datasets demonstrate that SCoDA significantly outperforms state-of-the-art SFDA methods.

📄 PDF Abstract BibTeX arXiv:2509.09935

Code (0)

등록된 구현이 없습니다.

Tasks

Source-Free Domain Adaptation

Similar Papers 제목 키워드 기반

SCoDA: Domain Adaptive Shape Completion for Real Scans

2023-04-20 · CVPR 2023 1 · Yushuang Wu, Zizheng Yan, Ce Chen, Lai Wei 외

3D shape completion from point clouds is a challenging task, especially from scans of real-world objects. Considering the paucity of 3D shape ground truths for real scans, existing works mainly focus on benchmarking this…

BenchmarkingDomain AdaptationTransfer Learning

CONDA: Continual Unsupervised Domain Adaptation Learning in Visual Perception for Self-Driving Cars

2022-12-01 · Thanh-Dat Truong, Pierce Helton, Ahmed Moustafa, Jackson David Cothren 외

Although unsupervised domain adaptation methods have achieved remarkable performance in semantic scene segmentation in visual perception for self-driving cars, these approaches remain impractical in real-world use cases.…

Domain AdaptationScene SegmentationSegmentationSelf-Driving Cars+1

IKnow: Instruction-Knowledge-Aware Continual Pretraining for Effective Domain Adaptation

2025-10-23 · Tianyi Zhang, Florian Mai, Lucie Flek arxiv

Continual pretraining promises to adapt large language models (LLMs) to new domains using only unlabeled test-time data, but naively applying standard self-supervised objectives to instruction-tuned models is known to de…

Continual PretrainingDomain Adaptation

Unsupervised Online Continual Learning for Automatic Speech Recognition

2024-06-18 · Steven Vander Eeckt, Hugo Van hamme

Adapting Automatic Speech Recognition (ASR) models to new domains leads to Catastrophic Forgetting (CF) of previously learned information. This paper addresses CF in the challenging context of Online Continual Learning (…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Continual LearningDomain Adaptation+2

Continual-MAE: Adaptive Distribution Masked Autoencoders for Continual Test-Time Adaptation

2023-12-19 · CVPR 2024 1 · Jiaming Liu, ran Xu, Senqiao Yang, Renrui Zhang 외

Continual Test-Time Adaptation (CTTA) is proposed to migrate a source pre-trained model to continually changing target distributions, addressing real-world dynamism. Existing CTTA methods mainly rely on entropy minimizat…

DecoderSelf-Supervised LearningTest-time Adaptation