paper-with-me

Papers

Divide and Contrast: Source-free Domain Adaptation via Adaptive Contrastive Learning

2022-11-12 · Ziyi Zhang, Weikai Chen, Hui Cheng, Zhen Li, Siyuan Li, Liang Lin, Guanbin Li

We investigate a practical domain adaptation task, called source-free domain adaptation (SFUDA), where the source-pretrained model is adapted to the target domain without access to the source data. Existing techniques mainly leverage self-supervised pseudo labeling to achieve class-wise global alignment [1] or rely on local structure extraction that encourages feature consistency among neighborhoods [2]. While impressive progress has been made, both lines of methods have their own drawbacks - the "global" approach is sensitive to noisy labels while the "local" counterpart suffers from source bias. In this paper, we present Divide and Contrast (DaC), a new paradigm for SFUDA that strives to connect the good ends of both worlds while bypassing their limitations. Based on the prediction confidence of the source model, DaC divides the target data into source-like and target-specific samples, where either group of samples is treated with tailored goals under an adaptive contrastive learning framework. Specifically, the source-like samples are utilized for learning global class clustering thanks to their relatively clean labels. The more noisy target-specific data are harnessed at the instance level for learning the intrinsic local structures. We further align the source-like domain with the target-specific samples using a memory bank-based Maximum Mean Discrepancy (MMD) loss to reduce the distribution mismatch. Extensive experiments on VisDA, Office-Home, and the more challenging DomainNet have verified the superior performance of DaC over current state-of-the-art approaches. The code is available at https://github.com/ZyeZhang/DaC.git.

📄 PDF Abstract BibTeX arXiv:2211.06612

Code (2)

zyezhang/dac 공식 구현 pytorch
fenghz/cosda pytorch

Tasks

Contrastive LearningDomain AdaptationSource-Free Domain Adaptation

Methods 이 논문이 사용한 방법론

DAC 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Source-free Domain Adaptation via Avatar Prototype Generation and Adaptation

2021-06-18 · Zhen Qiu, Yifan Zhang, Hongbin Lin, Shuaicheng Niu 외

We study a practical domain adaptation task, called source-free unsupervised domain adaptation (UDA) problem, in which we cannot access source domain data due to data privacy issues but only a pre-trained source model an…

Contrastive LearningDomain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation

Contrastive Vicinal Space for Unsupervised Domain Adaptation

2021-11-26 · Jaemin Na, Dongyoon Han, Hyung Jin Chang, Wonjun Hwang

Recent unsupervised domain adaptation methods have utilized vicinal space between the source and target domains. However, the equilibrium collapse of labels, a problem where the source labels are dominant over the target…

Domain AdaptationUnsupervised Domain Adaptation

Divide and Adapt: Active Domain Adaptation via Customized Learning

2023-07-21 · CVPR 2023 1 · Duojun Huang, Jichang Li, Weikai Chen, Junshi Huang 외

Active domain adaptation (ADA) aims to improve the model adaptation performance by incorporating active learning (AL) techniques to label a maximally-informative subset of target samples. Conventional AL methods do not c…

Active LearningDomain AdaptationInformativenessSemi-supervised Domain Adaptation+2

What Has Been Overlooked in Contrastive Source-Free Domain Adaptation: Leveraging Source-Informed Latent Augmentation within Neighborhood Context

2024-12-18 · Jing Wang, Wonho Bae, Jiahong Chen, Kuangen Zhang 외

Source-free domain adaptation (SFDA) involves adapting a model originally trained using a labeled dataset ({\em source domain}) to perform effectively on an unlabeled dataset ({\em target domain}) without relying on any …

Continual LearningContrastive LearningDomain AdaptationInformativeness+1

Towards Source-free Domain Adaptive Semantic Segmentation via Importance-aware and Prototype-contrast Learning

2023-06-02 · Yihong Cao, HUI ZHANG, Xiao Lu, Zheng Xiao 외

Domain adaptive semantic segmentation enables robust pixel-wise understanding in real-world driving scenes. Source-free domain adaptation, as a more practical technique, addresses the concerns of data privacy and storage…

Domain AdaptationSegmentationSemantic SegmentationSource-Free Domain Adaptation+1