MLAILGDec 11, 2018

Preventing Failures Due to Dataset Shift: Learning Predictive Models That Transport

arXiv:1812.04597v262 citations
AI Analysis

This addresses the issue of dataset shift for machine learning practitioners, offering a novel causal approach that is incremental over existing methods.

The paper tackles the problem of unreliable predictive models under dataset shift by proposing a proactive method that learns relationships in the training domain that generalize to the target domain using causal selection diagrams, resulting in the Surgery Estimator that finds stable relationships in more scenarios than previous approaches and performs competitively on real-world data.

Classical supervised learning produces unreliable models when training and target distributions differ, with most existing solutions requiring samples from the target domain. We propose a proactive approach which learns a relationship in the training domain that will generalize to the target domain by incorporating prior knowledge of aspects of the data generating process that are expected to differ as expressed in a causal selection diagram. Specifically, we remove variables generated by unstable mechanisms from the joint factorization to yield the Surgery Estimator---an interventional distribution that is invariant to the differences across environments. We prove that the surgery estimator finds stable relationships in strictly more scenarios than previous approaches which only consider conditional relationships, and demonstrate this in simulated experiments. We also evaluate on real world data for which the true causal diagram is unknown, performing competitively against entirely data-driven approaches.

Foundations

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

Your Notes