Deep Graph Attention Networks
Jun Kato, Airi Mita, Keita Gobara, Akihiro Inokuchi

TL;DR
DeepGAT is a novel method that prevents over-smoothing in deep graph attention networks, enabling the construction of very deep GATs without layer tuning and maintaining high performance.
Contribution
It introduces DeepGAT, a technique that avoids over-smoothing in deep GATs, allowing for effective training of very deep networks without layer tuning.
Findings
DeepGAT prevents over-smoothing in 15-layer GATs.
DeepGAT achieves performance comparable to 2-layer GATs.
DeepGAT reduces the need for layer tuning in GATs.
Abstract
Graphs are useful for representing various realworld objects. However, graph neural networks (GNNs) tend to suffer from over-smoothing, where the representations of nodes of different classes become similar as the number of layers increases, leading to performance degradation. A method that does not require protracted tuning of the number of layers is needed to effectively construct a graph attention network (GAT), a type of GNN. Therefore, we introduce a method called "DeepGAT" for predicting the class to which nodes belong in a deep GAT. It avoids over-smoothing in a GAT by ensuring that nodes in different classes are not similar at each layer. Using DeepGAT to predict class labels, a 15-layer network is constructed without the need to tune the number of layers. DeepGAT prevented over-smoothing and achieved a 15-layer GAT with similar performance to a 2-layer GAT, as indicated by the…
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 · Graph Theory and Algorithms · Brain Tumor Detection and Classification
MethodsSoftmax · Attention Is All You Need · Graph Attention Network
