CVApr 3, 2021

Instance Level Affinity-Based Transfer for Unsupervised Domain Adaptation

arXiv:2104.01286v152 citationsHas Code
AI Analysis

This work addresses domain adaptation for machine learning models when labeled data is scarce in target domains, offering an incremental improvement over existing methods.

The paper tackles the problem of unsupervised domain adaptation by proposing an instance affinity-based transfer method (ILA-DA) that improves accuracy over prior approaches by accounting for class-specific structure, resulting in consistent gains on benchmark datasets.

Domain adaptation deals with training models using large scale labeled data from a specific source domain and then adapting the knowledge to certain target domains that have few or no labels. Many prior works learn domain agnostic feature representations for this purpose using a global distribution alignment objective which does not take into account the finer class specific structure in the source and target domains. We address this issue in our work and propose an instance affinity based criterion for source to target transfer during adaptation, called ILA-DA. We first propose a reliable and efficient method to extract similar and dissimilar samples across source and target, and utilize a multi-sample contrastive loss to drive the domain alignment process. ILA-DA simultaneously accounts for intra-class clustering as well as inter-class separation among the categories, resulting in less noisy classifier boundaries, improved transferability and increased accuracy. We verify the effectiveness of ILA-DA by observing consistent improvements in accuracy over popular domain adaptation approaches on a variety of benchmark datasets and provide insights into the proposed alignment approach. Code will be made publicly available at https://github.com/astuti/ILA-DA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes