paper-with-me

Papers

KD3A: Unsupervised Multi-Source Decentralized Domain Adaptation via Knowledge Distillation

2020-11-19 · Hao-Zhe Feng, Zhaoyang You, Minghao Chen, Tianye Zhang, Minfeng Zhu, Fei Wu, Chao Wu, Wei Chen

Conventional unsupervised multi-source domain adaptation (UMDA) methods assume all source domains can be accessed directly. This neglects the privacy-preserving policy, that is, all the data and computations must be kept decentralized. There exists three problems in this scenario: (1) Minimizing the domain distance requires the pairwise calculation of the data from source and target domains, which is not accessible. (2) The communication cost and privacy security limit the application of UMDA methods (e.g., the domain adversarial training). (3) Since users have no authority to check the data quality, the irrelevant or malicious source domains are more likely to appear, which causes negative transfer. In this study, we propose a privacy-preserving UMDA paradigm named Knowledge Distillation based Decentralized Domain Adaptation (KD3A), which performs domain adaptation through the knowledge distillation on models from different source domains. KD3A solves the above problems with three components: (1) A multi-source knowledge distillation method named Knowledge Vote to learn high-quality domain consensus knowledge. (2) A dynamic weighting strategy named Consensus Focus to identify both the malicious and irrelevant domains. (3) A decentralized optimization strategy for domain distance named BatchNorm MMD. The extensive experiments on DomainNet demonstrate that KD3A is robust to the negative transfer and brings a 100x reduction of communication cost compared with other decentralized UMDA methods. Moreover, our KD3A significantly outperforms state-of-the-art UMDA approaches.

📄 PDF Abstract BibTeX arXiv:2011.09757

Code (1)

FengHZ/KD3A 공식 구현 pytorch

Tasks

Domain AdaptationKnowledge DistillationMulti-Source Unsupervised Domain AdaptationPrivacy PreservingUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Do We Really Need to Access the Source Data? Source Hypothesis Transfer for Unsupervised Domain Adaptation

2020-02-20 · ICML 2020 1 · Jian Liang, Dapeng Hu, Jiashi Feng

Unsupervised domain adaptation (UDA) aims to leverage the knowledge learned from a labeled source dataset to solve similar tasks in a new unlabeled domain. Prior UDA methods typically require to access the source data wh…

Domain AdaptationPartial Domain AdaptationRepresentation LearningSource-Free Domain Adaptation+2

Decentralized Federated Dataset Dictionary Learning for Multi-Source Domain Adaptation

2025-03-22 · Rebecca Clain, Eduardo Fernandes Montesuma, Fred Ngolè Mboula

Decentralized Multi-Source Domain Adaptation (DMSDA) is a challenging task that aims to transfer knowledge from multiple related and heterogeneous source domains to an unlabeled target domain within a decentralized frame…

Dictionary LearningDomain Adaptation

Multi-Step Decentralized Domain Adaptation

2019-09-25 · Akhil Mathur, Shaoduo Gan, Anton Isopoussu, Fahim Kawsar 외

Despite the recent breakthroughs in unsupervised domain adaptation (uDA), no prior work has studied the challenges of applying these methods in practical machine learning scenarios. In this paper, we highlight two signif…

Domain AdaptationPrivacy PreservingUnsupervised Domain Adaptation

DeFed-GMM-DaDiL: A Decentralized Federated Framework for Domain Adaptation

2026-05-05 · Rebecca Clain, Eduardo Fernandes Montesuma, Fred Ngole Mboula arxiv

Decentralized multi-source domain adaptation seeks to transfer knowledge from multiple heterogeneous and related source domains to an unlabeled target domain in a decentralized setting. We address this challenge through …

Domain Adaptation

Collaborative Optimization and Aggregation for Decentralized Domain Generalization and Adaptation

2021-01-01 · ICCV 2021 10 · Guile Wu, Shaogang Gong

Contemporary domain generalization (DG) and multi-source unsupervised domain adaptation (UDA) methods mostly collect data from multiple domains together for joint optimization. However, this centralized training para…

Domain AdaptationDomain GeneralizationMulti-Source Unsupervised Domain AdaptationUnsupervised Domain Adaptation