LGJun 17, 2024

Scalable Expressiveness through Preprocessed Graph Perturbations

arXiv:2406.11714v23 citations
Originality Incremental advance
AI Analysis

This addresses scalability problems for researchers and practitioners using graph neural networks on large graphs, though it is incremental as it builds on existing perturbation-based methods.

The paper tackles the scalability issue of expressive graph neural networks by introducing SE2P, a model that balances scalability and generalizability through configurable preprocessing and learnable feature extraction, achieving up to 8-fold speed improvements while enhancing generalizability compared to benchmarks.

Graph Neural Networks (GNNs) have emerged as the predominant method for analyzing graph-structured data. However, canonical GNNs have limited expressive power and generalization capability, thus triggering the development of more expressive yet computationally intensive methods. One such approach is to create a series of perturbed versions of input graphs and then repeatedly conduct multiple message-passing operations on all variations during training. Despite their expressive power, this approach does not scale well on larger graphs. To address this scalability issue, we introduce Scalable Expressiveness through Preprocessed Graph Perturbation (SE2P). This model offers a flexible, configurable balance between scalability and generalizability with four distinct configuration classes. At one extreme, the configuration prioritizes scalability through minimal learnable feature extraction and extensive preprocessing; at the other extreme, it enhances generalizability with more learnable feature extractions, though this increases scalability costs. We conduct extensive experiments on real-world datasets to evaluate the generalizability and scalability of SE2P variants compared to various state-of-the-art benchmarks. Our results indicate that, depending on the chosen SE2P configuration, the model can enhance generalizability compared to benchmarks while achieving significant speed improvements of up to 8-fold.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes