SpikeGraphormer: A High-Performance Graph Transformer with Spiking Graph Attention
Yundong Sun, Dongjie Zhu, Yansong Wang, Zhaoshuo Tian, Ning Cao and, Gregory O'Hared

TL;DR
SpikeGraphormer introduces a novel graph transformer architecture that integrates spiking neural networks to achieve energy-efficient, scalable, and high-performance graph representation learning, outperforming existing methods in speed and memory efficiency.
Contribution
This work is the first to incorporate spiking neural networks into graph transformers, enabling linear complexity and efficient large-scale graph processing.
Findings
Outperforms state-of-the-art methods across multiple datasets.
Achieves 10-20x reduction in training time, inference time, and GPU memory.
Effective in cross-domain applications like image and text classification.
Abstract
Recently, Graph Transformers have emerged as a promising solution to alleviate the inherent limitations of Graph Neural Networks (GNNs) and enhance graph representation performance. Unfortunately, Graph Transformers are computationally expensive due to the quadratic complexity inherent in self-attention when applied over large-scale graphs, especially for node tasks. In contrast, spiking neural networks (SNNs), with event-driven and binary spikes properties, can perform energy-efficient computation. In this work, we propose a novel insight into integrating SNNs with Graph Transformers and design a Spiking Graph Attention (SGA) module. The matrix multiplication is replaced by sparse addition and mask operations. The linear complexity enables all-pair node interactions on large-scale graphs with limited GPU memory. To our knowledge, our work is the first attempt to introduce SNNs into…
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 Memory and Neural Computing · Ferroelectric and Negative Capacitance Devices · Advanced Graph Neural Networks
MethodsAttention Is All You Need · Linear Layer · Layer Normalization · Byte Pair Encoding · Absolute Position Encodings · Laplacian EigenMap · Position-Wise Feed-Forward Layer · Residual Connection · Multi-Head Attention · Softmax
