Graph Condensation for Inductive Node Representation Learning
Xinyi Gao, Tong Chen, Yilong Zang, Wentao Zhang, Quoc Viet Hung, Nguyen, Kai Zheng, Hongzhi Yin

TL;DR
This paper introduces MCond, a novel graph condensation method that learns node mappings to enable efficient inductive node representation learning, significantly reducing inference time and storage while maintaining performance.
Contribution
MCond is the first to explicitly learn one-to-many node mappings for synthetic graphs, improving inductive inference efficiency in large-scale graph neural networks.
Findings
Achieves up to 121.5x inference speedup on Reddit dataset.
Reduces storage requirements by 55.9x compared to original graph methods.
Effectively handles unseen nodes in inductive learning scenarios.
Abstract
Graph neural networks (GNNs) encounter significant computational challenges when handling large-scale graphs, which severely restricts their efficacy across diverse applications. To address this limitation, graph condensation has emerged as a promising technique, which constructs a small synthetic graph for efficiently training GNNs while retaining performance. However, due to the topology structure among nodes, graph condensation is limited to condensing only the observed training nodes and their corresponding structure, thus lacking the ability to effectively handle the unseen data. Consequently, the original large graph is still required in the inference stage to perform message passing to inductive nodes, resulting in substantial computational demands. To overcome this issue, we propose mapping-aware graph condensation (MCond), explicitly learning the one-to-many node mapping from…
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 · Machine Learning and ELM
