# Aggregation Hides Out-of-Distribution Generalization Failures from Spurious Correlations

Source: https://www.youtube.com/watch?v=VXUS18HpYLs
Recap page: https://rapidrecap.app/video/VXUS18HpYLs
Generated: 2026-01-22T18:39:18.807+00:00

---
## Quick Overview

The research paper demonstrates that aggregation methods, commonly used to average model performance across different datasets, successfully hide failures in out-of-distribution generalization caused by spurious correlations, as shown when a model trained on one data distribution (like chest X-rays) performs poorly on another (like medical data where tube supports are visible) despite high overall average scores, and conversely, a highly sophisticated model performing worse on the hard test set than a simpler one.

**Key Points:**
- Aggregation methods hide out-of-distribution (OOD) generalization failures, making models appear robust when they are not.
- The MIT team tested models on two datasets: one where tube supports were visible in chest X-rays (Training Set) and one where they were not (Test Set).
- A simpler model trained only on the training set performed poorly (70% accuracy) on the test set, incorrectly identifying the dog-like shape instead of the ground truth (grass).
- A complex vision-language model (like GPT-4) trained on both datasets showed a strong negative correlation on the test set, failing to identify the correct label (ground truth) for the hard examples, despite high overall accuracy.
- The study suggests that future benchmarks must be disaggregated rather than relying on overall averages to accurately assess model robustness.
- The OOD generalization failure on the chest X-ray task showed that the sophisticated model incorrectly classified images with visible tube supports as 'sick' when they were actually 'healthy' (no tube support visible).

![Screenshot at 00:14: The discussion begins by noting that recent large gains in AI benchmarks are often a 'cold shower' because they mask failures when models are tested on data slightly out-of-distribution from their training sets.](https://ss.rapidrecap.app/screens/VXUS18HpYLs/00-00-14.jpg)

**Context:** This podcast segment discusses findings from a research paper by an MIT team published in October 2025, which investigates the phenomenon of out-of-distribution (OOD) generalization failures in machine learning models. The core issue explored is how common aggregation metrics (like averaging scores across datasets) can mask instances where models rely on spurious correlations present in the training data, leading to poor performance when encountering real-world data that deviates slightly from that training distribution.

## Detailed Analysis

The discussion centers on a paper from an MIT team that highlights the danger of relying solely on aggregated benchmark scores in machine learning, as these scores can hide failures in out-of-distribution (OOD) generalization due to spurious correlations. The authors argue that a model might achieve a high average score but still fail catastrophically on specific, real-world subsets of data. The paper cites examples like models trained on chest X-rays where tube supports are visible (training data) failing when tested on images from hospitals where these supports are absent or where the text context suggests a different diagnosis (e.g., confusing a dog shape with grass). The study specifically found that while a model might score 95% accuracy overall, the 5% that failed were consistently clustered around images containing the spurious correlation (like the presence of a tube), leading to a negative correlation on that specific subset. The authors suggest that future benchmarking must move towards disaggregated evaluations rather than relying on a single average score to truly assess model safety and robustness, emphasizing that complex models can sometimes perform worse than simpler ones on these harder, OOD cases.

### Paper Introduction and Problem

- Discussing the paper 'Aggregation Hides Out-of-Distribution Generalization Failures from Spurious Correlations' by an MIT team published in October 2025
- The core finding is that aggregation masks failures when models rely on spurious correlations in training data.

### The Dog vs. Grass Example

- A simple model trained on images of dogs on grass fails when tested on images of dogs on pavement (or vice versa), showing that the model learned the background correlation, not the object itself
- The smart model identifies the ground truth (grass) even when the air is dark.

### The Medical X-ray Example

- Models trained on chest X-rays with visible tube supports failed when deployed on new hospital data lacking those supports, incorrectly classifying healthy patients as sick
- The smart model correctly identified the absence of tubes, while the dumb model failed.

### UDS Select Tool

- The researchers developed a tool called 'UDS Select' to mathematically hunt for these deceptive subsets of data that cause failures
- This tool helps pinpoint exactly where models fail, such as images with subtle pixel variations or specific textures.

### Conclusion and Recommendation

- The overall message is that relying on average scores is dangerous because it hides systemic failures like those caused by spurious correlations or data collection bias
- Future benchmarks must require disaggregated testing to ensure models are robust across diverse real-world scenarios.

![Screenshot at 00:00: Opening screen showing podcast hosts and the call to action 'Become A Member Today!' over an oscilloscope wave.](https://ss.rapidrecap.app/screens/VXUS18HpYLs/00-00-00.jpg)
![Screenshot at 00:14: A graph visualization is implied as the speaker discusses large gains in AI benchmarks masking underlying generalization failures.](https://ss.rapidrecap.app/screens/VXUS18HpYLs/00-00-14.jpg)
![Screenshot at 00:52: The speaker explicitly mentions the 'Black Box Problem' in the context of AI reliability.](https://ss.rapidrecap.app/screens/VXUS18HpYLs/00-00-52.jpg)
![Screenshot at 02:23: A visual representation of a signal line on a grid, illustrating a comparison between a 'dumb' model's output \(noisy line\) and a 'smart' model's output \(straight line\).](https://ss.rapidrecap.app/screens/VXUS18HpYLs/00-02-23.jpg)
![Screenshot at 04:04: The speaker explains the experimental setup, comparing the performance of a model trained on one hospital's data versus another's, highlighting the risk of relying on a single average score.](https://ss.rapidrecap.app/screens/VXUS18HpYLs/00-04-04.jpg)
