paper-with-me

홈 › Papers

Tailoring Self-Attention for Graph via Rooted Subtrees

2023-10-08 · NeurIPS 2023 11 · Siyuan Huang, Yunchong Song, Jiayue Zhou, Zhouhan Lin

Attention mechanisms have made significant strides in graph learning, yet they still exhibit notable limitations: local attention faces challenges in capturing long-range information due to the inherent problems of the message-passing scheme, while global attention cannot reflect the hierarchical neighborhood structure and fails to capture fine-grained local information. In this paper, we propose a novel multi-hop graph attention mechanism, named Subtree Attention (STA), to address the aforementioned issues. STA seamlessly bridges the fully-attentional structure and the rooted subtree, with theoretical proof that STA approximates the global attention under extreme settings. By allowing direct computation of attention weights among multi-hop neighbors, STA mitigates the inherent problems in existing graph attention mechanisms. Further we devise an efficient form for STA by employing kernelized softmax, which yields a linear time complexity. Our resulting GNN architecture, the STAGNN, presents a simple yet performant STA-based graph neural network leveraging a hop-aware attention strategy. Comprehensive evaluations on ten node classification datasets demonstrate that STA-based models outperform existing graph transformers and mainstream GNNs. The code is available at https://github.com/LUMIA-Group/SubTree-Attention.

📄 PDF Abstract BibTeX arXiv:2310.05296

Code (1)

lumia-group/subtree-attention 공식 구현 pytorch

Tasks

Graph AttentionGraph LearningGraph Neural NetworkNode Classification

Similar Papers 제목 키워드 기반

Nested Graph Neural Networks

2021-10-25 · NeurIPS 2021 12 · Muhan Zhang, Pan Li

Graph neural network (GNN)'s success in graph classification is closely related to the Weisfeiler-Lehman (1-WL) algorithm. By iteratively aggregating neighboring node features to a center node, both 1-WL and GNN obtain a…

Graph ClassificationGraph Neural NetworkGraph Property Prediction

Hierarchy-Aware Neural Subgraph Matching with Enhanced Similarity Measure

2025-10-01 · Zhouyang Liu, Ning Liu, Yixin Chen, Jiezhong He 외 arxiv

Subgraph matching is challenging as it necessitates time-consuming combinatorial searches. Recent Graph Neural Network (GNN)-based approaches address this issue by employing GNN encoders to extract graph information and …

Graph Neural Network

Detection of Common Subtrees with Identical Label Distribution

2023-07-24 · Romain Azaïs, Florian Ingels

Frequent pattern mining is a relevant method to analyse structured data, like sequences, trees or graphs. It consists in identifying characteristic substructures of a dataset. This paper deals with a new type of patterns…

Composition, Attention, or Both?

2022-10-24 · Ryo Yoshida, Yohei Oseki

In this paper, we propose a novel architecture called Composition Attention Grammars (CAGs) that recursively compose subtrees into a single vector representation with a composition function, and selectively attend to pre…

Structure-Aware Transformer for Graph Representation Learning

2022-02-07 · Dexiong Chen, Leslie O'Bray, Karsten Borgwardt

The Transformer architecture has gained growing attention in graph representation learning recently, as it naturally overcomes several limitations of graph neural networks (GNNs) by avoiding their strict structural induc…

Emotion Recognition in ConversationGraph Representation LearningRepresentation Learning