LGITSPJun 2, 2023

Local Message Passing on Frustrated Systems

arXiv:2306.01494v11 citationsh-index: 31
Originality Incremental advance
AI Analysis

This addresses a fundamental limitation in probabilistic inference for scientific domains where cyclic graphs are common, though it appears incremental as it modifies rather than replaces the sum-product framework.

The researchers tackled the problem of message passing algorithms failing on graphs with many small cycles by developing an alternative algorithm that replaces the local sum-product update rule with an optimized generic mapping. Their method achieved considerable performance improvements on cyclic graphs like 2x2 Ising grids and factor graphs for symbol detection with inter-symbol interference.

Message passing on factor graphs is a powerful framework for probabilistic inference, which finds important applications in various scientific domains. The most wide-spread message passing scheme is the sum-product algorithm (SPA) which gives exact results on trees but often fails on graphs with many small cycles. We search for an alternative message passing algorithm that works particularly well on such cyclic graphs. Therefore, we challenge the extrinsic principle of the SPA, which loses its objective on graphs with cycles. We further replace the local SPA message update rule at the factor nodes of the underlying graph with a generic mapping, which is optimized in a data-driven fashion. These modifications lead to a considerable improvement in performance while preserving the simplicity of the SPA. We evaluate our method for two classes of cyclic graphs: the 2x2 fully connected Ising grid and factor graphs for symbol detection on linear communication channels with inter-symbol interference. To enable the method for large graphs as they occur in practical applications, we develop a novel loss function that is inspired by the Bethe approximation from statistical physics and allows for training in an unsupervised fashion.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes