Enhancing Unsupervised Graph Few-shot Learning via Set Functions and Optimal Transport
Yonghao Liu, Fausto Giunchiglia, Ximing Li, Lan Huang, Xiaoyue Feng, Renchu Guan
TL;DR
STAR tackles unsupervised graph few-shot learning by combining permutation-invariant set representations with optimal-transport-based distribution calibration, built on graph contrastive learning for both instance- and set-level features. By jointly optimizing instance- and set-level objectives and then transporting the support distribution to align with the query distribution at test time, STAR mitigates distribution shift and enhances task-relevant information capture. Theoretical results show increased information content and tighter generalization bounds for the joint representation, while extensive experiments across diverse graphs demonstrate state-of-the-art performance and robustness. This approach reduces dependence on labeled base classes and improves generalization for real-world, unlabeled pretraining scenarios.
Abstract
Graph few-shot learning has garnered significant attention for its ability to rapidly adapt to downstream tasks with limited labeled data, sparking considerable interest among researchers. Recent advancements in graph few-shot learning models have exhibited superior performance across diverse applications. Despite their successes, several limitations still exist. First, existing models in the meta-training phase predominantly focus on instance-level features within tasks, neglecting crucial set-level features essential for distinguishing between different categories. Second, these models often utilize query sets directly on classifiers trained with support sets containing only a few labeled examples, overlooking potential distribution shifts between these sets and leading to suboptimal performance. Finally, previous models typically require necessitate abundant labeled data from base classes to extract transferable knowledge, which is typically infeasible in real-world scenarios. To address these issues, we propose a novel model named STAR, which leverages Set funcTions and optimAl tRansport for enhancing unsupervised graph few-shot learning. Specifically, STAR utilizes expressive set functions to obtain set-level features in an unsupervised manner and employs optimal transport principles to align the distributions of support and query sets, thereby mitigating distribution shift effects. Theoretical analysis demonstrates that STAR can capture more task-relevant information and enhance generalization capabilities. Empirically, extensive experiments across multiple datasets validate the effectiveness of STAR. Our code can be found here.
