NELGApr 16, 2025

GT-SVQ: A Linear-Time Graph Transformer for Node Classification Using Spiking Vector Quantization

arXiv:2504.11840v11 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of high computational cost in graph learning for researchers and practitioners, offering a more efficient alternative, though it is incremental as it builds on existing GT and SNN concepts.

The paper tackles the scalability issues of Graph Transformers (GTs) by proposing GT-SVQ, a linear-time method using spiking vector quantization for node classification, achieving competitive performance with up to 130x faster inference speed.

Graph Transformers (GTs), which simultaneously integrate message-passing and self-attention mechanisms, have achieved promising empirical results in some graph prediction tasks. Although these approaches show the potential of Transformers in capturing long-range graph topology information, issues concerning the quadratic complexity and high computing energy consumption severely limit the scalability of GTs on large-scale graphs. Recently, as brain-inspired neural networks, Spiking Neural Networks (SNNs), facilitate the development of graph representation learning methods with lower computational and storage overhead through the unique event-driven spiking neurons. Inspired by these characteristics, we propose a linear-time Graph Transformer using Spiking Vector Quantization (GT-SVQ) for node classification. GT-SVQ reconstructs codebooks based on rate coding outputs from spiking neurons, and injects the codebooks into self-attention blocks to aggregate global information in linear complexity. Besides, spiking vector quantization effectively alleviates codebook collapse and the reliance on complex machinery (distance measure, auxiliary loss, etc.) present in previous vector quantization-based graph learning methods. In experiments, we compare GT-SVQ with other state-of-the-art baselines on node classification datasets ranging from small to large. Experimental results show that GT-SVQ has achieved competitive performances on most datasets while maintaining up to 130x faster inference speed compared to other GTs.

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