LGCVJan 1, 2023

Discriminative Radial Domain Adaptation

arXiv:2301.00383v220 citationsh-index: 47
Originality Incremental advance
AI Analysis

This addresses domain shift issues in machine learning, particularly for tasks like unsupervised domain adaptation, with incremental improvements in feature transferability and discriminability.

The paper tackles the problem of domain adaptation by proposing Discriminative Radial Domain Adaptation (DRDA), which uses a shared radial structure to bridge source and target domains, resulting in consistent outperformance of state-of-the-art methods across multiple benchmarks and varied tasks.

Domain adaptation methods reduce domain shift typically by learning domain-invariant features. Most existing methods are built on distribution matching, e.g., adversarial domain adaptation, which tends to corrupt feature discriminability. In this paper, we propose Discriminative Radial Domain Adaptation (DRDA) which bridges source and target domains via a shared radial structure. It's motivated by the observation that as the model is trained to be progressively discriminative, features of different categories expand outwards in different directions, forming a radial structure. We show that transferring such an inherently discriminative structure would enable to enhance feature transferability and discriminability simultaneously. Specifically, we represent each domain with a global anchor and each category a local anchor to form a radial structure and reduce domain shift via structure matching. It consists of two parts, namely isometric transformation to align the structure globally and local refinement to match each category. To enhance the discriminability of the structure, we further encourage samples to cluster close to the corresponding local anchors based on optimal-transport assignment. Extensively experimenting on multiple benchmarks, our method is shown to consistently outperforms state-of-the-art approaches on varied tasks, including the typical unsupervised domain adaptation, multi-source domain adaptation, domain-agnostic learning, and domain generalization.

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