CVJul 19, 2022

Exploiting Inter-Sample Affinity for Knowability-Aware Universal Domain Adaptation

arXiv:2207.09280v58 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the challenge of domain adaptation without prior label knowledge, which is incremental as it builds on recent methods by focusing on inter-sample affinity.

The paper tackled the problem of universal domain adaptation by distinguishing known from unknown samples in the target domain, and the result was a method that significantly outperformed existing state-of-the-art methods on four public datasets.

Universal domain adaptation (UniDA) aims to transfer the knowledge of common classes from the source domain to the target domain without any prior knowledge on the label set, which requires distinguishing in the target domain the unknown samples from the known ones. Recent methods usually focused on categorizing a target sample into one of the source classes rather than distinguishing known and unknown samples, which ignores the inter-sample affinity between known and unknown samples and may lead to suboptimal performance. Aiming at this issue, we propose a novel UDA framework where such inter-sample affinity is exploited. Specifically, we introduce a knowability-based labeling scheme which can be divided into two steps: 1) Knowability-guided detection of known and unknown samples based on the intrinsic structure of the neighborhoods of samples, where we leverage the first singular vectors of the affinity matrices to obtain the knowability of every target sample. 2) Label refinement based on neighborhood consistency to relabel the target samples, where we refine the labels of each target sample based on its neighborhood consistency of predictions. Then, auxiliary losses based on the two steps are used to reduce the inter-sample affinity between the unknown and the known target samples. Finally, experiments on four public datasets demonstrate that our method significantly outperforms existing state-of-the-art methods.

Foundations

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

Your Notes