paper-with-me

홈 › Papers

Quantitative Verification of Omega-regular Properties in Probabilistic Programming

2025-12-25 · Peixin Wang, Jianhao Bai, Min Zhang, C. -H. Luke Ong arxiv

Probabilistic programming provides a high-level framework for specifying statistical models as executable programs with built-in randomness and conditioning. Existing inference techniques, however, typically compute posterior distributions over program states at fixed time points, most often at termination, thereby failing to capture the temporal evolution of probabilistic behaviors. We introduce temporal posterior inference (TPI), a new framework that unifies probabilistic programming with temporal logic by computing posterior distributions over execution traces that satisfy omega-regular specifications, conditioned on possibly temporal observations. To obtain rigorous quantitative guarantees, we develop a new method for computing upper and lower bounds on the satisfaction probabilities of omega-regular properties. Our approach decomposes Rabin acceptance conditions into persistence and recurrence components and constructs stochastic barrier certificates that soundly bound each component. We implement our approach in a prototype tool, TPInfer, and evaluate it on a suite of benchmarks, demonstrating effective and efficient inference over rich temporal properties in probabilistic models.

📄 PDF Abstract BibTeX arXiv:2512.21596

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantifying Program Bias

2017-02-17 · Aws Albarghouthi, Loris D'Antoni, Samuel Drews, Aditya Nori

With the range and sensitivity of algorithmic decisions expanding at a break-neck speed, it is imperative that we aggressively investigate whether programs are biased. We propose a novel probabilistic program analysis te…

Decision MakingFairnessSensitivity

Probabilistic ML Verification via Weighted Model Integration

2024-02-07 · Paolo Morettin, Andrea Passerini, Roberto Sebastiani

In machine learning (ML) verification, the majority of procedures are non-quantitative and therefore cannot be used for verifying probabilistic models, or be applied in domains where hard guarantees are practically unach…

Fairnessmodel

Follow the STARs: Dynamic $ω$-Regular Shielding of Learned Policies

2025-04-11 · Ashwani Anand, Satya Prakash Nayak, Ritam Raha, Anne-Kathrin Schmuck

This paper presents a novel dynamic post-shielding framework that enforces the full class of $\omega$-regular correctness properties over pre-computed probabilistic policies. This constitutes a paradigm shift from the pr…

Probabilistic Safety Verification for an Autonomous Ground Vehicle: A Situation Coverage Grid Approach

2025-07-16 · Nawshin Mannan Proma, Gricel Vázquez, Sepeedeh Shahbeigi, Arjun Badyal 외 arxiv

As industrial autonomous ground vehicles are increasingly deployed in safety-critical environments, ensuring their safe operation under diverse conditions is paramount. This paper presents a novel approach for their safe…

AgentGuard: Runtime Verification of AI Agents

2025-09-28 · Roham Koohestani arxiv

The rapid evolution to autonomous, agentic AI systems introduces significant risks due to their inherent unpredictability and emergent behaviors; this also renders traditional verification methods inadequate and necessit…