FDGATII : Fast Dynamic Graph Attention with Initial Residual and Identity Mapping
Gayan K. Kulatilleke, Marius Portmann, Ryan Ko, Shekhar S. Chandra

TL;DR
FDGATII is a novel graph neural network that effectively addresses over-smoothing, noisy neighbors, and the suspended animation problem using dynamic attention, residuals, and identity mapping, achieving state-of-the-art results on multiple datasets.
Contribution
Introduces FDGATII, a scalable, efficient GNN combining dynamic self-attention with residuals and identity mapping to improve performance on heterophilic graphs.
Findings
Outperforms GAT and GCN benchmarks in accuracy.
Achieves state-of-the-art results on Chameleon and Cornell datasets.
Demonstrates scalability and versatility across multiple datasets.
Abstract
While Graph Neural Networks have gained popularity in multiple domains, graph-structured input remains a major challenge due to (a) over-smoothing, (b) noisy neighbours (heterophily), and (c) the suspended animation problem. To address all these problems simultaneously, we propose a novel graph neural network FDGATII, inspired by attention mechanism's ability to focus on selective information supplemented with two feature preserving mechanisms. FDGATII combines Initial Residuals and Identity Mapping with the more expressive dynamic self-attention to handle noise prevalent from the neighbourhoods in heterophilic data sets. By using sparse dynamic attention, FDGATII is inherently parallelizable in design, whist efficient in operation; thus theoretically able to scale to arbitrary graphs with ease. Our approach has been extensively evaluated on 7 datasets. We show that FDGATII outperforms…
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 · Topic Modeling · Recommender Systems and Techniques
MethodsGraph Neural Network · Graph Attention Network · Graph Convolutional Network
