Graph condensation (GC) is a data-centric approach that accelerates GNN model training by creating a compact yet representative graph to replace the original graph. It enables GNNs trained on the condensed graph to match the performance of those trained on the original graph.
This repository aims to provide a comprehensive resource for researchers and practitioners interested in exploring various aspects of graph condensation.
For a detailed overview of graph condensation techniques and their applications, we recommend reading our survey paper on TKDE'25: π₯Graph Condensation: A Survey and our tutorial at WWW'25: Graph Condensation: Foundations, Methods and Prospects. The survey paper serves as an excellent starting point for understanding the fundamentals of graph condensation and exploring its diverse applications.
To understand the underlying mechanism of optimization strategies in graph condensation, we highly recommend the paper π₯π₯π₯Rethinking and Accelerating Graph Condensation: A Training-Free Approach with Class Partition as essential reading.
Note: recommended papers are marked by π.
[28/06/2025] Dynamic Graph Condensation (Dong Chen et al. ArXiv'25)
[28/06/2025] Simple yet Effective Graph Distillation via Clustering (Yurui Lai et al. KDD'25)
[28/06/2025] GDCK: Efficient Large-Scale Graph Distillation Utilizing a Model-Free Kernelized Approach (Yue Zhang et al. PAKDD'25)
[28/06/2025] Adapting Precomputed Features for Efficient Graph Condensation (Yuan Li et al. ICML'25)
[11/05/2025] ST-GCond: Self-supervised and Transferable Graph Dataset Condensation (Beining Yang et al. ICLR'25)
[11/05/2025] Bonsai: Gradient-free Graph Condensation for Node Classification (Mridul Gupta et al. ICLR'25)
[11/05/2025] Bi-Directional Multi-Scale Graph Dataset Condensation via Information Bottleneck (Xingcheng Fu et al. AAAI'25)
[11/05/2025] Structure Balance and Gradient Matching-Based Signed Graph Condensation (Rong Li et al. AAAI'25)
[11/05/2025] Rethinking Federated Graph Learning: A Data Condensation Perspective (Hao Zhang et al. Arxiv'25)
[11/05/2025] FedC4: Graph Condensation Meets Client-Client Collaboration for Efficient and Private Federated Graph Learning (Zekai Chen et al. Arxiv'25)
View More Updates
[02/03/2025] Scalable Graph Condensation with Evolving Capabilities (Shengbo Gong et al. Arxiv'25)
[02/02/2025] Exploring Hypergraph Condensation via Variational Hyperedge Generation and Multi-Aspectual Amelioration (Zheng Gong et al. WWW'25)
[01/02/2025] Random Walk Guided Hyperbolic Graph Distillation (Yunbo Long et al. Arxiv'25)
[09/01/2025] Efficient Graph Condensation via Gaussian Process (Lin Wang et al. Arxiv'25)
[09/01/2025] GraphDART: Graph Distillation for Efficient Advanced Persistent Threat Detection (Saba Fathi Rabooki et al. Arxiv'25)
[09/01/2025] Training-free Heterogeneous Graph Condensation via Data Selection (Yuxuan Liang et al. ICDE'25)
[27/11/2024] Contrastive Graph Condensation: Advancing Data Versatility through Self-Supervised Learning (Xinyi Gao et al. Arxiv'24)
[05/09/2024] GSTAM: Efficient Graph Distillation with Structural Attention-Matching (Arash Rasti-Meymandi et al. ECCV'24)
[28/08/2024] Self-Supervised Learning for Graph Dataset Condensation (Yuxiang Wang et al. KDD'24)
[31/07/2024] Backdoor Graph Condensation (Jiahao Wu et al. Arxiv'24)
[20/07/2024] TinyGraph: Joint Feature and Node Condensation for Graph Neural Networks (Yezi Liu et al. Arxiv'24)
We welcome contributions to enhance the breadth and depth of this repository. If you have a paper related to graph condensation that you believe should be included, please feel free to submit a pull request. Together, we can build a valuable resource for the graph condensation community.
| conference/journal'year | [paper_name](paper_link) | Authors | [[code]](code_link) |
The repository is organized into categories to facilitate easy navigation and exploration of papers related to graph condensation, including effectiveness, efficiency, generalization, fairness and applications.
- Graph Condensation Papers
TKDE'25 | πGraph Condensation: A Survey | Xinyi Gao et al. |
IJCAI'24 | A Comprehensive Survey on Graph Reduction: Sparsification, Coarsening, and Condensation | Mohammad Hashemi & Wei Jin et al. |
TKDD'25 | Learning to Reduce the Scale of Large Graphs: A Comprehensive Survey | Hongjia Xu et al. |
WWW'25 | πGraph Condensation: Foundations, Methods and Prospects | Hongzhi Yin, Xinyi Gao et al. | [Website] |
Β
NeurIPS'23 | SGDD | Does Graph Distillation See Like Vision Dataset Counterpart? | Beining Yang et al. | [code] |
ICML'24 | GDEM | πGraph Distillation with Eigenbasis Matching | Yang Liu et al. | [code] |
KDD'24 | OpenGC | Graph Condensation for Open-World Graph Learning | Xinyi Gao et al. | |
KDD'25 | CTGC | Contrastive Graph Condensation: Advancing Data Versatility through Self-Supervised Learning | Xinyi Gao et al. | |
ICLR'25 | ST-GCond | πST-GCond: Self-supervised and Transferable Graph Dataset Condensation | Beining Yang et al. | [code] |
NeurIPS'23 | FGD | πFair Graph Distillation | Qizhang Feng et al. |
AS'23 | GCARe | GCARe: Mitigating Subgroup Unfairness in Graph Condensation through Adversarial Regularization | Runze Mao et al. |
TKDE'25 | RobGC | RobGC: Towards Robust Graph Condensation | Xinyi Gao et al. | [code] |
Β
ICDM'23 | CaT | CaT: Balanced Continual Graph Learning with Graph Condensation | Yilun Liu et al. | [code] |
TKDE'24 | PUMA | πPUMA: Efficient Continual Graph Learning with Graph Condensation | Yilun Liu et al. | [code] |
Arxiv'23 | HCDC | Faster Hyperparameter Search for GNNs via Calibrated Dataset Condensation | Mucong Ding et al. |
NeurIPS'23 | FedGKD | πFedGKD: Unleashing the Power of Collaboration in Federated Graph Neural Networks | Qiying Pan et al. |
AAAI'25 | FedGC | Federated Graph Condensation with Information Bottleneck Principles | Bo Yan |
Arxiv'25 | FedC4 | FedC4: Graph Condensation Meets Client-Client Collaboration for Efficient and Private Federated Graph Learning | Zekai Chen |
Arxiv'25 | FedGM | Rethinking Federated Graph Learning: A Data Condensation Perspective | Hao Zhang |
ICDE'24 | MCond | Graph Condensation for Inductive Node Representation Learning | Xinyi Gao et al. |
TKDE'24 | HGCond | Heterogeneous Graph Condensation | Jian Gao et al. | [code] |
ICDE'25 | FreeHGC | πTraining-free Heterogeneous Graph Condensation via Data Selection | Yuxuan Liang et al. | [code] |
WWW'25 | HG-Cond | Exploring Hypergraph Condensation via Variational Hyperedge Generation and Multi-Aspectual Amelioration | Zheng Gong et al. |
AAAI'25 | SGSGC | Structure Balance and Gradient Matching-Based Signed Graph Condensation | Rong Li et al. |
ArXiv'25 | DyGC | Dynamic Graph Condensation | Dong Chen et al. |
ICDE'25 | BGC | πBackdoor Graph Condensation | Jiahao Wu et al. | [code] |
Arxiv'25 | GraphDART | GraphDART: Graph Distillation for Efficient Advanced Persistent Threat Detection | Saba Fathi Rabooki et al. |
Β
Library | Paper | Implementation | #GC Methods | #Datasets | Tasks |
---|---|---|---|---|---|
GCondenser | [paper] | PyG, DGL | 6 | 7 | Node classification |
GC-Bench | [paper] | PyG | 9 | 12 | Node classification, graph classification, link prediction, node clustering, anomaly detection |
GraphSlim | [paper] | PyG | 7 | 5 | Node classification |
Β
In addition to this Graph Condensation Papers Repository, you may find the following related repositories valuable for your research and exploration:
Β
For any inquiries or suggestions regarding this repository, please don't hesitate to contact us by opening an issue on this repository.
Thank you for your interest in the Graph Condensation Papers Repository. We hope you find it valuable for your research and exploration. If you find this repository to be useful, please cite our survey paper.
@article{gao2025graph,
title={Graph condensation: A survey},
author={Gao, Xinyi and Yu, Junliang and Chen, Tong and Ye, Guanhua and Zhang, Wentao and Yin, Hongzhi},
journal={IEEE Transactions on Knowledge and Data Engineering},
year={2025},
publisher={IEEE}
}