LGAIJan 16, 2021

Out-of-distribution Prediction with Invariant Risk Minimization: The Limitation and An Effective Fix

arXiv:2101.07732v237 citations
Originality Incremental advance
AI Analysis

This addresses a limitation in OOD prediction methods for machine learning practitioners, but it is incremental as it builds on IRM.

The paper tackles the failure of Invariant Risk Minimization (IRM) in out-of-distribution prediction under strong spurious correlations, proposing a fix by combining IRM with conditional distribution matching, which improves performance on semi-synthetic datasets like colored MNIST plus.

This work considers the out-of-distribution (OOD) prediction problem where (1)~the training data are from multiple domains and (2)~the test domain is unseen in the training. DNNs fail in OOD prediction because they are prone to pick up spurious correlations. Recently, Invariant Risk Minimization (IRM) is proposed to address this issue. Its effectiveness has been demonstrated in the colored MNIST experiment. Nevertheless, we find that the performance of IRM can be dramatically degraded under \emph{strong $Λ$ spuriousness} -- when the spurious correlation between the spurious features and the class label is strong due to the strong causal influence of their common cause, the domain label, on both of them (see Fig. 1). In this work, we try to answer the questions: why does IRM fail in the aforementioned setting? Why does IRM work for the original colored MNIST dataset? How can we fix this problem of IRM? Then, we propose a simple and effective approach to fix the problem of IRM. We combine IRM with conditional distribution matching to avoid a specific type of spurious correlation under strong $Λ$ spuriousness. Empirically, we design a series of semi synthetic datasets -- the colored MNIST plus, which exposes the problems of IRM and demonstrates the efficacy of the proposed method.

Foundations

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

Your Notes