paper-with-me

홈 › Papers

Agile Multi-Source-Free Domain Adaptation

2024-03-08 · Xinyao Li, Jingjing Li, Fengling Li, Lei Zhu, Ke Lu

Efficiently utilizing rich knowledge in pretrained models has become a critical topic in the era of large models. This work focuses on adaptively utilizing knowledge from multiple source-pretrained models to an unlabeled target domain without accessing the source data. Despite being a practically useful setting, existing methods require extensive parameter tuning over each source model, which is computationally expensive when facing abundant source domains or larger source models. To address this challenge, we propose a novel approach which is free of the parameter tuning over source backbones. Our technical contribution lies in the Bi-level ATtention ENsemble (Bi-ATEN) module, which learns both intra-domain weights and inter-domain ensemble weights to achieve a fine balance between instance specificity and domain consistency. By slightly tuning source bottlenecks, we achieve comparable or even superior performance on a challenging benchmark DomainNet with less than 3% trained parameters and 8 times of throughput compared with SOTA method. Furthermore, with minor modifications, the proposed module can be easily equipped to existing methods and gain more than 4% performance boost. Code is available at https://github.com/TL-UESTC/Bi-ATEN.

📄 PDF Abstract BibTeX arXiv:2403.05062

Code (1)

tl-uestc/bi-aten 공식 구현 pytorch

Tasks

Domain AdaptationSource-Free Domain AdaptationSpecificity

Similar Papers 제목 키워드 기반

Uncertainty-Guided Mixup for Semi-Supervised Domain Adaptation without Source Data

2021-07-14 · Ning Ma, Jiajun Bu, Zhen Zhang, Sheng Zhou

Present domain adaptation methods usually perform explicit representation alignment by simultaneously accessing the source data and target data. However, the source data are not always available due to the privacy preser…

Domain AdaptationPrivacy PreservingSemi-supervised Domain AdaptationSource-Free Domain Adaptation

Agile Domain Adaptation

2019-07-11 · Jingjing Li, Mengmeng Jing, Yue Xie, Ke Lu 외

Domain adaptation investigates the problem of leveraging knowledge from a well-labeled source domain to an unlabeled target domain, where the two domains are drawn from different data distributions. Because of the distri…

Domain Adaptation

Semi-Supervised Domain Adaptation with Auto-Encoder via Simultaneous Learning

2022-10-18 · Md Mahmudur Rahman, Rameswar Panda, Mohammad Arif Ul Alam

We present a new semi-supervised domain adaptation framework that combines a novel auto-encoder-based domain adaptation model with a simultaneous learning scheme providing stable improvements over state-of-the-art domain…

Domain AdaptationSemi-supervised Domain Adaptation

CoNMix for Source-free Single and Multi-target Domain Adaptation

2022-11-07 · Vikash Kumar, Rohit Lal, Himanshu Patil, Anirban Chakraborty

This work introduces the novel task of Source-free Multi-target Domain Adaptation and proposes adaptation framework comprising of \textbf{Co}nsistency with \textbf{N}uclear-Norm Maximization and \textbf{Mix}Up knowledge …

Domain AdaptationKnowledge DistillationMulti-target Domain AdaptationPseudo Label

Temporal-Spectral Alignment with Frequency Adaptation for Source-Free Time-Series Adaptation

2026-06-22 · Shichang Meng, Linquan Wu, Xuan Ai, Linqi Song arxiv

The goal of source-free domain adaptation (SFDA) for time-series data is to transfer knowledge from a pre-trained source model to an unlabeled target domain without requiring access to source data, while addressing featu…

Source-Free Domain Adaptation