PLMar 23

Parallelizable Feynman-Kac Models for Universal Probabilistic Programming

arXiv:2603.2246314.1h-index: 3
AI Analysis

This work addresses the problem of scalable and correct inference for complex probabilistic programs, which is incremental as it builds on existing automata-theoretic and Feynman-Kac frameworks.

The authors tackled the challenge of performing provably correct and efficient Sequential Monte Carlo inference for universal probabilistic programs with arbitrary sampling and conditioning in unbounded loops, by introducing a vectorized particle filtering algorithm (VPF) that showed promising results compared to state-of-the-art tools in experiments.

We study provably correct and efficient instantiations of Sequential Monte Carlo (SMC) inference in the context of formal operational semantics of Probabilistic Programs (PPs). We focus on universal PPs featuring sampling from arbitrary measures and conditioning/reweighting in unbounded loops. We first equip Probabilistic Program Graphs (PPGs), an automata-theoretic description format of PPs, with an expectation-based semantics over infinite execution traces, which also incorporates trace weights. We then prove a finite approximation theorem that provides bounds to this semantics based on expectations taken over finite, fixed-length traces. This enables us to frame our semantics within a Feynman-Kac (FK) model, and ensures the consistency of the Particle Filtering (PF) algorithm, an instance of SMC, with respect to our semantics. Building on these results, we introduce VPF, a vectorized version of the PF algorithm tailored to PPGs and our semantics. Experiments conducted with a proof-of-concept implementation of VPF show very promising results compared to state-of-the-art PP inference tools.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes