paper-with-me

홈 › Papers

Fast Graph Condensation with Structure-based Neural Tangent Kernel

2023-10-17 · Lin Wang, Wenqi Fan, Jiatong Li, Yao Ma, Qing Li

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.

📄 PDF Abstract BibTeX arXiv:2310.11046

Code (1)

wanglin0126/gcsntk 공식 구현 pytorch

Tasks

Dataset CondensationGraph Mining

Similar Papers 제목 키워드 기반

Fast Graph Neural Tangent Kernel via Kronecker Sketching

2021-12-04 · Shunhua Jiang, Yunze Man, Zhao Song, Zheng Yu 외

Many deep learning tasks have to deal with graphs (e.g., protein structures, social networks, source code abstract syntax trees). Due to the importance of these tasks, people turned to Graph Neural Networks (GNNs) as the…

regression

An Efficient and Scalable Graph Condensation with Structure-Preserving

2026-05-29 · Yulin Hu, Fuyan Ou, Ye Yuan arxiv

Graph condensation (GC) is pivotal for enabling Graph Neural Networks (GNNs) deployment in resource-constrained scenarios by compressing large-scale graphs into compact synthetic counterparts. Existing GC methods commonl…

Computational EfficiencyGraph Generation

Anchor-guided Hypergraph Condensation with Dual-level Discrimination

2026-05-11 · Fan Li, Xiaoyang Wang, Chen Chen, Wenjie Zhang arxiv

The increasing prevalence of large-scale hypergraphs poses significant computational challenges for hypergraph neural network (HNN) training. To address this, hypergraph condensation (HGC) distills large real hypergraphs…

Topological Neural Tangent Kernel

2026-05-01 · Sanjukta Krishnagopal arxiv

Graph neural tangent kernels give a principled infinite-width theory for graph neural networks, but inherit a basic limitation of graph models: they see only pairwise structure. Many relational systems contain higher-ord…

Link Prediction

Disentangled Condensation for Large-scale Graphs

2024-01-18 · Zhenbang Xiao, Yu Wang, Shunyu Liu, Bingde Hu 외

Graph condensation has emerged as an intriguing technique to save the expensive training costs of Graph Neural Networks (GNNs) by substituting a condensed small graph with the original graph. Despite the promising result…

Graph LearningLink PredictionNode Classification