LGAICYFeb 9, 2023

An Epistemic and Aleatoric Decomposition of Arbitrariness to Constrain the Set of Good Models

arXiv:2302.04525v22 citationsh-index: 33
AI Analysis

This addresses the issue of model instability and fairness for practitioners in ML, offering a practical tool to improve model selection, though it is incremental in building on existing uncertainty decomposition methods.

The paper tackles the problem of arbitrariness in machine learning models, where minor changes in training lead to conflicting predictions, by decomposing it into epistemic and aleatoric components. It finds that aleatoric instability can be as high as 79% in state-of-the-art models and proposes a model selection procedure that reduces a large set of good models to a handful of stable, fair, and accurate ones.

Recent research reveals that machine learning (ML) models are highly sensitive to minor changes in their training procedure, such as the inclusion or exclusion of a single data point, leading to conflicting predictions on individual data points; a property termed as arbitrariness or instability in ML pipelines in prior work. Drawing from the uncertainty literature, we show that stability decomposes into epistemic and aleatoric components, capturing the consistency and confidence in prediction, respectively. We use this decomposition to provide two main contributions. Our first contribution is an extensive empirical evaluation. We find that (i) epistemic instability can be reduced with more training data whereas aleatoric instability cannot; (ii) state-of-the-art ML models have aleatoric instability as high as 79% and aleatoric instability disparities among demographic groups as high as 29% in popular fairness benchmarks; and (iii) fairness pre-processing interventions generally increase aleatoric instability more than in-processing interventions, and both epistemic and aleatoric instability are highly sensitive to data-processing interventions and model architecture. Our second contribution is a practical solution to the problem of systematic arbitrariness. We propose a model selection procedure that includes epistemic and aleatoric criteria alongside existing accuracy and fairness criteria, and show that it successfully narrows down a large set of good models (50-100 on our datasets) to a handful of stable, fair and accurate ones. We built and publicly released a python library to measure epistemic and aleatoric multiplicity in any ML pipeline alongside existing confusion-matrix-based metrics, providing practitioners with a rich suite of evaluation metrics to use to define a more precise criterion during model selection.

Foundations

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

Your Notes