SPARC: Spectral Architectures Tackling the Cold-Start Problem in Graph Learning
Yahel Jacobs, Reut Dayan, Uri Shaham
TL;DR
SPARC addresses the practical cold-start problem in graph learning by mapping node features into the Laplacian eigenspace through a generalizable neural map $\mathcal{F}_{\theta}$. This spectral embedding enables predictions for new nodes without adjacency information, allowing existing GNNs, transformers, and Mamba-based models to operate in dynamic, real-world graphs. The framework is instantiated in SPARC-GCN, SPARCphormer, and SAMBA, and extended to clustering, link prediction, and mini-batching, with strong empirical gains on cold-start classification and competitive performance on other tasks. The work highlights the practicality of spectral embeddings for real-world graph dynamics, while noting dependence on feature quality as a potential limitation.
Abstract
Graphs play a central role in modeling complex relationships in data, yet most graph learning methods falter when faced with cold-start nodes--new nodes lacking initial connections--due to their reliance on adjacency information. To tackle this, we propose SPARC, a groundbreaking framework that introduces a novel approach to graph learning by utilizing generalizable spectral embeddings. With a simple yet powerful enhancement, SPARC empowers state-of-the-art methods to make predictions on cold-start nodes effectively. By eliminating the need for adjacency information during inference and effectively capturing the graph's structure, we make these methods suitable for real-world scenarios where new nodes frequently appear. Experimental results demonstrate that our framework outperforms existing models on cold-start nodes across tasks such as node classification, node clustering, and link prediction. SPARC provides a solution to the cold-start problem, advancing the field of graph learning.
