Random Walk Guided Hyperbolic Graph Distillation
Yunbo Long, Liming Xu, Stefan Schoepf, Alexandra Brintrup
TL;DR
HyDRO tackles Euclidean graph distillation limitations by distilling graphs in hyperbolic space to better capture hierarchical structure and dynamic information. It embeds node features in the Poincaré ball $\mathbb{H}^d$ and optimizes a spectral-gap objective $g$ to align random-walk properties between original and condensed graphs. The approach yields state-of-the-art or competitive results on node classification and link prediction, while enhancing continual graph learning, neural architecture search transferability, privacy, and denoising robustness. This work provides a scalable hyperbolic condensation framework with broad impact on downstream graph tasks and privacy-aware learning.
Abstract
Graph distillation (GD) is an effective approach to extract useful information from large-scale network structures. However, existing methods, which operate in Euclidean space to generate condensed graphs, struggle to capture the inherent tree-like geometry of real-world networks, resulting in distilled graphs with limited task-specific information for downstream tasks. Furthermore, these methods often fail to extract dynamic properties from graphs, which are crucial for understanding information flow and facilitating graph continual learning. This paper presents the Hyperbolic Graph Distillation with Random Walks Optimization (HyDRO), a novel graph distillation approach that leverages hyperbolic embeddings to capture complex geometric patterns and optimize the spectral gap in hyperbolic space. Experiments show that HyDRO demonstrates strong task generalization, consistently outperforming state-of-the-art methods in both node classification and link prediction tasks. HyDRO also effectively preserves graph random walk properties, producing condensed graphs that achieve enhanced performance in continual graph learning. Additionally, HyDRO achieves competitive results on mainstream graph distillation benchmarks, while maintaining a strong balance between privacy and utility, and exhibiting robust resistance to noises.
