TL;DR
PolyFormer introduces a scalable, attention-based approach for learning flexible node-wise filters in spectral graph neural networks, achieving high performance on large-scale graphs while balancing scalability and expressiveness.
Contribution
The paper proposes PolyAttn and PolyFormer, novel models that enable efficient, node-wise filter learning in spectral GNNs, overcoming scalability issues of previous methods.
Findings
Outperforms existing methods on various graph types.
Handles graphs with up to 100 million nodes.
Balances scalability and expressiveness effectively.
Abstract
Spectral Graph Neural Networks have demonstrated superior performance in graph representation learning. However, many current methods focus on employing shared polynomial coefficients for all nodes, i.e., learning node-unified filters, which limits the filters' flexibility for node-level tasks. The recent DSF attempts to overcome this limitation by learning node-wise coefficients based on positional encoding. However, the initialization and updating process of the positional encoding are burdensome, hindering scalability on large-scale graphs. In this work, we propose a scalable node-wise filter, PolyAttn. Leveraging the attention mechanism, PolyAttn can directly learn node-wise filters in an efficient manner, offering powerful representation capabilities. Building on PolyAttn, we introduce the whole model, named PolyFormer. In the lens of Graph Transformer models, PolyFormer, which…
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
MethodsAttention Is All You Need · Laplacian EigenMap · Residual Connection · Adam · Dropout · Laplacian Positional Encodings · Byte Pair Encoding · Layer Normalization · Focus · Label Smoothing
