CVLGMLDec 3, 2021

Hierarchical Optimal Transport for Unsupervised Domain Adaptation

arXiv:2112.02073v124 citations
Originality Incremental advance
AI Analysis

This work addresses domain adaptation for computer vision, offering a novel method that improves accuracy in transferring knowledge from labeled to unlabeled domains, though it appears incremental as it builds on existing optimal transport techniques.

The paper tackles unsupervised domain adaptation by proposing HOT-DA, a hierarchical optimal transport method that leverages structural information beyond geometry, grouping labeled source samples by class and learning target structures via Wasserstein barycenters, achieving superior performance over state-of-the-art on a toy dataset and two visual adaptation datasets.

In this paper, we propose a novel approach for unsupervised domain adaptation, that relates notions of optimal transport, learning probability measures and unsupervised learning. The proposed approach, HOT-DA, is based on a hierarchical formulation of optimal transport, that leverages beyond the geometrical information captured by the ground metric, richer structural information in the source and target domains. The additional information in the labeled source domain is formed instinctively by grouping samples into structures according to their class labels. While exploring hidden structures in the unlabeled target domain is reduced to the problem of learning probability measures through Wasserstein barycenter, which we prove to be equivalent to spectral clustering. Experiments on a toy dataset with controllable complexity and two challenging visual adaptation datasets show the superiority of the proposed approach over the state-of-the-art.

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