Deconstructing Distributions: A Pointwise Framework of Learning
Gal Kaplun, Nikhil Ghosh, Saurabh Garg, Boaz Barak, Preetum Nakkiran

TL;DR
This paper introduces a pointwise performance profile framework to analyze model behavior on individual data points, revealing insights into data structure and model performance, especially out-of-distribution, with practical applications like creating datasets with inverted accuracy correlations.
Contribution
It proposes a novel pointwise performance profile framework that uncovers new insights into data and model behavior, challenging existing simplified learning models.
Findings
Profiles reveal data points with varying correlations to overall performance.
Identifies points with negative correlation, where better models perform worse on certain inputs.
Constructs CIFAR-10-NEG, an OOD dataset with inverted accuracy correlation.
Abstract
In machine learning, we traditionally evaluate the performance of a single model, averaged over a collection of test inputs. In this work, we propose a new approach: we measure the performance of a collection of models when evaluated on a . Specifically, we study a point's : the relationship between models' average performance on the test distribution and their pointwise performance on this individual point. We find that profiles can yield new insights into the structure of both models and data -- in and out-of-distribution. For example, we empirically show that real data distributions consist of points with qualitatively different profiles. On one hand, there are "compatible" points with strong correlation between the pointwise and average performance. On the other hand, there are points with weak and even correlation:…
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
Taxonomy
TopicsMachine Learning and Data Classification · Explainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning
