paper-with-me

홈 › Papers

PolyFormer: Scalable Node-wise Filters via Polynomial Graph Transformer

2024-07-19 · Jiahong Ma, Mingguo He, Zhewei Wei

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 calculates attention scores within nodes, shows great scalability. Moreover, the model captures spectral information, enhancing expressiveness while maintaining efficiency. With these advantages, PolyFormer offers a desirable balance between scalability and expressiveness for node-level tasks. Extensive experiments demonstrate that our proposed methods excel at learning arbitrary node-wise filters, showing superior performance on both homophilic and heterophilic graphs, and handling graphs containing up to 100 million nodes. The code is available at https://github.com/air029/PolyFormer.

📄 PDF Abstract BibTeX arXiv:2407.14459

Code (1)

air029/polyformer 공식 구현 pytorch

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
LapEigen 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

A Piece-wise Polynomial Filtering Approach for Graph Neural Networks

2021-12-07 · Vijay Lingam, Chanakya Ekbote, Manan Sharma, Rahul Ragesh 외

Graph Neural Networks (GNNs) exploit signals from node features and the input graph topology to improve node classification task performance. However, these models tend to perform poorly on heterophilic graphs, where con…

Node Classification

Effective Polynomial Filter Adaptation for Graph Neural Networks

2021-09-29 · Vijay Lingam, Chanakya Ajit Ekbote, Manan Sharma, Rahul Ragesh 외

Graph Neural Networks (GNNs) exploit signals from node features and the input graph topology to improve node classification task performance. However, these models tend to perform poorly on heterophilic graphs, where con…

Node Classification

Learning efficient representations of complex constraints for scalable optimization

2026-03-09 · Yilin Wen, Yi Guo, Bo Zhao, Wei Qi 외 arxiv

Complex constraints often make real-world optimization computationally prohibitive at the scale and speed required for operational decision-making. Here we introduce PolyFormer, a PIML framework that learns compact polyt…

Hierarchical Multi-Scale Graph Neural Networks: Scalable Heterophilous Learning with Oversmoothing and Oversquashing Mitigation

2026-05-08 · Md Sazzad Hossen, Avimanyu Sahoo arxiv

Graphs with heterophily, where adjacent nodes carry different labels, are prevalent in real-world applications, from social networks to molecular interactions. However, existing spectral Graph Neural Network (GNN) approa…

Graph ClassificationGraph Neural NetworkNode Classification

Polynomial Selection in Spectral Graph Neural Networks: An Error-Sum of Function Slices Approach

2024-04-15 · Guoming Li, Jian Yang, Shangsong Liang, Dongsheng Luo

Spectral graph neural networks are proposed to harness spectral information inherent in graph-structured data through the application of polynomial-defined graph filters, recently achieving notable success in graph-based…

Anomaly DetectionGraph Anomaly DetectionGraph LearningNode Classification