paper-with-me

홈 › Papers

Learning in Deep Factor Graphs with Gaussian Belief Propagation

2023-11-24 · Seth Nabarro, Mark van der Wilk, Andrew J Davison

We propose an approach to do learning in Gaussian factor graphs. We treat all relevant quantities (inputs, outputs, parameters, latents) as random variables in a graphical model, and view both training and prediction as inference problems with different observed nodes. Our experiments show that these problems can be efficiently solved with belief propagation (BP), whose updates are inherently local, presenting exciting opportunities for distributed and asynchronous training. Our approach can be scaled to deep networks and provides a natural means to do continual learning: use the BP-estimated parameter marginals of the current task as parameter priors for the next. On a video denoising task we demonstrate the benefit of learnable parameters over a classical factor graph approach and we show encouraging performance of deep factor graphs for continual image classification.

📄 PDF Abstract BibTeX arXiv:2311.14649

Code (1)

sethnabarro/gbp_learning 공식 구현 tf

Tasks

Continual LearningDenoisingimage-classificationImage ClassificationVideo Denoising

Similar Papers 제목 키워드 기반

A visual introduction to Gaussian Belief Propagation

2021-07-05 · Joseph Ortiz, Talfan Evans, Andrew J. Davison

In this article, we present a visual introduction to Gaussian Belief Propagation (GBP), an approximate probabilistic inference algorithm that operates by passing messages between the nodes of arbitrarily structured facto…

Neural Enhanced Belief Propagation on Factor Graphs

2020-03-04 · Victor Garcia Satorras, Max Welling

A graphical model is a structured representation of locally dependent random variables. A traditional method to reason over these random variables is to perform inference using belief propagation. When provided with the …

Convergence Analysis of Distributed Inference with Vector-Valued Gaussian Belief Propagation

2016-11-07 · Jian Du, Shaodan Ma, Yik-Chung Wu, Soummya Kar 외

This paper considers inference over distributed linear Gaussian models using factor graphs and Gaussian belief propagation (BP). The distributed inference algorithm involves only local computation of the information matr…

$α$ Belief Propagation as Fully Factorized Approximation

2019-08-23 · Dong Liu, Nima N. Moghadam, Lars K. Rasmussen, Jinliang Huang 외

Belief propagation (BP) can do exact inference in loop-free graphs, but its performance could be poor in graphs with loops, and the understanding of its solution is limited. This work gives an interpretable belief propag…

Belief Propagation, Bethe Approximation and Polynomials

2017-08-08 · Damian Straszak, Nisheeth K. Vishnoi

Factor graphs are important models for succinctly representing probability distributions in machine learning, coding theory, and statistical physics. Several computational problems, such as computing marginals and partit…