Using Laplacian Spectrum as Graph Feature Representation
Edouard Pineau

TL;DR
This paper advocates using the Laplacian spectrum as a simple yet effective graph feature that preserves structural information, invariance, and consistency, serving as a strong baseline for graph analysis tasks.
Contribution
It demonstrates that the Laplacian spectrum satisfies key structural preservation properties and provides bounds related to graph isomorphism divergence, establishing it as a robust graph feature.
Findings
Laplacian spectrum is invariant under graph isomorphism.
Bounds relate spectrum divergence to graph isomorphism divergence.
Spectrum-based representation performs well in classification tasks.
Abstract
Graphs possess exotic features like variable size and absence of natural ordering of the nodes that make them difficult to analyze and compare. To circumvent this problem and learn on graphs, graph feature representation is required. A good graph representation must satisfy the preservation of structural information, with two particular key attributes: consistency under deformation and invariance under isomorphism. While state-of-the-art methods seek such properties with powerful graph neural-networks, we propose to leverage a simple graph feature: the graph Laplacian spectrum (GLS). We first remind and show that GLS satisfies the aforementioned key attributes, using a graph perturbation approach. In particular, we derive bounds for the distance between two GLS that are related to the \textit{divergence to isomorphism}, a standard computationally expensive graph divergence. We finally…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
