LGMLOct 19, 2020

Neuralizing Efficient Higher-order Belief Propagation

arXiv:2010.09283v17 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of graph neural networks in capturing higher-order information for domains like molecular analysis, though it appears incremental as it combines existing approaches.

The paper tackled the problem of capturing higher-order relational information in graph-structured data by combining probabilistic graphical models with neural networks, resulting in a model that substantially outperforms state-of-the-art k-order graph neural networks on molecular datasets.

Graph neural network models have been extensively used to learn node representations for graph structured data in an end-to-end setting. These models often rely on localized first order approximations of spectral graph convolutions and hence are unable to capture higher-order relational information between nodes. Probabilistic Graphical Models form another class of models that provide rich flexibility in incorporating such relational information but are limited by inefficient approximate inference algorithms at higher order. In this paper, we propose to combine these approaches to learn better node and graph representations. First, we derive an efficient approximate sum-product loopy belief propagation inference algorithm for higher-order PGMs. We then embed the message passing updates into a neural network to provide the inductive bias of the inference algorithm in end-to-end learning. This gives us a model that is flexible enough to accommodate domain knowledge while maintaining the computational advantage. We further propose methods for constructing higher-order factors that are conditioned on node and edge features and share parameters wherever necessary. Our experimental evaluation shows that our model indeed captures higher-order information, substantially outperforming state-of-the-art $k$-order graph neural networks in molecular datasets.

Foundations

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

Your Notes