SOTAVerified

Attending to Discriminative Certainty for Domain Adaptation

2019-06-08CVPR 2019Code Available0· sign in to hype

Vinod Kumar Kurmi, Shanu Kumar, Vinay P. Namboodiri

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we aim to solve for unsupervised domain adaptation of classifiers where we have access to label information for the source domain while these are not available for a target domain. While various methods have been proposed for solving these including adversarial discriminator based methods, most approaches have focused on the entire image based domain adaptation. In an image, there would be regions that can be adapted better, for instance, the foreground object may be similar in nature. To obtain such regions, we propose methods that consider the probabilistic certainty estimate of various regions and specify focus on these during classification for adaptation. We observe that just by incorporating the probabilistic certainty of the discriminator while training the classifier, we are able to obtain state of the art results on various datasets as compared against all the recent methods. We provide a thorough empirical analysis of the method by providing ablation analysis, statistical significance test, and visualization of the attention maps and t-SNE embeddings. These evaluations convincingly demonstrate the effectiveness of the proposed approach.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageCLEF-DACADA-PAccuracy88.3Unverified
Office-31CADA-PAverage Accuracy89.5Unverified
Office-HomeCADAAccuracy70.2Unverified

Reproductions