LGAIOct 17, 2023

Fast Graph Condensation with Structure-based Neural Tangent Kernel

arXiv:2310.11046v248 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This work addresses computational bottlenecks in graph neural network training for researchers and practitioners dealing with large graph datasets, though it is incremental as it builds on existing condensation methods.

The paper tackles the high computational cost of graph condensation for large-scale graph data by proposing a new framework that reformulates the problem as Kernel Ridge Regression using a Structure-based Neural Tangent Kernel, achieving faster condensation while maintaining high prediction performance.

The rapid development of Internet technology has given rise to a vast amount of graph-structured data. Graph Neural Networks (GNNs), as an effective method for various graph mining tasks, incurs substantial computational resource costs when dealing with large-scale graph data. A data-centric manner solution is proposed to condense the large graph dataset into a smaller one without sacrificing the predictive performance of GNNs. However, existing efforts condense graph-structured data through a computational intensive bi-level optimization architecture also suffer from massive computation costs. In this paper, we propose reforming the graph condensation problem as a Kernel Ridge Regression (KRR) task instead of iteratively training GNNs in the inner loop of bi-level optimization. More specifically, We propose a novel dataset condensation framework (GC-SNTK) for graph-structured data, where a Structure-based Neural Tangent Kernel (SNTK) is developed to capture the topology of graph and serves as the kernel function in KRR paradigm. Comprehensive experiments demonstrate the effectiveness of our proposed model in accelerating graph condensation while maintaining high prediction performance. The source code is available on https://github.com/WANGLin0126/GCSNTK.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes