paper-with-me

홈 › Papers

AnchorGT: Efficient and Flexible Attention Architecture for Scalable Graph Transformers

2024-05-06 · Wenhao Zhu, Guojie Song, Liang Wang, Shaoguo Liu

Graph Transformers (GTs) have significantly advanced the field of graph representation learning by overcoming the limitations of message-passing graph neural networks (GNNs) and demonstrating promising performance and expressive power. However, the quadratic complexity of self-attention mechanism in GTs has limited their scalability, and previous approaches to address this issue often suffer from expressiveness degradation or lack of versatility. To address this issue, we propose AnchorGT, a novel attention architecture for GTs with global receptive field and almost linear complexity, which serves as a flexible building block to improve the scalability of a wide range of GT models. Inspired by anchor-based GNNs, we employ structurally important $k$-dominating node set as anchors and design an attention mechanism that focuses on the relationship between individual nodes and anchors, while retaining the global receptive field for all nodes. With its intuitive design, AnchorGT can easily replace the attention module in various GT models with different network architectures and structural encodings, resulting in reduced computational overhead without sacrificing performance. In addition, we theoretically prove that AnchorGT attention can be strictly more expressive than Weisfeiler-Lehman test, showing its superiority in representing graph structures. Our experiments on three state-of-the-art GT models demonstrate that their AnchorGT variants can achieve better results while being faster and significantly more memory efficient.

📄 PDF Abstract BibTeX arXiv:2405.03481

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
GTS 설명 없음

Similar Papers 제목 키워드 기반

Graph Attention MLP with Reliable Label Utilization

2021-08-23 · Wentao Zhang, Ziqi Yin, Zeang Sheng, Wen Ouyang 외

Graph neural networks (GNNs) have recently achieved state-of-the-art performance in many graph-based applications. Despite the high expressive power, they typically need to perform an expensive recursive neighborhood exp…

Graph Attention

CoulGAT: An Experiment on Interpretability of Graph Attention Networks

2019-12-18 · Burc Gokden

We present an attention mechanism inspired from definition of screened Coulomb potential. This attention mechanism was used to interpret the Graph Attention (GAT) model layers and training dataset by using a flexible and…

Graph Attention

Quantum Graph Attention Network: A Novel Quantum Multi-Head Attention Mechanism for Graph Learning

2025-08-25 · An Ning, Tai Yue Li, Nan Yow Chen arxiv

We propose the Quantum Graph Attention Network (QGAT), a hybrid graph neural network that integrates variational quantum circuits into the attention mechanism. At its core, QGAT employs strongly entangling quantum circui…

Graph Neural NetworkGraph Learning

GMLP: Building Scalable and Flexible Graph Neural Networks with Feature-Message Passing

2021-04-20 · Wentao Zhang, Yu Shen, Zheyu Lin, Yang Li 외

In recent studies, neural message passing has proved to be an effective way to design graph neural networks (GNNs), which have achieved state-of-the-art performance in many graph-based tasks. However, current neural-mess…

From block-Toeplitz matrices to differential equations on graphs: towards a general theory for scalable masked Transformers

2021-07-16 · Krzysztof Choromanski, Han Lin, Haoxian Chen, Tianyi Zhang 외

In this paper we provide, to the best of our knowledge, the first comprehensive approach for incorporating various masking mechanisms into Transformers architectures in a scalable way. We show that recent results on line…

Graph Attention