LGMLJun 12, 2020

Learning Diverse Representations for Fast Adaptation to Distribution Shift

arXiv:2006.07119v13 citations
Originality Incremental advance
AI Analysis

This addresses reliability issues in machine learning for practical applications where data distributions change, though it is incremental in improving adaptation methods.

The paper tackles the problem of models exploiting spurious correlations under distribution shift by learning multiple models with diverse representations, and it shows that this approach significantly outperforms empirical risk minimization in fast adaptation to shifted distributions.

The i.i.d. assumption is a useful idealization that underpins many successful approaches to supervised machine learning. However, its violation can lead to models that learn to exploit spurious correlations in the training data, rendering them vulnerable to adversarial interventions, undermining their reliability, and limiting their practical application. To mitigate this problem, we present a method for learning multiple models, incorporating an objective that pressures each to learn a distinct way to solve the task. We propose a notion of diversity based on minimizing the conditional total correlation of final layer representations across models given the label, which we approximate using a variational estimator and minimize using adversarial training. To demonstrate our framework's ability to facilitate rapid adaptation to distribution shift, we train a number of simple classifiers from scratch on the frozen outputs of our models using a small amount of data from the shifted distribution. Under this evaluation protocol, our framework significantly outperforms a baseline trained using the empirical risk minimization principle.

Foundations

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

Your Notes