LGMLJul 13, 2020

Robustness to Spurious Correlations via Human Annotations

arXiv:2007.06661v2104 citations
AI Analysis

This addresses robustness issues in ML systems for applications like healthcare and public policy, though it is incremental as it builds on existing DRO and human-in-the-loop approaches.

The paper tackles the problem of machine learning models being misled by spurious correlations that change between training and test distributions, by using human annotations to identify potential unmeasured variables and applying a distributionally robust optimization method. It reports improvements of 5-10% on a digit recognition task and 1.5-5% on an NYPD Police Stops analysis.

The reliability of machine learning systems critically assumes that the associations between features and labels remain similar between training and test distributions. However, unmeasured variables, such as confounders, break this assumption---useful correlations between features and labels at training time can become useless or even harmful at test time. For example, high obesity is generally predictive for heart disease, but this relation may not hold for smokers who generally have lower rates of obesity and higher rates of heart disease. We present a framework for making models robust to spurious correlations by leveraging humans' common sense knowledge of causality. Specifically, we use human annotation to augment each training example with a potential unmeasured variable (i.e. an underweight patient with heart disease may be a smoker), reducing the problem to a covariate shift problem. We then introduce a new distributionally robust optimization objective over unmeasured variables (UV-DRO) to control the worst-case loss over possible test-time shifts. Empirically, we show improvements of 5-10% on a digit recognition task confounded by rotation, and 1.5-5% on the task of analyzing NYPD Police Stops confounded by location.

Code Implementations1 repo
Foundations

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

Your Notes