Composable Effects for Flexible and Accelerated Probabilistic Programming in NumPyroDownload PDF

Published: 07 Oct 2019, Last Modified: 21 Apr 2024Program Transformations @NeurIPS2019 PosterReaders: Everyone
Keywords: probabilistic programming, Markov Chain Monte Carlo, effect handlers, program transformations
Abstract: NumPyro is a lightweight library that provides an alternate NumPy backend to the Pyro probabilistic programming language with the same modeling interface, language primitives and effect handling abstractions. Effect handlers allow Pyro's modeling API to be extended to NumPyro despite its being built atop a fundamentally different JAX-based functional backend. In this work, we demonstrate the power of composing Pyro's effect handlers with the program transformations that enable hardware acceleration, automatic differentiation, and vectorization in JAX. In particular, NumPyro provides an iterative formulation of the No-U-Turn Sampler (NUTS) that can be end-to-end JIT compiled, yielding an implementation that is much faster than existing alternatives in both the small and large dataset regimes.
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 3 code implementations](https://www.catalyzex.com/paper/arxiv:1912.11554/code)
3 Replies

Loading