# Calibrated Regression Against An Adversary Without Regret

**Authors:** Shachi Deshpande, Charles Marx, Volodymyr Kuleshov

arXiv: 2302.12196 · 2024-06-06

## TL;DR

This paper introduces online algorithms that produce calibrated probabilistic forecasts with low regret against a baseline, applicable to adversarial data streams, improving decision-making in non-stationary environments.

## Contribution

The work presents a novel post-hoc recalibration method for regression that guarantees calibration and low regret in adversarial online settings.

## Key findings

- Achieves calibration with low regret in regression tasks.
- Improves convergence in Bayesian optimization under distribution shifts.
- Applicable to arbitrary data streams, including adversarial scenarios.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.12196/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/2302.12196/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/2302.12196/full.md

---
Source: https://tomesphere.com/paper/2302.12196