Node-Specific Space Selection via Localized Geometric Hyperbolicity in Graph Neural Networks
See Hian Lee, Feng Ji, Wee Peng Tay

TL;DR
This paper introduces JSGNN, a graph neural network that adaptively selects Euclidean or hyperbolic space for each node based on local geometric hyperbolicity, improving representation learning.
Contribution
It proposes a novel method for node-specific space selection in GNNs using local hyperbolicity measures, enabling adaptive embedding in Euclidean or hyperbolic spaces.
Findings
Promising performance on node classification tasks
Effective alignment of hyperbolicity distributions using Wasserstein metric
Enhanced flexibility in graph representation learning
Abstract
Many graph neural networks have been developed to learn graph representations in either Euclidean or hyperbolic space, with all nodes' representations embedded in a single space. However, a graph can have hyperbolic and Euclidean geometries at different regions of the graph. Thus, it is sub-optimal to indifferently embed an entire graph into a single space. In this paper, we explore and analyze two notions of local hyperbolicity, describing the underlying local geometry: geometric (Gromov) and model-based, to determine the preferred space of embedding for each node. The two hyperbolicities' distributions are aligned using the Wasserstein metric such that the calculated geometric hyperbolicity guides the choice of the learned model hyperbolicity. As such our model Joint Space Graph Neural Network (JSGNN) can leverage both Euclidean and hyperbolic spaces during learning by allowing…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks
MethodsGraph Neural Network
