paper-with-me

Papers

Polynormer: Polynomial-Expressive Graph Transformer in Linear Time

2024-03-02 · Chenhui Deng, Zichao Yue, Zhiru Zhang

Graph transformers (GTs) have emerged as a promising architecture that is theoretically more expressive than message-passing graph neural networks (GNNs). However, typical GT models have at least quadratic complexity and thus cannot scale to large graphs. While there are several linear GTs recently proposed, they still lag behind GNN counterparts on several popular graph datasets, which poses a critical concern on their practical expressivity. To balance the trade-off between expressivity and scalability of GTs, we propose Polynormer, a polynomial-expressive GT model with linear complexity. Polynormer is built upon a novel base model that learns a high-degree polynomial on input features. To enable the base model permutation equivariant, we integrate it with graph topology and node features separately, resulting in local and global equivariant attention models. Consequently, Polynormer adopts a linear local-to-global attention scheme to learn high-degree equivariant polynomials whose coefficients are controlled by attention scores. Polynormer has been evaluated on $13$ homophilic and heterophilic datasets, including large graphs with millions of nodes. Our extensive experiment results show that Polynormer outperforms state-of-the-art GNN and GT baselines on most datasets, even without the use of nonlinear activation functions.

📄 PDF Abstract BibTeX arXiv:2403.01232

Code (2)

cornell-zhang/polynormer 공식 구현 pytorch
cornell-zhang/Polynormer/tree/master/large_graph_exp pytorch

Tasks

Node Classification

Methods 이 논문이 사용한 방법론

Graph Transformer 설명 없음

Similar Papers 제목 키워드 기반

Graphical Representations for Algebraic Constraints of Linear Structural Equations Models

2022-08-01 · Thijs van Ommen, Mathias Drton

The observational characteristics of a linear structural equation model can be effectively described by polynomial constraints on the observed covariance matrix. However, these polynomials can be exponentially large, mak…

The Expressive Power of Transformers with Chain of Thought

2023-10-11 · William Merrill, Ashish Sabharwal

Recent theoretical work has identified surprisingly simple reasoning problems, such as checking if two nodes in a graph are connected or simulating finite-state machines, that are provably unsolvable by standard transfor…

Polynomial Graph Convolutional Networks

2021-01-01 · Luca Pasa, Nicolò Navarin, Alessandro Sperduti

Graph Convolutional Neural Networks (GCNs) exploit convolution operators, based on some neighborhood aggregating scheme, to compute representations of graphs. The most common convolution operators only exploit local topo…

Graph ClassificationGraph Neural Network

k-Maximum Inner Product Attention for Graph Transformers and the Expressive Power of GraphGPS

2026-04-04 · Jonas De Schouwer, Haitz Sáez de Ocáriz Borde, Xiaowen Dong arxiv

Graph transformers have shown promise in overcoming limitations of traditional graph neural networks, such as oversquashing and difficulties in modeling long-range dependencies. However, their application to large-scale …

On the Expressivity of Selective State-Space Layers: A Multivariate Polynomial Approach

2025-02-04 · Edo Cohen-Karlik, Itamar Zimerman, Liane Galanti, Ido Atad 외

Recent advances in efficient sequence modeling have introduced selective state-space layers, a key component of the Mamba architecture, which have demonstrated remarkable success in a wide range of NLP and vision tasks. …

Mamba