SOTAVerified

Unsupervised Domain Adaptation via Structured Prediction Based Selective Pseudo-Labeling

2019-11-18Code Available0· sign in to hype

Qian Wang, Toby P. Breckon

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Unsupervised domain adaptation aims to address the problem of classifying unlabeled samples from the target domain whilst labeled samples are only available from the source domain and the data distributions are different in these two domains. As a result, classifiers trained from labeled samples in the source domain suffer from significant performance drop when directly applied to the samples from the target domain. To address this issue, different approaches have been proposed to learn domain-invariant features or domain-specific classifiers. In either case, the lack of labeled samples in the target domain can be an issue which is usually overcome by pseudo-labeling. Inaccurate pseudo-labeling, however, could result in catastrophic error accumulation during learning. In this paper, we propose a novel selective pseudo-labeling strategy based on structured prediction. The idea of structured prediction is inspired by the fact that samples in the target domain are well clustered within the deep feature space so that unsupervised clustering analysis can be used to facilitate accurate pseudo-labeling. Experimental results on four datasets (i.e. Office-Caltech, Office31, ImageCLEF-DA and Office-Home) validate our approach outperforms contemporary state-of-the-art methods.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageCLEF-DASPLAccuracy90.3Unverified
Office-31SPLAverage Accuracy89.6Unverified
Office-CaltechSPLAverage Accuracy93Unverified
Office-HomeSPLAccuracy71Unverified

Reproductions