Graph Triple Attention Network: A Decoupled Perspective
Xiaotang Wang, Yun Zhu, Haizhou Shi, Yongchao Liu, Chuntao Hong

TL;DR
This paper introduces DeGTA, a decoupled graph attention network that separately models multi-view attention components and local-global interactions, leading to improved interpretability and state-of-the-art results in graph tasks.
Contribution
The paper proposes a novel decoupled perspective for Graph Transformers, enabling flexible, interpretable, and adaptive multi-view attention modeling with superior performance.
Findings
DeGTA achieves state-of-the-art results on multiple graph datasets.
Decoupling improves interpretability and performance.
Ablation studies confirm the importance of decoupling components.
Abstract
Graph Transformers (GTs) have recently achieved significant success in the graph domain by effectively capturing both long-range dependencies and graph inductive biases. However, these methods face two primary challenges: (1) multi-view chaos, which results from coupling multi-view information (positional, structural, attribute), thereby impeding flexible usage and the interpretability of the propagation process. (2) local-global chaos, which arises from coupling local message passing with global attention, leading to issues of overfitting and over-globalizing. To address these challenges, we propose a high-level decoupled perspective of GTs, breaking them down into three components and two interaction levels: positional attention, structural attention, and attribute attention, alongside local and global interaction. Based on this decoupled perspective, we design a decoupled graph…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Visual Attention and Saliency Detection · Advanced Computing and Algorithms
MethodsSoftmax · Attention Is All You Need
