LGJun 17, 2025

ODD: Overlap-aware Estimation of Model Performance under Distribution Shift

arXiv:2506.14978v11 citationsh-index: 1Has CodeUAI
Originality Incremental advance
AI Analysis

This work addresses the need for reliable error estimation in unseen domains for safe intelligent systems, representing an incremental improvement over existing methods.

The paper tackled the problem of accurately estimating ML model error under distribution shift by identifying a flaw in prior disagreement discrepancy methods that compete in overlapping regions, and proposed Overlap-aware Disagreement Discrepancy (ODD) to improve estimation by focusing on non-overlapping target domains, resulting in better performance prediction across benchmarks.

Reliable and accurate estimation of the error of an ML model in unseen test domains is an important problem for safe intelligent systems. Prior work uses disagreement discrepancy (DIS^2) to derive practical error bounds under distribution shifts. It optimizes for a maximally disagreeing classifier on the target domain to bound the error of a given source classifier. Although this approach offers a reliable and competitively accurate estimate of the target error, we identify a problem in this approach which causes the disagreement discrepancy objective to compete in the overlapping region between source and target domains. With an intuitive assumption that the target disagreement should be no more than the source disagreement in the overlapping region due to high enough support, we devise Overlap-aware Disagreement Discrepancy (ODD). Maximizing ODD only requires disagreement in the non-overlapping target domain, removing the competition. Our ODD-based bound uses domain-classifiers to estimate domain-overlap and better predicts target performance than DIS^2. We conduct experiments on a wide array of benchmarks to show that our method improves the overall performance-estimation error while remaining valid and reliable. Our code and results are available on GitHub.

Foundations

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

Your Notes