The Role of Randomness in Stability
Abstract
Stability is a central property in learning and statistics promising the output of an algorithm does not change substantially when applied to similar datasets and . It is an elementary fact that any sufficiently stable algorithm (e.g.\ one returning the same result with high probability, satisfying privacy guarantees, etc.) must be randomized. This raises a natural question: can we quantify how much randomness is needed for algorithmic stability? We study the randomness complexity of two influential notions of stability in learning: replicability, which promises usually outputs the same result when run over samples from the same distribution (and shared random coins), and differential privacy, which promises the output distribution of remains similar under neighboring datasets. The randomness complexity of these notions was studied recently in (Dixon et al. ICML 2024) and (Cannone et al. ITCS 2024) for basic -dimensional tasks (e.g. estimating the bias of coins), but little is known about the measures more generally or in complex settings like classification. Toward this end, we prove a `weak-to-strong' boosting theorem for stability: the randomness complexity of a task (either under replicability or DP) is tightly controlled by the best replication probability of any deterministic algorithm solving the task, a weak measure called `global stability' that is universally capped at (Chase et al. FOCS 2023). Using this, we characterize the randomness complexity of PAC Learning: a class has bounded randomness complexity iff it has finite Littlestone dimension, and moreover scales at worst logarithmically in the excess error of the learner. This resolves a question of (Chase et al. STOC 2024) who asked for such a characterization in the equivalent language of (error-dependent) `list-replicability'.
Cite
@article{arxiv.2502.08007,
title = {The Role of Randomness in Stability},
author = {Max Hopkins and Shay Moran},
journal= {arXiv preprint arXiv:2502.08007},
year = {2025}
}