Irregular Message Passing Networks

Xue Li,Yuanzhi Cheng
DOI: https://doi.org/10.1016/j.knosys.2022.109919
IF: 8.139
2022-01-01
Knowledge-Based Systems
Abstract:The graph neural network (GNN) is a widely adopted technique to process graph-structured data. Despite its pervasiveness, the exact reasons for the message aggregator’s effectiveness are still poorly understood. The popular belief is that this effectiveness stems from optimizing edge weights to improve the local fusion of node information. In this study, we demonstrate that such propagation weight optimization has a limited contribution to the success of message passing. Instead, we find that any normalized random attention (or edge weights) can have a similar and, sometime, even stronger effect. We refer to these randomly initialized propagations as irregular message passing. Experiments conducted on our random edge weight and random attention models verified the positive impact of weight randomness, uncovering the importance of the topology itself in achieving superior results for message iterations. Our code is available at https://github.com/Eigenworld/RAN.
What problem does this paper attempt to address?