SOTAVerified

Calibration of Network Confidence for Unsupervised Domain Adaptation Using Estimated Accuracy

2024-09-06Code Available0· sign in to hype

Coby Penso, Jacob Goldberger

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This study addresses the problem of calibrating network confidence while adapting a model that was originally trained on a source domain to a target domain using unlabeled samples from the target domain. The absence of labels from the target domain makes it impossible to directly calibrate the adapted network on the target domain. To tackle this challenge, we introduce a calibration procedure that relies on estimating the network's accuracy on the target domain. The network accuracy is first computed on the labeled source data and then is modified to represent the actual accuracy of the model on the target domain. The proposed algorithm calibrates the prediction confidence directly in the target domain by minimizing the disparity between the estimated accuracy and the computed confidence. The experimental results show that our method significantly outperforms existing methods, which rely on importance weighting, across several standard datasets.

Tasks

Reproductions