LGMLJun 11, 2021

Invariance Principle Meets Information Bottleneck for Out-of-Distribution Generalization

arXiv:2106.06607v2345 citations
Originality Incremental advance
AI Analysis

This work addresses OOD generalization failures in machine learning, particularly for classification, by proposing a hybrid approach that is incremental but improves upon existing methods.

The paper investigates why invariance principle-based methods fail in out-of-distribution (OOD) generalization for classification tasks, showing that stronger restrictions on distribution shifts are needed and that combining invariance with an information bottleneck constraint addresses key failures while maintaining success in other cases.

The invariance principle from causality is at the heart of notable approaches such as invariant risk minimization (IRM) that seek to address out-of-distribution (OOD) generalization failures. Despite the promising theory, invariance principle-based approaches fail in common classification tasks, where invariant (causal) features capture all the information about the label. Are these failures due to the methods failing to capture the invariance? Or is the invariance principle itself insufficient? To answer these questions, we revisit the fundamental assumptions in linear regression tasks, where invariance-based approaches were shown to provably generalize OOD. In contrast to the linear regression tasks, we show that for linear classification tasks we need much stronger restrictions on the distribution shifts, or otherwise OOD generalization is impossible. Furthermore, even with appropriate restrictions on distribution shifts in place, we show that the invariance principle alone is insufficient. We prove that a form of the information bottleneck constraint along with invariance helps address key failures when invariant features capture all the information about the label and also retains the existing success when they do not. We propose an approach that incorporates both of these principles and demonstrate its effectiveness in several experiments.

Code Implementations2 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