paper-with-me

Papers

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 it easier to incorporate new information and restructure the representation. We show by example how PDGs are an especially natural modeling tool. We provide three semantics for PDGs, each of which can be derived from a scoring function (on joint distributions over the variables in the network) that can be viewed as representing a distribution's incompatibility with the PDG. For the PDG corresponding to a BN, this function is uniquely minimized by the distribution the BN represents, showing that PDG semantics extend BN semantics. We show further that factor graphs and their exponential families can also be faithfully represented as PDGs, while there are significant barriers to modeling a PDG with a factor graph.

📄 PDF Abstract BibTeX arXiv:2012.10800

Code (1)

orichardson/pdg

Similar 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…

A Probabilistic Graph Coupling View of Dimension Reduction

2022-01-31 · Hugues van Assel, Thibault Espinasse, Julien Chiquet, Franck Picard

Most popular dimension reduction (DR) methods like t-SNE and UMAP are based on minimizing a cost between input and latent pairwise similarities. Though widely used, these approaches lack clear probabilistic foundations t…

Dimensionality Reduction

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

Causal Networks: Semantics and Expressiveness

2013-03-27 · Tom S. Verma, Judea Pearl

Dependency knowledge of the form "x is independent of y once z is known" invariably obeys the four graphoid axioms, examples include probabilistic and database dependencies. Often, such knowledge can be represented effic…

Efficient Sampling of Dependency Structure

2021-11-01 · EMNLP 2021 11 · Ran Zmigrod, Tim Vieira, Ryan Cotterell

Probabilistic distributions over spanning trees in directed graphs are a fundamental model of dependency structure in natural language processing, syntactic dependency trees. In NLP, dependency trees often have an additi…