paper-with-me

Papers

Dynestyx: A Probabilistic Programming Library for Dynamical Systems

2026-06-15 · Daniel Waxman, Dmitry Batenkov, John Feser, Andy Zane, Eli Bingham, Youssef Marzouk, Matthew E. Levine arxiv

State-space models (SSMs) are the standard formalism for Bayesian treatment of dynamical systems, with natural applications in statistics, signal processing, and machine learning. Despite their importance in both theory and application, dynamical systems have proven difficult to incorporate in modern probabilistic programming languages (PPLs), making state-of-the-art methods less accessible to practitioners and introducing friction in following the "Bayesian workflow." We introduce dynestyx, a probabilistic programming library with first-class support for SSMs, including state-of-the-art methods in the estimation of both states and parameters. Through a single, unified interface, users may specify arbitrary priors for discrete-time or continuous-time dynamical systems, perform inference over mixed-effect data, and make state and parameter estimates with principled uncertainty quantification.

📄 PDF Abstract BibTeX arXiv:2606.16985

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A New Distribution-Free Concept for Representing, Comparing, and Propagating Uncertainty in Dynamical Systems with Kernel Probabilistic Programming

2019-11-25 · Jia-Jie Zhu, Krikamol Muandet, Moritz Diehl, Bernhard Schölkopf

This work presents the concept of kernel mean embedding and kernel probabilistic programming in the context of stochastic systems. We propose formulations to represent, compare, and propagate uncertainties for fairly gen…

Probabilistic Programming

Improvements to Inference Compilation for Probabilistic Programming in Large-Scale Scientific Simulators

2017-12-21 · Mario Lezcano Casado, Atilim Gunes Baydin, David Martinez Rubio, Tuan Anh Le 외

We consider the problem of Bayesian inference in the family of probabilistic models implicitly defined by stochastic generative models of data. In scientific fields ranging from population biology to cosmology, low-level…

Bayesian InferenceProbabilistic Programming

DynamicPPL: Stan-like Speed for Dynamic Probabilistic Models

2020-02-07 · Mohamed Tarek, Kai Xu, Martin Trapp, Hong Ge 외

We present the preliminary high-level design and features of DynamicPPL.jl, a modular library providing a lightning-fast infrastructure for probabilistic programming. Besides a computational performance that is often clo…

Probabilistic Programming

ZhuSuan: A Library for Bayesian Deep Learning

2017-09-18 · Jiaxin Shi, Jianfei Chen, Jun Zhu, Shengyang Sun 외

In this paper we introduce ZhuSuan, a python probabilistic programming library for Bayesian deep learning, which conjoins the complimentary advantages of Bayesian methods and deep learning. ZhuSuan is built upon Tensorfl…

Bayesian InferenceDeep LearningProbabilistic Programmingregression

Pyro: Deep Universal Probabilistic Programming

2018-10-18 · Eli Bingham, Jonathan P. Chen, Martin Jankowiak, Fritz Obermeyer 외

Pyro is a probabilistic programming language built on Python as a platform for developing advanced probabilistic models in AI research. To scale to large datasets and high-dimensional models, Pyro uses stochastic variati…

GPUProbabilistic ProgrammingVariational Inference