LGMLOct 28, 2020

Evaluating Model Robustness and Stability to Dataset Shift

arXiv:2010.15100v228 citations
Originality Incremental advance
AI Analysis

This addresses safety concerns for practitioners in high-impact domains like healthcare by enabling proactive model evaluation, though it is incremental as it builds on existing stability analysis methods.

The paper tackles the problem of evaluating machine learning model robustness to dataset shifts without needing new data, proposing a framework that estimates worst-case performance under defined distribution shifts and demonstrates its application on a medical risk prediction task.

As the use of machine learning in high impact domains becomes widespread, the importance of evaluating safety has increased. An important aspect of this is evaluating how robust a model is to changes in setting or population, which typically requires applying the model to multiple, independent datasets. Since the cost of collecting such datasets is often prohibitive, in this paper, we propose a framework for analyzing this type of stability using the available data. We use the original evaluation data to determine distributions under which the algorithm performs poorly, and estimate the algorithm's performance on the "worst-case" distribution. We consider shifts in user defined conditional distributions, allowing some distributions to shift while keeping other portions of the data distribution fixed. For example, in a healthcare context, this allows us to consider shifts in clinical practice while keeping the patient population fixed. To address the challenges associated with estimation in complex, high-dimensional distributions, we derive a "debiased" estimator which maintains $\sqrt{N}$-consistency even when machine learning methods with slower convergence rates are used to estimate the nuisance parameters. In experiments on a real medical risk prediction task, we show this estimator can be used to analyze stability and accounts for realistic shifts that could not previously be expressed. The proposed framework allows practitioners to proactively evaluate the safety of their models without requiring additional data collection.

Foundations

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

Your Notes