paper-with-me

홈 › Papers

Attention-based graph neural networks: a survey

2026-05-09 · Chengcheng Sun, Chenhao Li, Xiang Lin, Tianji Zheng, Fanrong Meng, Xiaobin Rui, Zhixiao Wang arxiv

Graph neural networks (GNNs) aim to learn well-trained representations in a lower-dimension space for downstream tasks while preserving the topological structures. In recent years, attention mechanism, which is brilliant in the fields of natural language processing and computer vision, is introduced to GNNs to adaptively select the discriminative features and automatically filter the noisy information. To the best of our knowledge, due to the fast-paced advances in this domain, a systematic overview of attention-based GNNs is still missing. To fill this gap, this paper aims to provide a comprehensive survey on recent advances in attention-based GNNs. Firstly, we propose a novel two-level taxonomy for attention-based GNNs from the perspective of development history and architectural perspectives. Specifically, the upper level reveals the three developmental stages of attention-based GNNs, including graph recurrent attention networks, graph attention networks, and graph transformers. The lower level focuses on various typical architectures of each stage. Secondly, we review these attention-based methods following the proposed taxonomy in detail and summarize the advantages and disadvantages of various models. A model characteristics table is also provided for a more comprehensive comparison. Thirdly, we share our thoughts on some open issues and future directions of attention-based GNNs. We hope this survey will provide researchers with an up-to-date reference regarding applications of attention-based GNNs. In addition, to cope with the rapid development in this field, we intend to share the relevant latest papers as an open resource at https://github.com/sunxiaobei/awesome-attention-based-gnns.

📄 PDF Abstract BibTeX arXiv:2605.08679

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attention Models in Graphs: A Survey

2018-07-20 · John Boaz Lee, Ryan A. Rossi, Sungchul Kim, Nesreen K. Ahmed 외

Graph-structured data arise naturally in many different application domains. By representing data as graphs, we can capture entities (i.e., nodes) as well as their relationships (i.e., edges) with each other. Many useful…

Graph AttentionGraph ClassificationGraph MiningLink Prediction+1

A Survey on the Densest Subgraph Problem and Its Variants

2023-03-25 · Tommaso Lanciano, Atsushi Miyauchi, Adriano Fazzone, Francesco Bonchi

The Densest Subgraph Problem requires to find, in a given graph, a subset of vertices whose induced subgraph maximizes a measure of density. The problem has received a great deal of attention in the algorithmic literatur…

Survey

Data Augmentation on Graphs: A Technical Survey

2022-12-20 · Jiajun Zhou, Chenxuan Xie, Shengbo Gong, Zhenyu Wen 외

In recent years, graph representation learning has achieved remarkable success while suffering from low-quality data problems. As a mature technology to improve data quality in computer vision, data augmentation has also…

Data AugmentationGraph Representation LearningRepresentation LearningSurvey

Graph Neural Network, ChebNet, Graph Convolutional Network, and Graph Autoencoder: Tutorial and Survey

2024-07-08 · OSF Preprints 2024 7 · Benyamin Ghojogh, Ali Ghodsi

This is a tutorial paper on graph neural networks including ChebNet, graph convolutional network, graph attention network, and graph autoencoder. It starts with Laplacian of graph, graph Fourier transform, and graph conv…

Graph AttentionGraph Neural NetworkGraph Reconstruction

Graph Learning: A Survey

2021-05-03 · Feng Xia, Ke Sun, Shuo Yu, Abdul Aziz 외

Graphs are widely used as a popular representation of the network structure of connected data. Graph data can be found in a broad spectrum of application domains such as social systems, ecosystems, biological networks, k…

BIG-bench Machine LearningCombinatorial OptimizationGraph LearningKnowledge Graphs+2