CVMay 16, 2020

Partial Domain Adaptation Using Graph Convolutional Networks

arXiv:2005.07858v11 citations
Originality Incremental advance
AI Analysis

This addresses domain adaptation for scenarios where the target label space is a subset of the source, which is incremental but improves alignment in specific applications.

The paper tackles partial domain adaptation by proposing a graph-based network that aligns feature distributions of the same class across domains, achieving state-of-the-art performance on Digit and Office-31 datasets.

Partial domain adaptation (PDA), in which we assume the target label space is included in the source label space, is a general version of standard domain adaptation. Since the target label space is unknown, the main challenge of PDA is to reduce the learning impact of irrelevant source samples, named outliers, which do not belong to the target label space. Although existing partial domain adaptation methods effectively down-weigh outliers' importance, they do not consider data structure of each domain and do not directly align the feature distributions of the same class in the source and target domains, which may lead to misalignment of category-level distributions. To overcome these problems, we propose a graph partial domain adaptation (GPDA) network, which exploits Graph Convolutional Networks for jointly considering data structure and the feature distribution of each class. Specifically, we propose a label relational graph to align the distributions of the same category in two domains and introduce moving average centroid separation for learning networks from the label relational graph. We demonstrate that considering data structure and the distribution of each category is effective for PDA and our GPDA network achieves state-of-the-art performance on the Digit and Office-31 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