paper-with-me

Papers

Inference for Probabilistic Dependency Graphs

2023-11-09 · Oliver E. Richardson, Joseph Y. Halpern, Christopher De Sa

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.

📄 PDF Abstract BibTeX arXiv:2311.05580

Code (1)

orichardson/pdg-infer-uai 공식 구현

Similar Papers 제목 키워드 기반

Inference in Probabilistic Graphical Models by Graph Neural Networks

2018-03-21 · KiJung Yoon, Renjie Liao, Yuwen Xiong, Lisa Zhang 외

A fundamental computation for statistical inference and accurate decision-making is to compute the marginal probabilities or most probable states of task-relevant variables. Probabilistic graphical models can efficiently…

Decision Making

Loss as the Inconsistency of a Probabilistic Dependency Graph: Choose Your Model, Not Your Loss Function

2022-02-24 · Oliver E Richardson

In a world blessed with a great diversity of loss functions, we argue that that choice between them is not a matter of taste or pragmatics, but of model. Probabilistic depencency graphs (PDGs) are probabilistic models th…

DiversityVariational Inference

Probabilistic Dependency Graphs

2020-12-19 · Oliver Richardson, Joseph Y Halpern

We introduce Probabilistic Dependency Graphs (PDGs), a new class of directed graphical models. PDGs can capture inconsistent beliefs in a natural way and are more modular than Bayesian Networks (BNs), in that they make i…

Parsing to Noncrossing Dependency Graphs

2015-01-01 · TACL 2015 1 · Marco Kuhlmann, Peter Jonsson

We study the generalization of maximum spanning tree dependency parsing to maximum acyclic subgraphs. Because the underlying optimization problem is intractable even under an arc-factored model, we consider the restricti…

ARCDependency ParsingSemantic Dependency Parsing

Hinge-Loss Markov Random Fields and Probabilistic Soft Logic

2015-05-17 · Stephen H. Bach, Matthias Broecheler, Bert Huang, Lise Getoor

A fundamental challenge in developing high-impact machine learning technologies is balancing the need to model rich, structured domains with the ability to scale to big data. Many important problem areas are both richly …

Knowledge GraphsProbabilistic Programming