Boolean Product Graph Neural Networks
Ziyan Wang, Bin Liu, Ling Xiang

TL;DR
This paper introduces a Boolean product-based residual connection in GNNs to improve latent graph inference, enhance robustness, and detect triangular structures, validated on benchmark datasets.
Contribution
It proposes a novel Boolean product graph residual connection that links original and latent graphs in GNNs, improving learning stability and structure discovery.
Findings
Enhanced GNN performance on benchmark datasets
Improved robustness against noisy graphs
Effective detection of triangular cliques
Abstract
Graph Neural Networks (GNNs) have recently achieved significant success, with a key operation involving the aggregation of information from neighboring nodes. Substantial researchers have focused on defining neighbors for aggregation, predominantly based on observed adjacency matrices. However, in many scenarios, the explicitly given graphs contain noise, which can be amplified during the messages-passing process. Therefore, many researchers have turned their attention to latent graph inference, specifically learning a parametric graph. To mitigate fluctuations in latent graph structure learning, this paper proposes a novel Boolean product-based graph residual connection in GNNs to link the latent graph and the original graph. It computes the Boolean product between the latent graph and the original graph at each layer to correct the learning process. The Boolean product between two…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Drug Discovery Methods · Neural Networks and Applications · Statistical and Computational Modeling
MethodsSoftmax · Attention Is All You Need · Residual Connection
