Method · Dataset quantization
Mirage
Mirage: Model-Agnostic Graph Distillation for Graph Classification
Mridul Gupta, Sahil Manchanda, Hariprasad Kodamana, Sayan Ranu
ICLR 2024 · first public 2023-10-14 · arXiv 2310.09486
In one paragraph
Mirage condenses a graph-classification dataset by decomposing every input graph into the multiset of computation trees a message-passing GNN would build on it, then compressing the (typically skewed) frequency distribution of these computation trees into a concise summary, rather than emulating gradient flows on the full dataset. Because it needs no full-dataset training and no target architecture during distillation, Mirage is unsupervised and architecture-agnostic, and the paper reports better generalization accuracy, compression and distillation efficiency than prior graph distillation baselines.
Where it sits
- Dataset quantization (Selection)
- Setting: Graphs
Built on by
Abstract (verbatim from arXiv)
GNNs, like other deep learning models, are data and computation hungry. There is a pressing need to scale training of GNNs on large datasets to enable their usage on low-resource environments. Graph distillation is an effort in that direction with the aim to construct a smaller synthetic training set from the original training data without significantly compromising model performance. While initial efforts are promising, this work is motivated by two key observations: (1) Existing graph distillation algorithms themselves rely on training with the full dataset, which undermines the very premise of graph distillation. (2) The distillation process is specific to the target GNN architecture and hyper-parameters and thus not robust to changes in the modeling pipeline. We circumvent these limitations by designing a distillation algorithm called Mirage for graph classification. Mirage is built on the insight that a message-passing GNN decomposes the input graph into a multiset of computation trees. Furthermore, the frequency distribution of computation trees is often skewed in nature, enabling us to condense this data into a concise distilled summary. By compressing the computation data itself, as opposed to emulating gradient flows on the original training set-a prevalent approach to date-Mirage transforms into an unsupervised and architecture-agnostic distillation algorithm. Extensive benchmarking on real-world datasets underscores Mirage's superiority, showcasing enhanced generalization accuracy, data compression, and distillation efficiency when compared to state-of-the-art baselines.
BibTeX (generated; prefer the venue's official entry)
@article{gupta2023mirage,
title = {Mirage: Model-Agnostic Graph Distillation for Graph Classification},
author = {Mridul Gupta and Sahil Manchanda and Hariprasad Kodamana and Sayan Ranu},
journal = {ICLR 2024},
year = {2023}
}Nearby in Dataset quantization
Muquan Li, Dongyang Zhang, Qiang Dong et al. · AAAI 2025notablepaper ↗