GTNet: A Tree-Based Deep Graph Learning Architecture
Nan Wu, Chaofan Wang

TL;DR
This paper introduces GTNets, a novel deep graph learning architecture inspired by tree structures, which effectively propagates messages and avoids over-smoothing, achieving state-of-the-art results.
Contribution
The paper presents a new message passing scheme based on tree representations and proposes two models, GTAN and GTCN, that outperform existing methods.
Findings
State-of-the-art performance on benchmark datasets
Models can be deep without over-smoothing
Theoretical analysis supports the effectiveness of the approach
Abstract
We propose Graph Tree Networks (GTNets), a deep graph learning architecture with a new general message passing scheme that originates from the tree representation of graphs. In the tree representation, messages propagate upward from the leaf nodes to the root node, and each node preserves its initial information prior to receiving information from its child nodes (neighbors). We formulate a general propagation rule following the nature of message passing in the tree to update a node's feature by aggregating its initial feature and its neighbor nodes' updated features. Two graph representation learning models are proposed within this GTNet architecture - Graph Tree Attention Network (GTAN) and Graph Tree Convolution Network (GTCN), with experimentally demonstrated state-of-the-art performance on several popular benchmark datasets. Unlike the vanilla Graph Attention Network (GAT) and…
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 · Text and Document Classification Technologies · Brain Tumor Detection and Classification
MethodsConvolution
