Trace abstraction modulo probability
Trace abstraction modulo probability
复制标题
DOI:
10.1145/3290352
复制
发表时间:
2018-10
影响因子:
--
通讯作者:
Calvin Smith;Justin Hsu;Aws Albarghouthi
中科院分区:
文献类型:
--
作者:
Calvin Smith;Justin Hsu;Aws Albarghouthi
We propose trace abstraction modulo probability, a proof technique for verifying high-probability accuracy guarantees of probabilistic programs. Our proofs overapproximate the set of program traces using failure automata, finite-state automata that upper bound the probability of failing to satisfy a target specification. We automate proof construction by reducing probabilistic reasoning to logical reasoning: we use program synthesis methods to select axioms for sampling instructions, and then apply Craig interpolation to prove that traces fail the target specification with only a small probability. Our method handles programs with unknown inputs, parameterized distributions, infinite state spaces, and parameterized specifications. We evaluate our technique on a range of randomized algorithms drawn from the differential privacy literature and beyond. To our knowledge, our approach is the first to automatically establish accuracy properties of these algorithms.