LGAINEMLMar 2, 2020

Out-of-Distribution Generalization via Risk Extrapolation (REx)

arXiv:2003.00688v51192 citations
AI Analysis

This addresses the challenge of transferring ML systems from controlled lab settings to real-world environments with unpredictable distributional shifts, offering a robust solution for applications like autonomous driving or medical diagnosis.

The paper tackles the problem of distributional shift in machine learning by proposing Risk Extrapolation (REx), which reduces differences in risk across training domains to improve generalization to extreme shifts, including those with causal and anti-causal elements, and shows it outperforms methods like Invariant Risk Minimization in co-occurring shift scenarios.

Distributional shift is one of the major obstacles when transferring machine learning prediction systems from the lab to the real world. To tackle this problem, we assume that variation across training domains is representative of the variation we might encounter at test time, but also that shifts at test time may be more extreme in magnitude. In particular, we show that reducing differences in risk across training domains can reduce a model's sensitivity to a wide range of extreme distributional shifts, including the challenging setting where the input contains both causal and anti-causal elements. We motivate this approach, Risk Extrapolation (REx), as a form of robust optimization over a perturbation set of extrapolated domains (MM-REx), and propose a penalty on the variance of training risks (V-REx) as a simpler variant. We prove that variants of REx can recover the causal mechanisms of the targets, while also providing some robustness to changes in the input distribution ("covariate shift"). By appropriately trading-off robustness to causally induced distributional shifts and covariate shift, REx is able to outperform alternative methods such as Invariant Risk Minimization in situations where these types of shift co-occur.

Code Implementations4 repos
Foundations

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

Your Notes