LGCVMLMay 28, 2019

Adversarial Domain Adaptation Being Aware of Class Relationships

arXiv:1905.11931v222 citations
Originality Incremental advance
AI Analysis

This work addresses domain adaptation for machine learning by incorporating class relationships, though it is incremental as it builds on existing adversarial methods.

The paper tackles the problem of adversarial domain adaptation ignoring class relationships by proposing a relationship-aware algorithm that aligns inter-class dependencies between domain discriminator and label predictor, resulting in significant performance improvements on benchmark datasets.

Adversarial training is a useful approach to promote the learning of transferable representations across the source and target domains, which has been widely applied for domain adaptation (DA) tasks based on deep neural networks. Until very recently, existing adversarial domain adaptation (ADA) methods ignore the useful information from the label space, which is an important factor accountable for the complicated data distributions associated with different semantic classes. Especially, the inter-class semantic relationships have been rarely considered and discussed in the current work of transfer learning. In this paper, we propose a novel relationship-aware adversarial domain adaptation (RADA) algorithm, which first utilizes a single multi-class domain discriminator to enforce the learning of inter-class dependency structure during domain-adversarial training and then aligns this structure with the inter-class dependencies that are characterized from training the label predictor on source domain. Specifically, we impose a regularization term to penalize the structure discrepancy between the inter-class dependencies respectively estimated from domain discriminator and label predictor. Through this alignment, our proposed method makes the adversarial domain adaptation aware of the class relationships. Empirical studies show that the incorporation of class relationships significantly improves the performance on benchmark datasets.

Foundations

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

Your Notes