{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/fast-graph-condensation-with-structure-based","title":"Fast Graph Condensation with Structure-based Neural Tangent Kernel","arxiv_id":"2310.11046","date":"2023-10-17","proceeding":null,"authors":["Lin Wang","Wenqi Fan","Jiatong Li","Yao Ma","Qing Li"],"abstract":"The rapid development of Internet technology has given rise to a vast amount of graph-structured data. Graph Neural Networks (GNNs), as an effective method for various graph mining tasks, incurs substantial computational resource costs when dealing with large-scale graph data. A data-centric manner solution is proposed to condense the large graph dataset into a smaller one without sacrificing the predictive performance of GNNs. However, existing efforts condense graph-structured data through a computational intensive bi-level optimization architecture also suffer from massive computation costs. In this paper, we propose reforming the graph condensation problem as a Kernel Ridge Regression (KRR) task instead of iteratively training GNNs in the inner loop of bi-level optimization. More specifically, We propose a novel dataset condensation framework (GC-SNTK) for graph-structured data, where a Structure-based Neural Tangent Kernel (SNTK) is developed to capture the topology of graph and serves as the kernel function in KRR paradigm. Comprehensive experiments demonstrate the effectiveness of our proposed model in accelerating graph condensation while maintaining high prediction performance. The source code is available on https://github.com/WANGLin0126/GCSNTK.","url_abs":"https://arxiv.org/abs/2310.11046v2","url_pdf":"https://arxiv.org/pdf/2310.11046v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"fast-graph-condensation-with-structure-based","repo_url":"https://github.com/wanglin0126/gcsntk","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"dataset-condensation","task_name":"Dataset Condensation"},{"task_slug":"graph-mining","task_name":"Graph Mining"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2310.11046","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2310.11046"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/wanglin0126/gcsntk","reach":{"status":"ok"}}],"summary":{"ran":6,"unverified":1},"by_repo_kind":{"official":{"samples":7,"ran":6,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":7,"samples":[{"code_sha256_prefix":"76dae37ce2168e0f","entry":"GCF","repo":"wanglin0126/gcsntk","repo_kind":"official","path":"GCSNTK/LoadData.py","file_url":"https://github.com/wanglin0126/gcsntk/blob/HEAD/GCSNTK/LoadData.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"76dae37ce2168e0f"}},{"code_sha256_prefix":"7f3da5c0e933d642","entry":"find","repo":"wanglin0126/gcsntk","repo_kind":"official","path":"GCSNTK/utils.py","file_url":"https://github.com/wanglin0126/gcsntk/blob/HEAD/GCSNTK/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7f3da5c0e933d642"}},{"code_sha256_prefix":"21aa1226182d1f07","entry":"find_hop_idx","repo":"wanglin0126/gcsntk","repo_kind":"official","path":"GCSNTK/utils.py","file_url":"https://github.com/wanglin0126/gcsntk/blob/HEAD/GCSNTK/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"21aa1226182d1f07"}},{"code_sha256_prefix":"89b7e7b46039282d","entry":"load_data","repo":"wanglin0126/gcsntk","repo_kind":"official","path":"GCSNTK_Generalization/LoadData.py","file_url":"https://github.com/wanglin0126/gcsntk/blob/HEAD/GCSNTK_Generalization/LoadData.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"89b7e7b46039282d"}},{"code_sha256_prefix":"011117f9260effb7","entry":"normalize_data","repo":"wanglin0126/gcsntk","repo_kind":"official","path":"GCSNTK/LoadData.py","file_url":"https://github.com/wanglin0126/gcsntk/blob/HEAD/GCSNTK/LoadData.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"011117f9260effb7"}},{"code_sha256_prefix":"90741fa1b03b0029","entry":"sub_G","repo":"wanglin0126/gcsntk","repo_kind":"official","path":"GCSNTK/utils.py","file_url":"https://github.com/wanglin0126/gcsntk/blob/HEAD/GCSNTK/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"90741fa1b03b0029"}},{"code_sha256_prefix":"4f5b4c674541d0f3","entry":"load_data","repo":"wanglin0126/gcsntk","repo_kind":"official","path":"GCSNTK/LoadData.py","file_url":"https://github.com/wanglin0126/gcsntk/blob/HEAD/GCSNTK/LoadData.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4f5b4c674541d0f3"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}