paper-with-me

홈 › Papers

Global Node Attentions via Adaptive Spectral Filters

2021-01-01 · Shouheng Li, Dongwoo Kim, Qing Wang

Graph neural networks (GNNs) have been extensively studied for prediction tasks on graphs. Most GNNs assume local homophily, i.e., strong similarities in local neighborhoods. This assumption limits the generalizability of GNNs, which has been demonstrated by recent work on disassortative graphs with weak local homophily. In this paper, we argue that GNN's feature aggregation scheme can be made flexible and adaptive to data without the assumption of local homophily. To demonstrate, we propose a GNN model with a global self-attention mechanism defined using learnable spectral filters, which can attend to any nodes, regardless of distance. We evaluated the proposed model on node classification tasks over six benchmark datasets. The proposed model has been shown to generalize well to both assortative and disassortative graphs. Further, it outperforms all state-of-the-art baselines on disassortative graphs and performs comparably with them on assortative graphs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Spectral Graph Attention Network with Fast Eigen-approximation

2020-03-16 · Heng Chang, Yu Rong, Tingyang Xu, Wenbing Huang 외

Variants of Graph Neural Networks (GNNs) for representation learning have been proposed recently and achieved fruitful results in various fields. Among them, Graph Attention Network (GAT) first employs a self-attention s…

Graph AttentionNode ClassificationRepresentation Learning

Node-oriented Spectral Filtering for Graph Neural Networks

2022-12-07 · Shuai Zheng, Zhenfeng Zhu, Zhizhe Liu, Youru Li 외

Graph neural networks (GNNs) have shown remarkable performance on homophilic graph data while being far less impressive when handling non-homophilic graph data due to the inherent low-pass filtering property of GNNs. In …

Graph Neural NetworkNode Classification

Graph Neural Networks with Diverse Spectral Filtering

2023-12-14 · Jingwei Guo, Kaizhu Huang, Xinping Yi, Rui Zhang

Spectral Graph Neural Networks (GNNs) have achieved tremendous success in graph machine learning, with polynomial filters applied for graph convolutions, where all nodes share the identical filter weights to mine their l…

GPRNode Classification

Rethinking Spectral Graph Neural Networks with Spatially Adaptive Filtering

2024-01-17 · Jingwei Guo, Kaizhu Huang, Xinping Yi, Zixian Su 외

Whilst spectral Graph Neural Networks (GNNs) are theoretically well-founded in the spectral domain, their practical reliance on polynomial approximation implies a profound linkage to the spatial domain. As previous studi…

Node Classification

GPatcher: A Simple and Adaptive MLP Model for Alleviating Graph Heterophily

2023-06-25 · Shuaicheng Zhang, Haohui Wang, Si Zhang, Dawei Zhou

While graph heterophily has been extensively studied in recent years, a fundamental research question largely remains nascent: How and to what extent will graph heterophily affect the prediction performance of graph neur…

Node Classification