LGMLNov 6, 2020

Underspecification Presents Challenges for Credibility in Modern Machine Learning

arXiv:2011.03395v2856 citations
AI Analysis

This addresses a critical credibility problem for ML practitioners deploying models in real-world applications, highlighting a distinct failure mode beyond structural mismatch.

The paper identifies underspecification as a key cause of poor ML model behavior in real-world deployment, showing that predictors with similar training performance can behave very differently in practice across domains like computer vision and medical imaging.

ML models often exhibit unexpectedly poor behavior when they are deployed in real-world domains. We identify underspecification as a key reason for these failures. An ML pipeline is underspecified when it can return many predictors with equivalently strong held-out performance in the training domain. Underspecification is common in modern ML pipelines, such as those based on deep learning. Predictors returned by underspecified pipelines are often treated as equivalent based on their training domain performance, but we show here that such predictors can behave very differently in deployment domains. This ambiguity can lead to instability and poor model behavior in practice, and is a distinct failure mode from previously identified issues arising from structural mismatch between training and deployment domains. We show that this problem appears in a wide variety of practical ML pipelines, using examples from computer vision, medical imaging, natural language processing, clinical risk prediction based on electronic health records, and medical genomics. Our results show the need to explicitly account for underspecification in modeling pipelines that are intended for real-world deployment in any domain.

Foundations

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

Your Notes