SOTAVerified

MLNet: Mutual Learning Network with Neighborhood Invariance for Universal Domain Adaptation

2023-12-13Code Available1· sign in to hype

Yanzuo Lu, Meng Shen, Andy J Ma, Xiaohua Xie, Jian-Huang Lai

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Universal domain adaptation (UniDA) is a practical but challenging problem, in which information about the relation between the source and the target domains is not given for knowledge transfer. Existing UniDA methods may suffer from the problems of overlooking intra-domain variations in the target domain and difficulty in separating between the similar known and unknown class. To address these issues, we propose a novel Mutual Learning Network (MLNet) with neighborhood invariance for UniDA. In our method, confidence-guided invariant feature learning with self-adaptive neighbor selection is designed to reduce the intra-domain variations for more generalizable feature representation. By using the cross-domain mixup scheme for better unknown-class identification, the proposed method compensates for the misidentified known-class errors by mutual learning between the closed-set and open-set classifiers. Extensive experiments on three publicly available benchmarks demonstrate that our method achieves the best results compared to the state-of-the-arts in most cases and significantly outperforms the baseline across all the four settings in UniDA. Code is available at https://github.com/YanzuoLu/MLNet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Office-31MLNetH-score92.8Unverified
Office-HomeMLNetH-Score77.4Unverified
VisDA2017MLNetH-score69.9Unverified

Reproductions