A Fine-Grained Analysis on Distribution Shift
Olivia Wiles, Sven Gowal, Florian Stimberg, Sylvestre Alvise-Rebuffi, Ira Ktena, Krishnamurthy Dvijotham, Taylan Cemgil
TL;DR
The paper presents a principled framework to study robustness to distribution shifts by decomposing data into latent factors and defining three core shifts (spurious correlation, low-data drift, unseen data shift) plus two conditions (label noise, dataset size). It benchmarks 19 methods spanning architectures, augmentations, domain generalization, adaptive strategies, and representation learning across six datasets, showing that pretraining and learned augmentations frequently aid generalization, though no single method is universally best across all shifts. The work emphasizes the need for fine-grained, context-aware evaluation and provides practical tips for practitioners while highlighting directions for future research in robust generalization. Its modular framework and extensive results aim to guide method selection and encourage extensible benchmarking in real-world settings.
Abstract
Robustness to distribution shifts is critical for deploying machine learning models in the real world. Despite this necessity, there has been little work in defining the underlying mechanisms that cause these shifts and evaluating the robustness of algorithms across multiple, different distribution shifts. To this end, we introduce a framework that enables fine-grained analysis of various distribution shifts. We provide a holistic analysis of current state-of-the-art methods by evaluating 19 distinct methods grouped into five categories across both synthetic and real-world datasets. Overall, we train more than 85K models. Our experimental framework can be easily extended to include new methods, shifts, and datasets. We find, unlike previous work~\citep{Gulrajani20}, that progress has been made over a standard ERM baseline; in particular, pretraining and augmentations (learned or heuristic) offer large gains in many cases. However, the best methods are not consistent over different datasets and shifts.
