Search papers, labs, and topics across Lattice.
This paper introduces IMPRESS, a graph few-shot learning framework that learns node representations in hyperbolic space to better capture hierarchical graph structures. To address the issue of fitting empirical target distributions with few samples, IMPRESS enriches the support distribution using denoising diffusion. Experiments on benchmark datasets demonstrate that IMPRESS outperforms existing graph few-shot learning methods.
Hyperbolic embeddings and denoising diffusion can significantly boost few-shot learning on graphs, outperforming existing Euclidean-based methods.
Graph few-shot learning, which focuses on effectively learning from only a small number of labeled nodes to quickly adapt to new tasks, has garnered significant research attention. Despite recent advances in graph few-shot learning that have demonstrated promising performance, existing methods still suffer from several key limitations. First, during the meta-training phase, these methods typically perform node representation learning in Euclidean space, which often fails to capture the inherently hierarchical structure existing in real-world graph data. Second, during the meta-testing phase, they usually fit an empirical target distribution derived from only a few support samples, even when this distribution significantly deviates from the true underlying distribution. To address these issues, we propose IMPRESS, a novel framework that IMproves graPh few-shot learning with hypeRbolic spacE and denoiSing diffuSion. Specifically, our model learns node representations in a hyperbolic space and enriches the support distribution through denoising diffusion mechanisms. Theoretically, IMPRESS achieves a tighter generalization bound. Empirically, IMPRESS consistently outperforms competitive baselines across multiple benchmark datasets.