paper-with-me

Papers

A New Probabilistic Algorithm for Approximate Model Counting

2017-06-13 · Cunjing Ge, Feifei Ma, Tian Liu, Jian Zhang

Constrained counting is important in domains ranging from artificial intelligence to software analysis. There are already a few approaches for counting models over various types of constraints. Recently, hashing-based approaches achieve both theoretical guarantees and scalability, but still rely on solution enumeration. In this paper, a new probabilistic polynomial time approximate model counter is proposed, which is also a hashing-based universal framework, but with only satisfiability queries. A variant with a dynamic stopping criterion is also presented. Empirical evaluation over benchmarks on propositional logic formulas and SMT(BV) formulas shows that the approach is promising.

📄 PDF Abstract BibTeX arXiv:1706.03906

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

Approximate Weighted First-Order Model Counting: Exploiting Fast Approximate Model Counters and Symmetry

2020-01-15 · Timothy van Bremen, Ondrej Kuzelka

We study the symmetric weighted first-order model counting task and present ApproxWFOMC, a novel anytime method for efficiently bounding the weighted first-order model count in the presence of an unweighted first-order m…

modelSentence

Approximate Counting in SMT and Value Estimation for Probabilistic Programs

2014-11-03 · Dmitry Chistikov, Rayna Dimitrova, Rupak Majumdar

#SMT, or model counting for logical theories, is a well-known hard problem that generalizes such tasks as counting the number of satisfying assignments to a Boolean formula and computing the volume of a polytope. In the …

Scalable Algorithms for Approximate DNF Model Counting

2026-01-15 · Paul Burkhardt, David G. Harris, Kevin T Schmitt arxiv

Model counting of Disjunctive Normal Form (DNF) formulas is a critical problem in applications such as probabilistic inference and network reliability. For example, it is often used for query evaluation in probabilistic …

Learning to Reason: Leveraging Neural Networks for Approximate DNF Counting

2019-04-04 · Ralph Abboud, Ismail Ilkan Ceylan, Thomas Lukasiewicz

Weighted model counting (WMC) has emerged as a prevalent approach for probabilistic inference. In its most general form, WMC is #P-hard. Weighted DNF counting (weighted #DNF) is a special case, where approximations with …

Testing Probabilistic Circuits

2021-12-01 · NeurIPS 2021 12 · Yash Pralhad Pote, Kuldeep S Meel

Probabilistic circuits (PCs) are a powerful modeling framework for representing tractable probability distributions over combinatorial spaces. In machine learning and probabilistic programming, one is often interested in…

Probabilistic Programming