LGAINov 26, 2024

GrokFormer: Graph Fourier Kolmogorov-Arnold Transformers

arXiv:2411.17296v33 citationsh-index: 5Has CodeICML
Originality Highly original
AI Analysis

This addresses a key bottleneck in graph representation learning for domains like social networks or bioinformatics, offering a novel method with strong performance gains.

The paper tackles the limitation of Graph Transformers in capturing high-frequency signals by proposing GrokFormer, which learns adaptive spectral filters, and demonstrates that it outperforms state-of-the-art models on 15 real-world datasets for node and graph classification.

Graph Transformers (GTs) have demonstrated remarkable performance in graph representation learning over popular graph neural networks (GNNs). However, self--attention, the core module of GTs, preserves only low-frequency signals in graph features, leading to ineffectiveness in capturing other important signals like high-frequency ones. Some recent GT models help alleviate this issue, but their flexibility and expressiveness are still limited since the filters they learn are fixed on predefined graph spectrum or spectral order. To tackle this challenge, we propose a Graph Fourier Kolmogorov-Arnold Transformer (GrokFormer), a novel GT model that learns highly expressive spectral filters with adaptive graph spectrum and spectral order through a Fourier series modeling over learnable activation functions. We demonstrate theoretically and empirically that the proposed GrokFormer filter offers better expressiveness than other spectral methods. Comprehensive experiments on 10 real-world node classification datasets across various domains, scales, and graph properties, as well as 5 graph classification datasets, show that GrokFormer outperforms state-of-the-art GTs and GNNs. Our code is available at https://github.com/GGA23/GrokFormer

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