Towards Stable, Globally Expressive Graph Representations with Laplacian Eigenvectors
Junru Zhou, Cai Zhou, Xiyuan Wang, Pan Li, Muhan Zhang

TL;DR
This paper introduces a novel approach for graph neural networks that leverages learnable, stable Laplacian eigenvector representations to capture global graph properties more effectively and robustly.
Contribution
It proposes a new method using learnable orthogonal group invariant representations for Laplacian eigenspaces, improving stability and expressivity over previous techniques.
Findings
Achieves competitive performance on graph learning benchmarks.
Demonstrates robustness against graph perturbations.
Effectively captures global graph properties.
Abstract
Graph neural networks (GNNs) have achieved remarkable success in a variety of machine learning tasks over graph data. Existing GNNs usually rely on message passing, i.e., computing node representations by gathering information from the neighborhood, to build their underlying computational graphs. They are known fairly limited in expressive power, and often fail to capture global characteristics of graphs. To overcome the issue, a popular solution is to use Laplacian eigenvectors as additional node features, as they contain global positional information of nodes, and can serve as extra node identifiers aiding GNNs to separate structurally similar nodes. For such an approach, properly handling the orthogonal group symmetry among eigenvectors with equal eigenvalue is crucial for its stability and generalizability. However, using a naive orthogonal group invariant encoder for each separate…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Bioinformatics and Genomic Networks
