paper-with-me

Papers

Generalized Source-free Domain Adaptation

2021-08-03 · ICCV 2021 10 · Shiqi Yang, Yaxing Wang, Joost Van de Weijer, Luis Herranz, Shangling Jui

Domain adaptation (DA) aims to transfer the knowledge learned from a source domain to an unlabeled target domain. Some recent works tackle source-free domain adaptation (SFDA) where only a source pre-trained model is available for adaptation to the target domain. However, those methods do not consider keeping source performance which is of high practical value in real world applications. In this paper, we propose a new domain adaptation paradigm called Generalized Source-free Domain Adaptation (G-SFDA), where the learned model needs to perform well on both the target and source domains, with only access to current unlabeled target data during adaptation. First, we propose local structure clustering (LSC), aiming to cluster the target features with its semantically similar neighbors, which successfully adapts the model to the target domain in the absence of source data. Second, we propose sparse domain attention (SDA), it produces a binary domain specific attention to activate different feature channels for different domains, meanwhile the domain attention will be utilized to regularize the gradient during adaptation to keep source information. In the experiments, for target performance our method is on par with or better than existing DA and SFDA methods, specifically it achieves state-of-the-art performance (85.4%) on VisDA, and our method works well for all domains after adapting to single or multiple target domains. Code is available in https://github.com/Albert0147/G-SFDA.

📄 PDF Abstract BibTeX arXiv:2108.01614

Code (1)

Albert0147/G-SFDA 공식 구현 pytorch

Tasks

Domain AdaptationSource-Free Domain Adaptation

Similar Papers 제목 키워드 기반

Proxy Denoising for Source-Free Domain Adaptation

2024-06-03 · Song Tang, Wenxin Su, Yan Gan, Mao Ye 외

Source-Free Domain Adaptation (SFDA) aims to adapt a pre-trained source model to an unlabeled target domain with no access to the source data. Inspired by the success of large Vision-Language (ViL) models in many applica…

DenoisingDomain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Transformer-Based Source-Free Domain Adaptation

2021-05-28 · Guanglei Yang, Hao Tang, Zhun Zhong, Mingli Ding 외

In this paper, we study the task of source-free domain adaptation (SFDA), where the source data are not available during target adaptation. Previous works on SFDA mainly focus on aligning the cross-domain distributions. …

Domain AdaptationKnowledge DistillationSource-Free Domain Adaptation

GenGMM: Generalized Gaussian-Mixture-based Domain Adaptation Model for Semantic Segmentation

2024-10-21 · Nazanin Moradinasab, Hassan Jafarzadeh, Donald E. Brown

Domain adaptive semantic segmentation is the task of generating precise and dense predictions for an unlabeled target domain using a model trained on a labeled source domain. While significant efforts have been devoted t…

Domain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

Unified Source-Free Domain Adaptation

2024-03-12 · Song Tang, Wenxin Su, Mao Ye, Jianwei Zhang 외

In the pursuit of transferring a source model to a target domain without access to the source training data, Source-Free Domain Adaptation (SFDA) has been extensively explored across various scenarios, including closed-s…

Domain AdaptationLanguage ModellingSource-Free Domain AdaptationWorld Knowledge

Source-Free Open Compound Domain Adaptation in Semantic Segmentation

2021-06-07 · Yuyang Zhao, Zhun Zhong, Zhiming Luo, Gim Hee Lee 외

In this work, we introduce a new concept, named source-free open compound domain adaptation (SF-OCDA), and study it in semantic segmentation. SF-OCDA is more challenging than the traditional domain adaptation but it is m…

Domain AdaptationDomain GeneralizationSelf-Supervised LearningSemantic Segmentation