TL;DR
This paper introduces a fast and effective method for condensing large graph datasets into smaller synthetic graphs using a one-step gradient matching approach, significantly reducing dataset size while maintaining high performance.
Contribution
It proposes a novel one-step gradient matching scheme for graph dataset condensation, addressing computational inefficiency and applicability to discrete graph data.
Findings
Reduces dataset size by 90% while retaining 98% of original performance.
Achieves 15x faster synthesis compared to multi-step methods.
Effectively generates synthetic graphs that improve training efficiency.
Abstract
As training deep learning models on large dataset takes a lot of time and resources, it is desired to construct a small synthetic dataset with which we can train deep learning models sufficiently. There are recent works that have explored solutions on condensing image datasets through complex bi-level optimization. For instance, dataset condensation (DC) matches network gradients w.r.t. large-real data and small-synthetic data, where the network weights are optimized for multiple steps at each outer iteration. However, existing approaches have their inherent limitations: (1) they are not directly applicable to graphs where the data is discrete; and (2) the condensation process is computationally expensive due to the involved nested optimization. To bridge the gap, we investigate efficient dataset condensation tailored for graph datasets where we model the discrete graph structure as a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
