Hyperbolic Graph Neural Networks Under the Microscope: The Role of Geometry-Task Alignment
Dionisia Naddeo, Jonas Linkerhägner, Nicola Toschi, Geri Skenderi, Veronica Lachi
TL;DR
The paper investigates when Hyperbolic Graph Neural Networks (HGNNs) genuinely outperform Euclidean GNNs by introducing geometry–task alignment as a central criterion. It combines theoretical results on model distortion with controlled synthetic tasks and real-world benchmarks to show HGNNs excel when the downstream task requires preserving the input graph's metric structure, especially on tree-like graphs for link prediction and pairwise-distance-sensitive problems. A key finding is that hyperbolic bias is not universally beneficial; its advantage emerges only under alignment between the task's metric needs and the graph's hyperbolic geometry, with node classification showing little to no gain. The study provides practical guidance: use HGNNs for geometry-aligned LP on tree-like graphs and note the potential for node regression as a promising, underexplored setting, while emphasizing that alignment criteria should drive model choice in graph representation learning.
Abstract
Many complex networks exhibit hyperbolic structural properties, making hyperbolic space a natural candidate for representing hierarchical and tree-like graphs with low distortion. Based on this observation, Hyperbolic Graph Neural Networks (HGNNs) have been widely adopted as a principled choice for representation learning on tree-like graphs. In this work, we question this paradigm by proposing an additional condition of geometry-task alignment, i.e., whether the metric structure of the target follows that of the input graph. We theoretically and empirically demonstrate the capability of HGNNs to recover low-distortion representations on two synthetic regression problems, and show that their geometric inductive bias becomes helpful when the problem requires preserving metric structure. Additionally, we evaluate HGNNs on the tasks of link prediction and node classification by jointly analyzing predictive performance and embedding distortion, revealing that only link prediction is geometry-aligned. Overall, our findings shift the focus from only asking "Is the graph hyperbolic?" to also questioning "Is the task aligned with hyperbolic geometry?", showing that HGNNs consistently outperform Euclidean models under such alignment, while their advantage vanishes otherwise.
