Table of Contents
Fetching ...

Beyond the Laplacian: Interpolated Spectral Augmentation for Graph Neural Networks

Ziyao Cui, Edric Tam

TL;DR

This work addresses the limitation of relying solely on Laplacian-based spectral features for GNN augmentation by introducing Interpolated Laplacian Embeddings (ILEs), derived from the two-parameter family M(t,s) = tD − sA. It provides a spectral-graph-theory interpretation of the embeddings via Rayleigh quotients and shows that varying (t,s) trades off community structure and core-periphery signals, potentially improving downstream node classification. Through extensive experiments on SBM simulations and real networks (with and without features, and with corrupted features), ILEs often outperform Laplacian embeddings, offering a practical guide for hyperparameter selection and emphasizing the value of a broader spectral toolkit. The work highlights the richness of non-Laplacian spectral representations for representation learning on graphs and paves the way for future extensions to directed, edge-featured, and dynamic graphs.

Abstract

Graph neural networks (GNNs) are fundamental tools in graph machine learning. The performance of GNNs relies crucially on the availability of informative node features, which can be limited or absent in real-life datasets and applications. A natural remedy is to augment the node features with embeddings computed from eigenvectors of the graph Laplacian matrix. While it is natural to default to Laplacian spectral embeddings, which capture meaningful graph connectivity information, we ask whether spectral embeddings from alternative graph matrices can also provide useful representations for learning. We introduce Interpolated Laplacian Embeddings (ILEs), which are derived from a simple yet expressive family of graph matrices. Using tools from spectral graph theory, we offer a straightforward interpretation of the structural information that ILEs capture. We demonstrate through simulations and experiments on real-world datasets that feature augmentation via ILEs can improve performance across commonly used GNN architectures. Our work offers a straightforward and practical approach that broadens the practitioner's spectral augmentation toolkit when node features are limited.

Beyond the Laplacian: Interpolated Spectral Augmentation for Graph Neural Networks

TL;DR

This work addresses the limitation of relying solely on Laplacian-based spectral features for GNN augmentation by introducing Interpolated Laplacian Embeddings (ILEs), derived from the two-parameter family M(t,s) = tD − sA. It provides a spectral-graph-theory interpretation of the embeddings via Rayleigh quotients and shows that varying (t,s) trades off community structure and core-periphery signals, potentially improving downstream node classification. Through extensive experiments on SBM simulations and real networks (with and without features, and with corrupted features), ILEs often outperform Laplacian embeddings, offering a practical guide for hyperparameter selection and emphasizing the value of a broader spectral toolkit. The work highlights the richness of non-Laplacian spectral representations for representation learning on graphs and paves the way for future extensions to directed, edge-featured, and dynamic graphs.

Abstract

Graph neural networks (GNNs) are fundamental tools in graph machine learning. The performance of GNNs relies crucially on the availability of informative node features, which can be limited or absent in real-life datasets and applications. A natural remedy is to augment the node features with embeddings computed from eigenvectors of the graph Laplacian matrix. While it is natural to default to Laplacian spectral embeddings, which capture meaningful graph connectivity information, we ask whether spectral embeddings from alternative graph matrices can also provide useful representations for learning. We introduce Interpolated Laplacian Embeddings (ILEs), which are derived from a simple yet expressive family of graph matrices. Using tools from spectral graph theory, we offer a straightforward interpretation of the structural information that ILEs capture. We demonstrate through simulations and experiments on real-world datasets that feature augmentation via ILEs can improve performance across commonly used GNN architectures. Our work offers a straightforward and practical approach that broadens the practitioner's spectral augmentation toolkit when node features are limited.

Paper Structure

This paper contains 23 sections, 1 theorem, 10 equations, 4 figures, 5 tables.

Key Result

Lemma 3.1

Let ${\mathbf M} \in \mathbb{R}^{n \times n}$ be a symmetric matrix with no repeated eigenvalues, and consider its perturbation ${\mathbf M} + \zeta {\mathbf I}$ for some scalar $\zeta \in \mathbb{R}$. Then the eigenvectors of ${\mathbf M}$ and ${\mathbf M} + \zeta {\mathbf I}$ coincide, and the eig

Figures (4)

  • Figure 1: Illustration of the two truths phenomenon on a small graph. Nodes are colored by thresholding the corresponding embedding values.
  • Figure : (a) Core-Periphery
  • Figure : (a) Core-Periphery
  • Figure : (b) Community

Theorems & Definitions (2)

  • Lemma 3.1
  • proof