CVJun 29, 2023

Cross-Inferential Networks for Source-free Unsupervised Domain Adaptation

arXiv:2306.16957v19 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in domain adaptation for scenarios where source data is unavailable, offering an incremental method to enhance model evaluation.

The paper tackles the challenge of evaluating predictions in source-free unsupervised domain adaptation by proposing cross-inferential networks, which use base network predictions to train an examiner network for a compatible task, resulting in significant performance improvements on benchmark datasets.

One central challenge in source-free unsupervised domain adaptation (UDA) is the lack of an effective approach to evaluate the prediction results of the adapted network model in the target domain. To address this challenge, we propose to explore a new method called cross-inferential networks (CIN). Our main idea is that, when we adapt the network model to predict the sample labels from encoded features, we use these prediction results to construct new training samples with derived labels to learn a new examiner network that performs a different but compatible task in the target domain. Specifically, in this work, the base network model is performing image classification while the examiner network is tasked to perform relative ordering of triplets of samples whose training labels are carefully constructed from the prediction results of the base network model. Two similarity measures, cross-network correlation matrix similarity and attention consistency, are then developed to provide important guidance for the UDA process. Our experimental results on benchmark datasets demonstrate that our proposed CIN approach can significantly improve the performance of source-free UDA.

Foundations

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

Your Notes