LEReg: Empower Graph Neural Networks with Local Energy Regularization
Xiaojun Ma, Hanyue Chen, Guojie Song

TL;DR
LEReg introduces local energy regularization for GNNs, enhancing their ability to adaptively pass informative messages, improve robustness, and increase expressiveness, leading to superior performance on benchmark datasets.
Contribution
The paper proposes two novel regularization terms, Intra-Energy Reg and Inter-Energy Reg, that improve GNNs' message passing adaptivity and expressiveness, with easy plug-and-play integration.
Findings
GNNs with LEReg outperform or match state-of-the-art methods.
LEReg enhances GNN robustness and message passing efficiency.
Experimental results confirm the effectiveness of LEReg across benchmarks.
Abstract
Researches on analyzing graphs with Graph Neural Networks (GNNs) have been receiving more and more attention because of the great expressive power of graphs. GNNs map the adjacency matrix and node features to node representations by message passing through edges on each convolution layer. However, the message passed through GNNs is not always beneficial for all parts in a graph. Specifically, as the data distribution is different over the graph, the receptive field (the farthest nodes that a node can obtain information from) needed to gather information is also different. Existing GNNs treat all parts of the graph uniformly, which makes it difficult to adaptively pass the most informative message for each unique part. To solve this problem, we propose two regularization terms that consider message passing locally: (1) Intra-Energy Reg and (2) Inter-Energy Reg. Through experiments and…
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
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Convolution
