Trace types and denotational semantics for sound programmable inference in probabilistic languages
Proceedings of the ACM on Programming Languages, 2019•dl.acm.org
Modern probabilistic programming languages aim to formalize and automate key aspects of
probabilistic modeling and inference. Many languages provide constructs for programmable
inference that enable developers to improve inference speed and accuracy by tailoring an
algorithm for use with a particular model or dataset. Unfortunately, it is easy to use these
constructs to write unsound programs that appear to run correctly but produce incorrect
results. To address this problem, we present a denotational semantics for programmable …
probabilistic modeling and inference. Many languages provide constructs for programmable
inference that enable developers to improve inference speed and accuracy by tailoring an
algorithm for use with a particular model or dataset. Unfortunately, it is easy to use these
constructs to write unsound programs that appear to run correctly but produce incorrect
results. To address this problem, we present a denotational semantics for programmable …
Modern probabilistic programming languages aim to formalize and automate key aspects of probabilistic modeling and inference. Many languages provide constructs for programmable inference that enable developers to improve inference speed and accuracy by tailoring an algorithm for use with a particular model or dataset. Unfortunately, it is easy to use these constructs to write unsound programs that appear to run correctly but produce incorrect results. To address this problem, we present a denotational semantics for programmable inference in higher-order probabilistic programming languages, along with a type system that ensures that well-typed inference programs are sound by construction. A central insight is that the type of a probabilistic expression can track the space of its possible execution traces, not just the type of value that it returns, as these traces are often the objects that inference algorithms manipulate. We use our semantics and type system to establish soundness properties of custom inference programs that use constructs for variational, sequential Monte Carlo, importance sampling, and Markov chain Monte Carlo inference.
ACM Digital Library