Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Exploiting the Intrinsic Neighborhood Structure for Source-free Domain Adaptation

About

Domain adaptation (DA) aims to alleviate the domain shift between source domain and target domain. Most DA methods require access to the source data, but often that is not possible (e.g. due to data privacy or intellectual property). In this paper, we address the challenging source-free domain adaptation (SFDA) problem, where the source pretrained model is adapted to the target domain in the absence of source data. Our method is based on the observation that target data, which might no longer align with the source domain classifier, still forms clear clusters. We capture this intrinsic structure by defining local affinity of the target data, and encourage label consistency among data with high local affinity. We observe that higher affinity should be assigned to reciprocal neighbors, and propose a self regularization loss to decrease the negative impact of noisy neighbors. Furthermore, to aggregate information with more context, we consider expanded neighborhoods with small affinity values. In the experimental results we verify that the inherent structure of the target features is an important source of information for domain adaptation. We demonstrate that this local structure can be efficiently captured by considering the local neighbors, the reciprocal neighbors, and the expanded neighborhood. Finally, we achieve state-of-the-art performance on several 2D image and 3D point cloud recognition datasets. Code is available in https://github.com/Albert0147/SFDA_neighbors.

Shiqi Yang, Yaxing Wang, Joost van de Weijer, Luis Herranz, Shangling Jui• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationOffice-31
Average Accuracy89.4
261
Unsupervised Domain AdaptationOffice-Home
Average Accuracy72.2
238
Image ClassificationDomainNet (test)
Average Accuracy67.5
209
Domain AdaptationOffice-31
Accuracy (A -> W)90.8
156
Image ClassificationOffice-Home
Average Accuracy72.2
142
Domain AdaptationOffice-Home (test)
Mean Accuracy72.2
112
Domain AdaptationOFFICE
Average Accuracy89.4
96
Object ClassificationVisDA synthetic-to-real 2017
Mean Accuracy85.9
91
Image ClassificationVisDA 2017 (test)
Class Accuracy (Plane)96.8
83
Unsupervised Domain AdaptationOffice-31
A->W Accuracy90.8
83
Showing 10 of 32 rows

Other info

Code

Follow for update