vix.ing · top · new · best · stats · spec

Concentration-Bound Analysis for Probabilistic Programs and Probabilistic Recurrence Relations

2020/08/02 by Jinyi Wang, Yican Sun, Wang, Jinyi +9
Computer Science · #Complexity and Algorithms in Graphs #Data Structures and Algorithms (cs.DS) #F.3.1 #FOS: Computer and information sciences #Machine Learning and Algorithms #Optimization and Search Problems #Programming Languages (cs.PL)

paper · pdf · doi:10.48550/arxiv.2008.00425

openalex publication_date 2020/08/02 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Analyzing probabilistic programs and randomized algorithms are classical problems in computer science. The first basic problem in the analysis of stochastic processes is to consider the expectation or mean, and another basic problem is to consider concentration bounds, i.e. showing that large deviations from the mean have small probability. Similarly, in the context of probabilistic programs and randomized algorithms, the analysis of expected termination time/running time and their concentration bounds are fundamental problems.In this work, we focus on concentration bounds for probabilistic programs and probabilistic recurrences of randomized algorithms. For probabilistic programs, the basic technique to achieve concentration bounds is to consider martingales and apply the classical Azuma's inequality. For probabilistic recurrences of randomized algorithms, Karp's classical "cookbook" method, which is similar to the master theorem for recurrences, is the standard approach to obtain concentration bounds. In this work, we propose a novel approach for deriving concentration bounds for probabilistic programs and probabilistic recurrence relations through the synthesis of exponential supermartingales. For probabilistic programs, we present algorithms for synthesis of such supermartingales in several cases. We also show that our approach can derive better concentration bounds than simply applying the classical Azuma's inequality over various probabilistic programs considered in the literature. For probabilistic recurrences, our approach can derive tighter bounds than the Karp's well-established methods on classical algorithms. Moreover, we show that our approach could derive bounds comparable to the optimal bound for quicksort, proposed by McDiarmid and Hayward. We also present a prototype implementation that can automatically infer these bounds

Citations

Related