Distance Matters For Improving Performance Estimation Under Covariate Shift
M\'elanie Roschewitz, Ben Glocker

TL;DR
This paper proposes a distance-based method to improve performance estimation under covariate shift by identifying and excluding test samples far from the training distribution, leading to more accurate accuracy predictions.
Contribution
Introducing a 'distance-check' technique that leverages sample distances to the training distribution to enhance performance estimation under covariate shift.
Findings
Median relative MAE improved by 27% over baselines
Achieved state-of-the-art results on 10 out of 13 tasks
Effective across diverse datasets and models
Abstract
Performance estimation under covariate shift is a crucial component of safe AI model deployment, especially for sensitive use-cases. Recently, several solutions were proposed to tackle this problem, most leveraging model predictions or softmax confidence to derive accuracy estimates. However, under dataset shifts, confidence scores may become ill-calibrated if samples are too far from the training distribution. In this work, we show that taking into account distances of test samples to their expected training distribution can significantly improve performance estimation under covariate shift. Precisely, we introduce a "distance-check" to flag samples that lie too far from the expected distribution, to avoid relying on their untrustworthy model outputs in the accuracy estimation step. We demonstrate the effectiveness of this method on 13 image classification tasks, across a wide-range of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Domain Adaptation and Few-Shot Learning
MethodsSoftmax · Masked autoencoder
