paper-with-me

홈 › Papers

Agreement-on-the-Line: Predicting the Performance of Neural Networks under Distribution Shift

2022-06-27 · Christina Baek, Yiding Jiang, aditi raghunathan, Zico Kolter

Recently, Miller et al. showed that a model's in-distribution (ID) accuracy has a strong linear correlation with its out-of-distribution (OOD) accuracy on several OOD benchmarks -- a phenomenon they dubbed ''accuracy-on-the-line''. While a useful tool for model selection (i.e., the model most likely to perform the best OOD is the one with highest ID accuracy), this fact does not help estimate the actual OOD performance of models without access to a labeled OOD validation set. In this paper, we show a similar but surprising phenomenon also holds for the agreement between pairs of neural network classifiers: whenever accuracy-on-the-line holds, we observe that the OOD agreement between the predictions of any two pairs of neural networks (with potentially different architectures) also observes a strong linear correlation with their ID agreement. Furthermore, we observe that the slope and bias of OOD vs ID agreement closely matches that of OOD vs ID accuracy. This phenomenon, which we call agreement-on-the-line, has important practical applications: without any labeled data, we can predict the OOD accuracy of classifiers}, since OOD agreement can be estimated with just unlabeled data. Our prediction algorithm outperforms previous methods both in shifts where agreement-on-the-line holds and, surprisingly, when accuracy is not on the line. This phenomenon also provides new insights into deep neural networks: unlike accuracy-on-the-line, agreement-on-the-line appears to only hold for neural network classifiers.

📄 PDF Abstract BibTeX arXiv:2206.13089

Code (1)

kebaek/agreement-on-the-line 공식 구현 pytorch

Tasks

Model Selection

Similar Papers 제목 키워드 기반

Predicting the Performance of Foundation Models via Agreement-on-the-Line

2024-04-02 · Rahul Saxena, Taeyoun Kim, Aman Mehra, Christina Baek 외

Estimating the out-of-distribution performance in regimes where labels are scarce is critical to safely deploy foundation models. Recently, it was shown that ensembles of neural networks observe the phenomena "agreement-…

iLab at SemEval-2023 Task 11 Le-Wi-Di: Modelling Disagreement or Modelling Perspectives?

2023-05-10 · Nikolas Vitsakis, Amit Parekh, Tanvi Dinkar, Gavin Abercrombie 외

There are two competing approaches for modelling annotator disagreement: distributional soft-labelling approaches (which aim to capture the level of disagreement) or modelling perspectives of individual annotators or gro…

Quantifying and Predicting Disagreement in Graded Human Ratings

2026-05-01 · Leixin Zhang, Çağrı Çöltekin arxiv

It is increasingly recognized that human annotators do not always agree, and such disagreement is inherent in many annotation tasks. However, not all instances in a given task elicit the same degree of opinion divergence…

A Kernel Score Perspective on Forecast Disagreement and the Linear Pool

2024-12-12 · Fabian Krüger

The variance of a linearly combined forecast distribution (or linear pool) consists of two components: The average variance of the component distributions (`average uncertainty'), and the average squared difference betwe…

Studying the Inductive Biases of RNNs with Synthetic Variations of Natural Languages

2019-03-15 · NAACL 2019 6 · Shauli Ravfogel, Yoav Goldberg, Tal Linzen

How do typological properties such as word order and morphological case marking affect the ability of neural sequence models to acquire the syntax of a language? Cross-linguistic comparisons of RNNs' syntactic performanc…

Object