SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2310.09192 · NeurIPS · 2023

Does Graph Distillation See Like Vision Dataset Counterpart?

Hao Tang, Kai Wang, Yang You, Beining Yang, Qingyun Sun, Xingcheng Fu, Jianxin Li, Cheng

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 9 functions out of this paper's own repositories and ran 8 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
RingBDStack/SGDD canonical 8 of 9
FunctionStatusWhere it lives
channel_last Ran RingBDStack/SGDD/modules.py
code served (permissive licence) · get_code("ca25202da0ba3ba4")
compl_conj Ran RingBDStack/SGDD/modules.py
code served (permissive licence) · get_code("50122beab0f810e1")
conv3x3 Ran RingBDStack/SGDD/modules.py
code served (permissive licence) · get_code("91525fcf771b6de5")
get_loops Ran RingBDStack/SGDD/SGDD_agent.py
code served (permissive licence) · get_code("86deaed779072495")
get_mgrid Ran RingBDStack/SGDD/models/IGNR.py
code served (permissive licence) · get_code("d0e91a77fdc73c4f")
load_config Ran RingBDStack/SGDD/configs.py
code served (permissive licence) · get_code("a2d97b7ae1e59b60")
mx_inv_sqrt Ran RingBDStack/SGDD/graph.py
code served (permissive licence) · get_code("43cda63f18aa6233")
normalize_adj Ran RingBDStack/SGDD/models/mycheby.py
code served (permissive licence) · get_code("298ffeb9a59ab721")
realize_upper Not yet run RingBDStack/SGDD/graph.py
code served (permissive licence) · get_code("04a7e8789d839e4b")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Training on large-scale graphs has achieved remarkable results in graph representation learning, but its cost and storage have attracted increasing concerns. Existing graph condensation methods primarily focus on optimizing the feature matrices of condensed graphs while overlooking the impact of the structure information from the original graphs. To investigate the impact of the structure information, we conduct analysis from the spectral domain and empirically identify substantial Laplacian Energy Distribution (LED) shifts in previous works. Such shifts lead to poor performance in cross-architecture generalization and specific tasks, including anomaly detection and link prediction. In this paper, we propose a novel Structure-broadcasting Graph Dataset Distillation (SGDD) scheme for broadcasting the original structure information to the generation of the synthetic one, which explicitly prevents overlooking the original structure information. Theoretically, the synthetic graphs by SGDD are expected to have smaller LED shifts than previous works, leading to superior performance in both cross-architecture settings and specific tasks. We validate the proposed SGDD across 9 datasets and achieve state-of-the-art results on all of them: for example, on the YelpChi dataset, our approach maintains 98.6% test accuracy of training on the original graph dataset with 1,000 times saving on the scale of the graph. Moreover, we empirically evaluate there exist 17.6% ∼ 31.4% reductions in LED shift crossing 9 datasets. Extensive experiments and analysis verify the effectiveness and necessity of the proposed designs. The code is available in the https://github.com/RingBDStack/SGDD.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2310.09192")
get_code_for_paper("2310.09192")
have("2310.09192")

Connect an agent — have() is free.