R.I.P.
๐ป
Ghosted
Inference for Probabilistic Dependency Graphs
November 09, 2023 ยท Entered Twilight ยท ๐ Conference on Uncertainty in Artificial Intelligence
Repo contents: README.md, interior_pt.py
Authors
Oliver E. Richardson, Joseph Y. Halpern, Christopher De Sa
arXiv ID
2311.05580
Category
cs.DS: Data Structures & Algorithms
Cross-listed
cs.AI,
cs.CC,
math.PR
Citations
2
Venue
Conference on Uncertainty in Artificial Intelligence
Repository
https://github.com/orichardson/pdg-infer-uai
โญ 1
Last Checked
1 month ago
Abstract
Probabilistic dependency graphs (PDGs) are a flexible class of probabilistic graphical models, subsuming Bayesian Networks and Factor Graphs. They can also capture inconsistent beliefs, and provide a way of measuring the degree of this inconsistency. We present the first tractable inference algorithm for PDGs with discrete variables, making the asymptotic complexity of PDG inference similar that of the graphical models they generalize. The key components are: (1) the observation that, in many cases, the distribution a PDG specifies can be formulated as a convex optimization problem (with exponential cone constraints), (2) a construction that allows us to express these problems compactly for PDGs of boundeed treewidth, (3) contributions to the theory of PDGs that justify the construction, and (4) an appeal to interior point methods that can solve such problems in polynomial time. We verify the correctness and complexity of our approach, and provide an implementation of it. We then evaluate our implementation, and demonstrate that it outperforms baseline approaches. Our code is available at http://github.com/orichardson/pdg-infer-uai.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Data Structures & Algorithms
R.I.P.
๐ป
Ghosted
Relief-Based Feature Selection: Introduction and Review
R.I.P.
๐ป
Ghosted
Route Planning in Transportation Networks
R.I.P.
๐ป
Ghosted
Near-linear time approximation algorithms for optimal transport via Sinkhorn iteration
R.I.P.
๐ป
Ghosted
Hierarchical Clustering: Objective Functions and Algorithms
R.I.P.
๐ป
Ghosted