DeepHGCN: Toward Deeper Hyperbolic Graph Convolutional Networks
Jiaxu Liu, Xinping Yi, Xiaowei Huang

TL;DR
DeepHGCN introduces a deep hyperbolic graph convolutional network architecture that overcomes computational and over-smoothing challenges, enabling more effective hierarchical graph learning.
Contribution
It presents the first deep multi-layer HGCN with innovative hyperbolic feature transformation and residual techniques for improved efficiency and performance.
Findings
Outperforms shallow HGCNs and Euclidean GCNs in link prediction.
Reduces over-smoothing in deep hyperbolic networks.
Achieves significant improvements in node classification.
Abstract
Hyperbolic graph convolutional networks (HGCNs) have demonstrated significant potential in extracting information from hierarchical graphs. However, existing HGCNs are limited to shallow architectures due to the computational expense of hyperbolic operations and the issue of over-smoothing as depth increases. Although treatments have been applied to alleviate over-smoothing in GCNs, developing a hyperbolic solution presents distinct challenges since operations must be carefully designed to fit the hyperbolic nature. Addressing these challenges, we propose DeepHGCN, the first deep multi-layer HGCN architecture with dramatically improved computational efficiency and substantially reduced over-smoothing. DeepHGCN features two key innovations: (1) a novel hyperbolic feature transformation layer that enables fast and accurate linear mappings, and (2) techniques such as hyperbolic residual…
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 · Complex Network Analysis Techniques · Functional Brain Connectivity Studies
MethodsGraph Convolutional Network
