SOTAVerified

DeepJDOT: Deep Joint Distribution Optimal Transport for Unsupervised Domain Adaptation

2018-03-27ECCV 2018Code Available0· sign in to hype

Bharath Bhushan Damodaran, Benjamin Kellenberger, Rémi Flamary, Devis Tuia, Nicolas Courty

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In computer vision, one is often confronted with problems of domain shifts, which occur when one applies a classifier trained on a source dataset to target data sharing similar characteristics (e.g. same classes), but also different latent data structures (e.g. different acquisition conditions). In such a situation, the model will perform poorly on the new data, since the classifier is specialized to recognize visual cues specific to the source domain. In this work we explore a solution, named DeepJDOT, to tackle this problem: through a measure of discrepancy on joint deep representations/labels based on optimal transport, we not only learn new data representations aligned between the source and target domain, but also simultaneously preserve the discriminative information used by the classifier. We applied DeepJDOT to a series of visual recognition tasks, where it compares favorably against state-of-the-art deep domain adaptation methods.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
MNIST-to-MNIST-MDeepJDOTAccuracy92.4Unverified
MNIST-to-USPSDeepJDOTAccuracy95.7Unverified
SVNH-to-MNISTDeepJDOTAccuracy96.7Unverified
USPS-to-MNISTDeepJDOTAccuracy96.4Unverified
VisDA2017DeepJDOTAccuracy66.9Unverified

Reproductions