CVApr 25, 2019

Transferrable Prototypical Networks for Unsupervised Domain Adaptation

arXiv:1904.11227v1390 citations
Originality Incremental advance
AI Analysis

This work addresses domain shift problems in computer vision, offering an incremental improvement over existing methods.

The paper tackles unsupervised domain adaptation by proposing Transferrable Prototypical Networks (TPN), which align prototypes and score distributions between source and target domains, achieving an accuracy of 80.4% on the VisDA 2017 dataset.

In this paper, we introduce a new idea for unsupervised domain adaptation via a remold of Prototypical Networks, which learn an embedding space and perform classification via a remold of the distances to the prototype of each class. Specifically, we present Transferrable Prototypical Networks (TPN) for adaptation such that the prototypes for each class in source and target domains are close in the embedding space and the score distributions predicted by prototypes separately on source and target data are similar. Technically, TPN initially matches each target example to the nearest prototype in the source domain and assigns an example a "pseudo" label. The prototype of each class could then be computed on source-only, target-only and source-target data, respectively. The optimization of TPN is end-to-end trained by jointly minimizing the distance across the prototypes on three types of data and KL-divergence of score distributions output by each pair of the prototypes. Extensive experiments are conducted on the transfers across MNIST, USPS and SVHN datasets, and superior results are reported when comparing to state-of-the-art approaches. More remarkably, we obtain an accuracy of 80.4% of single model on VisDA 2017 dataset.

Foundations

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

Your Notes