paper-with-me

홈 › Papers

Linearized and Single-Pass Belief Propagation

2014-06-27 · Wolfgang Gatterbauer, Stephan Günnemann, Danai Koutra, Christos Faloutsos

How can we tell when accounts are fake or real in a social network? And how can we tell which accounts belong to liberal, conservative or centrist users? Often, we can answer such questions and label nodes in a network based on the labels of their neighbors and appropriate assumptions of homophily ("birds of a feather flock together") or heterophily ("opposites attract"). One of the most widely used methods for this kind of inference is Belief Propagation (BP) which iteratively propagates the information from a few nodes with explicit labels throughout a network until convergence. One main problem with BP, however, is that there are no known exact guarantees of convergence in graphs with loops. This paper introduces Linearized Belief Propagation (LinBP), a linearization of BP that allows a closed-form solution via intuitive matrix equations and, thus, comes with convergence guarantees. It handles homophily, heterophily, and more general cases that arise in multi-class settings. Plus, it allows a compact implementation in SQL. The paper also introduces Single-pass Belief Propagation (SBP), a "localized" version of LinBP that propagates information across every edge at most once and for which the final class assignments depend only on the nearest labeled neighbors. In addition, SBP allows fast incremental updates in dynamic networks. Our runtime experiments show that LinBP and SBP are orders of magnitude faster than standard

📄 PDF Abstract BibTeX arXiv:1406.7288

Code (1)

sslh/sslh

Similar Papers 제목 키워드 기반

Achieving the KS threshold in the general stochastic block model with linearized acyclic belief propagation

2016-12-01 · NeurIPS 2016 12 · Emmanuel Abbe, Colin Sandon

The stochastic block model (SBM) has long been studied in machine learning and network science as a canonical model for clustering and community detection. In the recent years, new developments have demonstrated the pres…

ClusteringCommunity DetectionStochastic Block Model

Efficient inference in stochastic block models with vertex labels

2018-06-20 · Clara Stegehuis, Laurent Massoulié

We study the stochastic block model with two communities where vertices contain side information in the form of a vertex label. These vertex labels may have arbitrary label distributions, depending on the community membe…

Stochastic Block Model

6D Rigid Body Localization and Velocity Estimation via Gaussian Belief Propagation

2024-12-06 · Niclas Führling, Volodymyr Vizitiv, Kuranage Roche Rayan Ranasinghe, Hyeon Seok Rou 외

We propose a novel message-passing solution to the sixth-dimensional (6D) moving rigid body localization (RBL) problem, in which the three-dimensional (3D) translation vector and rotation angles, as well as their corresp…

Motion EstimationTranslation

Convergence of Generalized Belief Propagation Algorithm on Graphs with Motifs

2021-12-11 · Yitao Chen, Deepanshu Vasal

Belief propagation is a fundamental message-passing algorithm for numerous applications in machine learning. It is known that belief propagation algorithm is exact on tree graphs. However, belief propagation is run on lo…

Join-Graph Propagation Algorithms

2014-01-15 · Robert Mateescu, Kalev Kask, Vibhav Gogate, Rina Dechter

The paper investigates parameterized approximate message-passing schemes that are based on bounded inference and are inspired by Pearl's belief propagation algorithm (BP). We start with the bounded inference mini-cluster…

Clustering