paper-with-me

Papers

Tensor Variable Elimination for Plated Factor Graphs

2019-02-08 · Fritz Obermeyer, Eli Bingham, Martin Jankowiak, Justin Chiu, Neeraj Pradhan, Alexander Rush, Noah Goodman

A wide class of machine learning algorithms can be reduced to variable elimination on factor graphs. While factor graphs provide a unifying notation for these algorithms, they do not provide a compact way to express repeated structure when compared to plate diagrams for directed graphical models. To exploit efficient tensor algebra in graphs with plates of variables, we generalize undirected factor graphs to plated factor graphs and variable elimination to a tensor variable elimination algorithm that operates directly on plated factor graphs. Moreover, we generalize complexity bounds based on treewidth and characterize the class of plated factor graphs for which inference is tractable. As an application, we integrate tensor variable elimination into the Pyro probabilistic programming language to enable exact inference in discrete latent variable models with repeated structure. We validate our methods with experiments on both directed and undirected graphical models, including applications to polyphonic music modeling, animal movement modeling, and latent sentiment analysis.

📄 PDF Abstract BibTeX arXiv:1902.03210

Code (0)

등록된 구현이 없습니다.

Tasks

Music ModelingProbabilistic ProgrammingSentiment Analysistensor algebra

Similar Papers 제목 키워드 기반

An Advance on Variable Elimination with Applications to Tensor-Based Computation

2020-02-21 · Adnan Darwiche

We present new results on the classical algorithm of variable elimination, which underlies many algorithms including for probabilistic inference. The results relate to exploiting functional dependencies, allowing one to …

Factor Graph Grammars

2020-10-22 · NeurIPS 2020 12 · David Chiang, Darcey Riley

We propose the use of hyperedge replacement graph grammars for factor graphs, or factor graph grammars (FGGs) for short. FGGs generate sets of factor graphs and can describe a more general class of models than plate nota…

Variable Elimination in Hybrid Factor Graphs for Discrete-Continuous Inference & Estimation

2026-01-02 · Varun Agrawal, Frank Dellaert arxiv

Many problems in robotics involve both continuous and discrete components, and modeling them together for estimation tasks has been a long standing and difficult problem. Hybrid Factor Graphs give us a mathematical frame…

Combining Local Symmetry Exploitation and Reinforcement Learning for Optimised Probabilistic Inference -- A Work In Progress

2025-03-11 · Sagad Hamid, Tanya Braun

Efficient probabilistic inference by variable elimination in graphical models requires an optimal elimination order. However, finding an optimal order is a challenging combinatorial optimisation problem for models with a…

Tensor Networks

In-Context Graphical Inference

2026-06-03 · Zehua Cheng, Wei Dai, Jiahao Sun arxiv

Marginal inference in discrete graphical models forces a choice between exactness and scalability: exact algorithms are intractable for high-treewidth graphs, while iterative approximations (Belief Propagation, variation…