LGFeb 23, 2023

Calibrated Regression Against An Adversary Without Regret

Microsoft
arXiv:2302.12196v33 citationsh-index: 25
Originality Highly original
AI Analysis

This addresses the challenge of reliable uncertainty quantification in online machine learning for applications like decision-making under distribution shifts, representing a novel extension beyond classification to regression.

The paper tackles the problem of producing calibrated probabilistic predictions in online settings with adversarial data, introducing algorithms that guarantee calibration and low regret relative to a baseline model. It demonstrates accelerated convergence to improved optima in Bayesian optimization.

We are interested in probabilistic prediction in online settings in which data does not follow a probability distribution. Our work seeks to achieve two goals: (1) producing valid probabilities that accurately reflect model confidence; and (2) ensuring that traditional notions of performance (e.g., high accuracy) still hold. We introduce online algorithms guaranteed to achieve these goals on arbitrary streams of data points, including data chosen by an adversary. Specifically, our algorithms produce forecasts that are (1) calibrated -- i.e., an 80% confidence interval contains the true outcome 80% of the time -- and (2) have low regret relative to a user-specified baseline model. We implement a post-hoc recalibration strategy that provably achieves these goals in regression; previous algorithms applied to classification or achieved (1) but not (2). In the context of Bayesian optimization, an online model-based decision-making task in which the data distribution shifts over time, our method yields accelerated convergence to improved optima.

Foundations

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

Your Notes