LGAICVJun 13, 2023

Taxonomy-Structured Domain Adaptation

arXiv:2306.07874v211 citationsh-index: 16Has Code
Originality Highly original
AI Analysis

This addresses domain adaptation for scenarios with nested domain structures, such as animal species or product catalogs, representing a novel generalization beyond categorical domains.

The paper tackles the problem of domain adaptation with nuanced, hierarchical domain relationships by introducing a taxonomy-structured approach, achieving state-of-the-art performance on synthetic and real-world datasets.

Domain adaptation aims to mitigate distribution shifts among different domains. However, traditional formulations are mostly limited to categorical domains, greatly simplifying nuanced domain relationships in the real world. In this work, we tackle a generalization with taxonomy-structured domains, which formalizes domains with nested, hierarchical similarity structures such as animal species and product catalogs. We build on the classic adversarial framework and introduce a novel taxonomist, which competes with the adversarial discriminator to preserve the taxonomy information. The equilibrium recovers the classic adversarial domain adaptation's solution if given a non-informative domain taxonomy (e.g., a flat taxonomy where all leaf nodes connect to the root node) while yielding non-trivial results with other taxonomies. Empirically, our method achieves state-of-the-art performance on both synthetic and real-world datasets with successful adaptation. Code is available at https://github.com/Wang-ML-Lab/TSDA.

Code Implementations2 repos
Foundations

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

Your Notes