paper-with-me

Papers

Belief propagation generalizes backpropagation

2022-10-02 · Frederik Eaton

The two most important algorithms in artificial intelligence are backpropagation and belief propagation. In spite of their importance, the connection between them is poorly characterized. We show that when an input to backpropagation is converted into an input to belief propagation so that (loopy) belief propagation can be run on it, then the result of belief propagation encodes the result of backpropagation; thus backpropagation is recovered as a special case of belief propagation. In other words, we prove for apparently the first time that belief propagation generalizes backpropagation. Our analysis is a theoretical contribution, which we motivate with the expectation that it might reconcile our understandings of each of these algorithms, and serve as a guide to engineering researchers seeking to improve the behavior of systems that use one or the other.

📄 PDF Abstract BibTeX arXiv:2210.00610

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Local learning for stable backpropagation-free neural network training towards physical learning

2026-03-25 · Yaqi Guo, Fabian Braun, Bastiaan Ketelaar, Stephanie Tan 외 arxiv

While backpropagation and automatic differentiation have driven deep learning's success, the physical limits of chip manufacturing and rising environmental costs of deep learning motivate alternative learning paradigms s…

Learning to Decode Linear Codes Using Deep Learning

2016-07-16 · Eliya Nachmani, Yair Beery, David Burshtein

A novel deep learning method for improving the belief propagation algorithm is proposed. The method generalizes the standard belief propagation algorithm by assigning weights to the edges of the Tanner graph. These edges…

DecoderDeep Learning

Generalized Stochastic Backpropagation

2021-01-01 · Amine Echraibi, Joachim Flocon Cholet, Stéphane Gosselin, Sandrine Vaton

Backpropagating gradients through random variables is at the heart of numerous machine learning applications. In this paper, we present a general framework for deriving stochastic backpropagation rules for any distributi…

$α$ Belief Propagation for Approximate Inference

2020-06-27 · Dong Liu, Minh Thành Vu, Zuxing Li, Lars K. Rasmussen

Belief propagation (BP) algorithm is a widely used message-passing method for inference in graphical models. BP on loop-free graphs converges in linear time. But for graphs with loops, BP's performance is uncertain, and …

Convergence of backpropagation with momentum for network architectures with skip connections

2017-05-21 · Chirag Agarwal, Joe Klobusicky, Dan Schonfeld

We study a class of deep neural networks with networks that form a directed acyclic graph (DAG). For backpropagation defined by gradient descent with adaptive momentum, we show weights converge for a large class of nonli…