paper-with-me

Papers

Graph Data Condensation via Self-expressive Graph Structure Reconstruction

2024-03-12 · Zhanyu Liu, Chaolv Zeng, Guanjie Zheng

With the increasing demands of training graph neural networks (GNNs) on large-scale graphs, graph data condensation has emerged as a critical technique to relieve the storage and time costs during the training phase. It aims to condense the original large-scale graph to a much smaller synthetic graph while preserving the essential information necessary for efficiently training a downstream GNN. However, existing methods concentrate either on optimizing node features exclusively or endeavor to independently learn node features and the graph structure generator. They could not explicitly leverage the information of the original graph structure and failed to construct an interpretable graph structure for the synthetic dataset. To address these issues, we introduce a novel framework named \textbf{G}raph Data \textbf{C}ondensation via \textbf{S}elf-expressive Graph Structure \textbf{R}econstruction (\textbf{GCSR}). Our method stands out by (1) explicitly incorporating the original graph structure into the condensing process and (2) capturing the nuanced interdependencies between the condensed nodes by reconstructing an interpretable self-expressive graph structure. Extensive experiments and comprehensive analysis validate the efficacy of the proposed method across diverse GNN models and datasets. Our code is available at \url{https://github.com/zclzcl0223/GCSR}.

📄 PDF Abstract BibTeX arXiv:2403.07294

Code (1)

zclzcl0223/GCSR 공식 구현 pytorch

Similar Papers 제목 키워드 기반

PLGC: Pseudo-Labeled Graph Condensation

2026-01-15 · Jay Nandy, Arnab Kumar Mondal, Anuj Rathore, Mahesh Chandran arxiv

Large graph datasets make training graph neural networks (GNNs) computationally costly. Graph condensation methods address this by generating small synthetic graphs that approximate the original data. However, existing a…

Node ClassificationLink Prediction

Structure-free Graph Condensation: From Large-scale Graphs to Condensed Graph-free Data

2023-06-05 · NeurIPS 2023 11 · Xin Zheng, Miao Zhang, Chunyang Chen, Quoc Viet Hung Nguyen 외

Graph condensation, which reduces the size of a large-scale graph by synthesizing a small-scale condensed graph as its substitution, has immediate benefits for various graph learning tasks. However, existing graph conden…

Graph Learning

Simple Graph Condensation

2024-03-22 · Zhenbang Xiao, Yu Wang, Shunyu Liu, Huiqiong Wang 외

The burdensome training costs on large-scale graphs have aroused significant interest in graph condensation, which involves tuning Graph Neural Networks (GNNs) on a small condensed graph for use on the large-scale origin…

GC-Bench: An Open and Unified Benchmark for Graph Condensation

2024-06-30 · Qingyun Sun, Ziying Chen, Beining Yang, Cheng Ji 외

Graph condensation (GC) has recently garnered considerable attention due to its ability to reduce large-scale graph datasets while preserving their essential properties. The core concept of GC is to create a smaller, mor…

Contrastive Graph Condensation: Advancing Data Versatility through Self-Supervised Learning

2024-11-26 · Xinyi Gao, Yayong Li, Tong Chen, Guanhua Ye 외

With the increasing computation of training graph neural networks (GNNs) on large-scale graphs, graph condensation (GC) has emerged as a promising solution to synthesize a compact, substitute graph of the large-scale ori…

Graph GenerationSelf-Supervised Learning