SlideShare a Scribd company logo
Joo-Ho Lee
Network Science Lab
Dept. of Artificial Intelligence
The Catholic University of Korea
E-mail: jooho414@gmail.com
1
➢ Introduction
• Limitations
• Contributions
• Background
➢ Method
• Model description
➢ Experiment
• Datasets
• Baselines
• Results
➢ Conclusion
2
1. Introduction
Limitation of previous study
• Input node features are usually Euclidean, and it is not clear how to optimally use as inputs to hyperbolic
neural networks
• It is not clear how to perform set aggregation, a key step in message passing, in hyperbolic space
• one needs to choose hyperbolic spaces with the right curvature at every layer of GCN
3
1. Introduction
Contributions
• Improved performance on graph-based tasks
→ Hyperbolic space is better suited for modeling hierarchical structures that are common in many real-
world graphs
• Interpretability
→ HGCNs can learn hierarchical representations of graph-structured data that are more interpretable
than those learned by Euclidean GCNs.
• Novelty
→ Paper introduces a hyperbolic attention-based aggregation scheme that captures hierarchical
structure of networks
4
1. Introduction
Background
• Hyperboloid manifold
ℍ𝑑,𝐾 ≔ 𝑥 ∈ ℝ𝑑+1: 𝑥, 𝑥 ℒ = −𝐾, 𝑥𝑜 > 0
𝒯
𝑥ℍ𝑑,𝐾 ≔ 𝑣 ∈ ℝ𝑑+1: 𝑣, 𝑥 ℒ = 0
𝐾: 𝑐𝑢𝑟𝑣𝑎𝑡𝑢𝑟𝑒
𝒯
𝑥ℍ𝑑,𝐾
: 𝐸𝑢𝑐𝑙𝑖𝑑𝑒𝑎𝑛 𝑇𝑎𝑛𝑔𝑒𝑛𝑡 𝑆𝑝𝑎𝑐𝑒
ℍ𝑑,𝐾
: ℎ𝑦𝑝𝑒𝑟𝑏𝑜𝑙𝑜𝑖𝑑 𝑚𝑎𝑛𝑖𝑓𝑜𝑙𝑑 𝑖𝑛 𝑑 𝑑𝑖𝑚𝑒𝑛𝑠𝑖𝑜𝑛 (𝑐𝑢𝑟𝑣𝑎𝑡𝑢𝑟𝑒: −
1
𝐾
)
5
1. Introduction
Background
• Distance
𝑑ℒ
𝐾
𝑥, 𝑦 = 𝐾𝑎𝑟𝑐𝑜𝑠ℎ −
𝑥, 𝑦 ℒ
𝐾
• Exponential and logarithmic maps: for mapping between tangent space and hyperbolic space
exp𝑥
𝐾 𝑣 = cosh
𝑣 2
𝐾
+ 𝐾 sinh
𝑣 ℒ
𝐾
𝑣
𝑣 ℒ
log𝑥
𝐾 𝑦 = 𝑑ℒ
𝐾
𝑥, 𝑦
𝑦 +
1
𝑘
𝑥, 𝑦 ℒ𝑥
𝑦 +
1
𝑘
𝑥, 𝑦 ℒ𝑥
ℒ
6
2. Method
Mapping from Euclidean to hyperbolic spaces
𝑥0,𝐻
= exp𝑜
𝐾
0, 𝑥0,𝐸
= 𝐾 cosh
𝑥0,𝐸
2
𝐾
, 𝐾 sinh
𝑥0,𝐸
2
𝐾
𝑥0,𝐸
𝑥0,𝐸
2
0, 𝑥0,𝐸
: 𝑎 𝑝𝑜𝑖𝑛𝑡 𝑖𝑛 𝑡ℎ𝑒 𝑡𝑎𝑛𝑔𝑒𝑛𝑡 𝑠𝑝𝑎𝑐𝑒 𝑜𝑓 𝑡ℎ𝑒 𝑜𝑟𝑖𝑔𝑖𝑛 𝑝𝑜𝑖𝑛𝑡 0 𝑖𝑛 ℎ𝑦𝑝𝑒𝑟𝑏𝑜𝑙𝑖𝑐 𝑠𝑝𝑎𝑐𝑒
Feature transform in hyperbolic space: Linear Transforms
𝑊⨂𝐾𝑥𝐻 ≔ exp𝑜
𝐾 𝑊𝑙𝑜𝑔𝑜
𝐾 𝑥𝐻
𝑥𝐻⨁𝐾𝑏 ≔ exp𝑥𝐻
𝐾
𝑃𝑜→𝑥𝐻
𝐾
𝑏
7
2. Method
Neighborhood aggregation on the hyperboloid manifold
𝑤𝑖𝑗 = 𝑆𝑂𝐹𝑇𝑀𝐴𝑋𝑗∈𝒩 𝑖 (𝑀𝐿𝑃(𝑊𝑙𝑜𝑔𝑜
𝐾
𝑥𝑖
𝐻
||𝑊𝑙𝑜𝑔𝑜
𝐾
𝑥𝑗
𝐻
))
𝐴𝐺𝐺𝐾
𝑥𝐻
𝑖 = exp𝑥𝑖
𝐻
𝐾
෍
𝑗∈𝒩 𝑖
𝑤𝑖𝑗𝑙𝑜𝑔𝑥𝑖
𝐻
𝐾
𝑥𝑗
𝐻
𝜎⨂ 𝐾𝑙−1,𝐾𝑙 = exp𝑜
𝐾𝑙
𝜎 log𝑜
𝐾𝑙−1
𝑥𝐻
8
2. Method
HGCN architecture
ℎ𝑖
𝑙,𝐻
= 𝑊𝑙
⨂𝐾𝑙−1𝑥𝑖
𝑙−1,𝐻
⨁𝐾𝑙−1𝑏𝑙
(ℎ𝑦𝑝𝑒𝑟𝑏𝑜𝑙𝑖𝑐 𝑓𝑒𝑎𝑡𝑢𝑟𝑒 𝑡𝑟𝑎𝑛𝑠𝑓𝑜𝑟𝑚𝑠)
𝑦𝑖
𝑙,𝐻
= 𝐴𝐺𝐺𝐾𝑙−1 ℎ𝑙,𝐻
𝑖
(𝑎𝑡𝑡𝑒𝑛𝑡𝑖𝑜𝑛 − 𝑏𝑎𝑠𝑒𝑑 𝑛𝑒𝑖𝑔ℎ𝑏𝑜𝑟ℎ𝑜𝑜𝑑 𝑎𝑔𝑔𝑟𝑒𝑔𝑎𝑡𝑖𝑜𝑛)
𝑥𝑖
𝑙,𝐻
= 𝜎⨂𝐾𝑙−1,𝐾𝑙
𝑦𝑖
𝑙,𝐻
(𝑛𝑜𝑛 − 𝑙𝑖𝑛𝑒𝑎𝑟 𝑎𝑐𝑡𝑖𝑣𝑎𝑡𝑖𝑜𝑛 𝑤𝑖𝑡ℎ 𝑑𝑖𝑓𝑓𝑒𝑟𝑛𝑒𝑡 𝑐𝑢𝑟𝑣𝑎𝑡𝑢𝑟𝑒𝑠)
9
3. Experiment
• Datasets
1. Citation Networks
2. Disease propagation tree
3. Protein-protein interactions (PPI) networks
4. Flight networks
Experimental Setup
10
3. Experiment
• Baselines
1. Euclidean embeddings (EUC)
2. Poincare embeddings (HYP)
3. EUC-MIXED & HYP-MIXED
4. GCN
5. GraphSAGE (SAGE)
6. Graph Attention Networks (GAT)
7. Simplified Graph Convolution (SGC)
8. MLP and its hyperbolic variant (HNN)
Experimental Setup
11
3. Experiment
Link Prediction & Node Classification (LP, NC)
12
3. Experiment
Trainable Curvature
13
3. Experiment
ROC AUC for link prediction
14
3. Experiment
Visualization (DISEASE-M dataset)
• In HGCN, the center node pays more attention to its (grand)parent.
• In contrast to Euclidean GAT, our aggregation with attention in hyperbolic space allows to pay more
attention to nodes with high hierarchy
→ such attention is crucial to good performance in disease, because only sick parents will propagate the
disease to their children
15
4. Conclusions
• HGCN is a novel architecture that learns hyperbolic embeddings using graph convolution networks.
• In HGCN, the Euclidean input features are successively mapped to embeddings in hyperbolic
spaces with trainable curvatures at every layer
• HGCN achieves new state-of-the-art in learning embeddings for real-world hierarchical and scale-
free graphs
16
Q&A

More Related Content

PPTX
[20240422_LabSeminar_Huy]Taming_Effect.pptx
PPTX
Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering
PPTX
NS-CUK Seminar: S.T.Nguyen, Review on "Hierarchical Graph Convolutional Netwo...
PPTX
NS - CUK Seminar: S.T.Nguyen, Review on "Hypergraph Neural Networks", AAAI 2019
PPTX
PPTX
NS-CUK Seminar: H.E.Lee, Review on "Structural Deep Embedding for Hyper-Netw...
PDF
HACC: Fitting the Universe Inside a Supercomputer
PPTX
Graph Attention Networks.pptx
[20240422_LabSeminar_Huy]Taming_Effect.pptx
Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering
NS-CUK Seminar: S.T.Nguyen, Review on "Hierarchical Graph Convolutional Netwo...
NS - CUK Seminar: S.T.Nguyen, Review on "Hypergraph Neural Networks", AAAI 2019
NS-CUK Seminar: H.E.Lee, Review on "Structural Deep Embedding for Hyper-Netw...
HACC: Fitting the Universe Inside a Supercomputer
Graph Attention Networks.pptx

Similar to NS-CUK Seminar: J.H.Lee, Review on "Hyperbolic graph convolutional neural networks," Advances in neural information processing systems 2019 (20)

PPTX
H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...
PPTX
Multi-scale visual analysis of time-varying ECoG data via clustering of brain...
PPTX
Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks, arXiv e-...
PPTX
NS-CUK Journal club: HBKim, Review on "Neural Graph Collaborative Filtering",...
PPTX
NS-CUK Seminar: S.T.Nguyen, Review on "Improving Graph Neural Network Express...
PPTX
NS-CUK Seminar: H.B.Kim, Review on "Inductive Representation Learning on Lar...
PPTX
NS-CUK Seminar: J.H.Lee, Review on "Self-supervised Heterogeneous Graph Pre-...
PPTX
employed to cover the tampering traces of a tampered image. Image tampering
PPTX
Deep learning lecture - part 1 (basics, CNN)
PPTX
NS-CUK Journal club: H.E.Lee, Review on "Predicting Biomedical Interactions W...
PPTX
NS-CUK Journal club: H.E.Lee, Review on "Predicting Biomedical Interactions W...
PPTX
Yeasin
PPTX
Unified Framework for Learning Representation from EEG Data
PPTX
How To Find Your Friendly Neighborhood: Graph Attention Design With Self-Supe...
PDF
Data driven model optimization [autosaved]
PPTX
[NS][Lab_Seminar_250303]Autoregressive Adaptive Hypergraph Transformer for Sk...
PPTX
Feed forward back propogation algorithm .pptx
PPTX
Complex system
PDF
Scaling up genomic analysis with ADAM
PDF
Adversarial Reinforced Learning for Unsupervised Domain Adaptation
H.B.Kim, Review on "DeeperGCN: ALL You Need to Train Deeper GCN", arXiv e-pri...
Multi-scale visual analysis of time-varying ECoG data via clustering of brain...
Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks, arXiv e-...
NS-CUK Journal club: HBKim, Review on "Neural Graph Collaborative Filtering",...
NS-CUK Seminar: S.T.Nguyen, Review on "Improving Graph Neural Network Express...
NS-CUK Seminar: H.B.Kim, Review on "Inductive Representation Learning on Lar...
NS-CUK Seminar: J.H.Lee, Review on "Self-supervised Heterogeneous Graph Pre-...
employed to cover the tampering traces of a tampered image. Image tampering
Deep learning lecture - part 1 (basics, CNN)
NS-CUK Journal club: H.E.Lee, Review on "Predicting Biomedical Interactions W...
NS-CUK Journal club: H.E.Lee, Review on "Predicting Biomedical Interactions W...
Yeasin
Unified Framework for Learning Representation from EEG Data
How To Find Your Friendly Neighborhood: Graph Attention Design With Self-Supe...
Data driven model optimization [autosaved]
[NS][Lab_Seminar_250303]Autoregressive Adaptive Hypergraph Transformer for Sk...
Feed forward back propogation algorithm .pptx
Complex system
Scaling up genomic analysis with ADAM
Adversarial Reinforced Learning for Unsupervised Domain Adaptation
Ad

More from Network Science Lab, The Catholic University of Korea (20)

PDF
효율적인 후보물질검증 및 분자성질분석을 위한 분자 그래프 파운데이션 모델 구축
PDF
S.M.Lee, Invited Talk on "Machine Learning-based Anomaly Detection"
PPTX
5강 - 멀티모달 및 모듈화.pptx
PPTX
3강 - CNN 및 이미지 모델.pptx
PPTX
4강 - RNN 및 시계열 모델.pptx
PPTX
2강 - 실험 흐름과 멀티모달 개요.pptx
PDF
Technical Report on "Lecture Quality Prediction using Graph Neural Networks"
PDF
Presentation for "Lecture Quality Prediction using Graph Neural Networks"
PPTX
NS-CUK Seminar: J.H.Lee, Review on "Graph Neural Networks with convolutional ...
PPTX
NS-CUK Seminar: V.T.Hoang, Review on "Are More Layers Beneficial to Graph Tra...
PPTX
NS-CUK Seminar: S.T.Nguyen Review on "Accurate learning of graph representati...
PDF
Joo-Ho Lee: Topographic-aware wind forecasting system using multi-modal spati...
PDF
Ho-Beom Kim: Detection of Influential Unethical Expressions through Construct...
PDF
NS-CUK Seminar: S.T.Nguyen, Review on "Do Transformers Really Perform Bad for...
PDF
NS-CUK Seminar: S.T.Nguyen, Review on "DeeperGCN: All You Need to Train Deepe...
PDF
NS-CUK Seminar: V.T.Hoang, Review on "Everything is Connected: Graph Neural N...
효율적인 후보물질검증 및 분자성질분석을 위한 분자 그래프 파운데이션 모델 구축
S.M.Lee, Invited Talk on "Machine Learning-based Anomaly Detection"
5강 - 멀티모달 및 모듈화.pptx
3강 - CNN 및 이미지 모델.pptx
4강 - RNN 및 시계열 모델.pptx
2강 - 실험 흐름과 멀티모달 개요.pptx
Technical Report on "Lecture Quality Prediction using Graph Neural Networks"
Presentation for "Lecture Quality Prediction using Graph Neural Networks"
NS-CUK Seminar: J.H.Lee, Review on "Graph Neural Networks with convolutional ...
NS-CUK Seminar: V.T.Hoang, Review on "Are More Layers Beneficial to Graph Tra...
NS-CUK Seminar: S.T.Nguyen Review on "Accurate learning of graph representati...
Joo-Ho Lee: Topographic-aware wind forecasting system using multi-modal spati...
Ho-Beom Kim: Detection of Influential Unethical Expressions through Construct...
NS-CUK Seminar: S.T.Nguyen, Review on "Do Transformers Really Perform Bad for...
NS-CUK Seminar: S.T.Nguyen, Review on "DeeperGCN: All You Need to Train Deepe...
NS-CUK Seminar: V.T.Hoang, Review on "Everything is Connected: Graph Neural N...
Ad

Recently uploaded (20)

PDF
A comparative analysis of optical character recognition models for extracting...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Approach and Philosophy of On baking technology
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Encapsulation theory and applications.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Machine Learning_overview_presentation.pptx
A comparative analysis of optical character recognition models for extracting...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
cuic standard and advanced reporting.pdf
Unlocking AI with Model Context Protocol (MCP)
Diabetes mellitus diagnosis method based random forest with bat algorithm
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Dropbox Q2 2025 Financial Results & Investor Presentation
Approach and Philosophy of On baking technology
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Machine learning based COVID-19 study performance prediction
Mobile App Security Testing_ A Comprehensive Guide.pdf
The AUB Centre for AI in Media Proposal.docx
NewMind AI Weekly Chronicles - August'25-Week II
Encapsulation theory and applications.pdf
sap open course for s4hana steps from ECC to s4
Programs and apps: productivity, graphics, security and other tools
Advanced methodologies resolving dimensionality complications for autism neur...
Machine Learning_overview_presentation.pptx

NS-CUK Seminar: J.H.Lee, Review on "Hyperbolic graph convolutional neural networks," Advances in neural information processing systems 2019

  • 1. Joo-Ho Lee Network Science Lab Dept. of Artificial Intelligence The Catholic University of Korea E-mail: jooho414@gmail.com
  • 2. 1 ➢ Introduction • Limitations • Contributions • Background ➢ Method • Model description ➢ Experiment • Datasets • Baselines • Results ➢ Conclusion
  • 3. 2 1. Introduction Limitation of previous study • Input node features are usually Euclidean, and it is not clear how to optimally use as inputs to hyperbolic neural networks • It is not clear how to perform set aggregation, a key step in message passing, in hyperbolic space • one needs to choose hyperbolic spaces with the right curvature at every layer of GCN
  • 4. 3 1. Introduction Contributions • Improved performance on graph-based tasks → Hyperbolic space is better suited for modeling hierarchical structures that are common in many real- world graphs • Interpretability → HGCNs can learn hierarchical representations of graph-structured data that are more interpretable than those learned by Euclidean GCNs. • Novelty → Paper introduces a hyperbolic attention-based aggregation scheme that captures hierarchical structure of networks
  • 5. 4 1. Introduction Background • Hyperboloid manifold ℍ𝑑,𝐾 ≔ 𝑥 ∈ ℝ𝑑+1: 𝑥, 𝑥 ℒ = −𝐾, 𝑥𝑜 > 0 𝒯 𝑥ℍ𝑑,𝐾 ≔ 𝑣 ∈ ℝ𝑑+1: 𝑣, 𝑥 ℒ = 0 𝐾: 𝑐𝑢𝑟𝑣𝑎𝑡𝑢𝑟𝑒 𝒯 𝑥ℍ𝑑,𝐾 : 𝐸𝑢𝑐𝑙𝑖𝑑𝑒𝑎𝑛 𝑇𝑎𝑛𝑔𝑒𝑛𝑡 𝑆𝑝𝑎𝑐𝑒 ℍ𝑑,𝐾 : ℎ𝑦𝑝𝑒𝑟𝑏𝑜𝑙𝑜𝑖𝑑 𝑚𝑎𝑛𝑖𝑓𝑜𝑙𝑑 𝑖𝑛 𝑑 𝑑𝑖𝑚𝑒𝑛𝑠𝑖𝑜𝑛 (𝑐𝑢𝑟𝑣𝑎𝑡𝑢𝑟𝑒: − 1 𝐾 )
  • 6. 5 1. Introduction Background • Distance 𝑑ℒ 𝐾 𝑥, 𝑦 = 𝐾𝑎𝑟𝑐𝑜𝑠ℎ − 𝑥, 𝑦 ℒ 𝐾 • Exponential and logarithmic maps: for mapping between tangent space and hyperbolic space exp𝑥 𝐾 𝑣 = cosh 𝑣 2 𝐾 + 𝐾 sinh 𝑣 ℒ 𝐾 𝑣 𝑣 ℒ log𝑥 𝐾 𝑦 = 𝑑ℒ 𝐾 𝑥, 𝑦 𝑦 + 1 𝑘 𝑥, 𝑦 ℒ𝑥 𝑦 + 1 𝑘 𝑥, 𝑦 ℒ𝑥 ℒ
  • 7. 6 2. Method Mapping from Euclidean to hyperbolic spaces 𝑥0,𝐻 = exp𝑜 𝐾 0, 𝑥0,𝐸 = 𝐾 cosh 𝑥0,𝐸 2 𝐾 , 𝐾 sinh 𝑥0,𝐸 2 𝐾 𝑥0,𝐸 𝑥0,𝐸 2 0, 𝑥0,𝐸 : 𝑎 𝑝𝑜𝑖𝑛𝑡 𝑖𝑛 𝑡ℎ𝑒 𝑡𝑎𝑛𝑔𝑒𝑛𝑡 𝑠𝑝𝑎𝑐𝑒 𝑜𝑓 𝑡ℎ𝑒 𝑜𝑟𝑖𝑔𝑖𝑛 𝑝𝑜𝑖𝑛𝑡 0 𝑖𝑛 ℎ𝑦𝑝𝑒𝑟𝑏𝑜𝑙𝑖𝑐 𝑠𝑝𝑎𝑐𝑒 Feature transform in hyperbolic space: Linear Transforms 𝑊⨂𝐾𝑥𝐻 ≔ exp𝑜 𝐾 𝑊𝑙𝑜𝑔𝑜 𝐾 𝑥𝐻 𝑥𝐻⨁𝐾𝑏 ≔ exp𝑥𝐻 𝐾 𝑃𝑜→𝑥𝐻 𝐾 𝑏
  • 8. 7 2. Method Neighborhood aggregation on the hyperboloid manifold 𝑤𝑖𝑗 = 𝑆𝑂𝐹𝑇𝑀𝐴𝑋𝑗∈𝒩 𝑖 (𝑀𝐿𝑃(𝑊𝑙𝑜𝑔𝑜 𝐾 𝑥𝑖 𝐻 ||𝑊𝑙𝑜𝑔𝑜 𝐾 𝑥𝑗 𝐻 )) 𝐴𝐺𝐺𝐾 𝑥𝐻 𝑖 = exp𝑥𝑖 𝐻 𝐾 ෍ 𝑗∈𝒩 𝑖 𝑤𝑖𝑗𝑙𝑜𝑔𝑥𝑖 𝐻 𝐾 𝑥𝑗 𝐻 𝜎⨂ 𝐾𝑙−1,𝐾𝑙 = exp𝑜 𝐾𝑙 𝜎 log𝑜 𝐾𝑙−1 𝑥𝐻
  • 9. 8 2. Method HGCN architecture ℎ𝑖 𝑙,𝐻 = 𝑊𝑙 ⨂𝐾𝑙−1𝑥𝑖 𝑙−1,𝐻 ⨁𝐾𝑙−1𝑏𝑙 (ℎ𝑦𝑝𝑒𝑟𝑏𝑜𝑙𝑖𝑐 𝑓𝑒𝑎𝑡𝑢𝑟𝑒 𝑡𝑟𝑎𝑛𝑠𝑓𝑜𝑟𝑚𝑠) 𝑦𝑖 𝑙,𝐻 = 𝐴𝐺𝐺𝐾𝑙−1 ℎ𝑙,𝐻 𝑖 (𝑎𝑡𝑡𝑒𝑛𝑡𝑖𝑜𝑛 − 𝑏𝑎𝑠𝑒𝑑 𝑛𝑒𝑖𝑔ℎ𝑏𝑜𝑟ℎ𝑜𝑜𝑑 𝑎𝑔𝑔𝑟𝑒𝑔𝑎𝑡𝑖𝑜𝑛) 𝑥𝑖 𝑙,𝐻 = 𝜎⨂𝐾𝑙−1,𝐾𝑙 𝑦𝑖 𝑙,𝐻 (𝑛𝑜𝑛 − 𝑙𝑖𝑛𝑒𝑎𝑟 𝑎𝑐𝑡𝑖𝑣𝑎𝑡𝑖𝑜𝑛 𝑤𝑖𝑡ℎ 𝑑𝑖𝑓𝑓𝑒𝑟𝑛𝑒𝑡 𝑐𝑢𝑟𝑣𝑎𝑡𝑢𝑟𝑒𝑠)
  • 10. 9 3. Experiment • Datasets 1. Citation Networks 2. Disease propagation tree 3. Protein-protein interactions (PPI) networks 4. Flight networks Experimental Setup
  • 11. 10 3. Experiment • Baselines 1. Euclidean embeddings (EUC) 2. Poincare embeddings (HYP) 3. EUC-MIXED & HYP-MIXED 4. GCN 5. GraphSAGE (SAGE) 6. Graph Attention Networks (GAT) 7. Simplified Graph Convolution (SGC) 8. MLP and its hyperbolic variant (HNN) Experimental Setup
  • 12. 11 3. Experiment Link Prediction & Node Classification (LP, NC)
  • 14. 13 3. Experiment ROC AUC for link prediction
  • 15. 14 3. Experiment Visualization (DISEASE-M dataset) • In HGCN, the center node pays more attention to its (grand)parent. • In contrast to Euclidean GAT, our aggregation with attention in hyperbolic space allows to pay more attention to nodes with high hierarchy → such attention is crucial to good performance in disease, because only sick parents will propagate the disease to their children
  • 16. 15 4. Conclusions • HGCN is a novel architecture that learns hyperbolic embeddings using graph convolution networks. • In HGCN, the Euclidean input features are successively mapped to embeddings in hyperbolic spaces with trainable curvatures at every layer • HGCN achieves new state-of-the-art in learning embeddings for real-world hierarchical and scale- free graphs