{"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/equivariant-hypergraph-diffusion-neural","title":"Equivariant Hypergraph Diffusion Neural Operators","arxiv_id":"2207.06680","date":"2022-07-14","proceeding":null,"authors":["Peihao Wang","Shenghao Yang","Yunyu Liu","Zhangyang Wang","Pan Li"],"abstract":"Hypergraph neural networks (HNNs) using neural networks to encode hypergraphs provide a promising way to model higher-order relations in data and further solve relevant prediction tasks built upon such higher-order relations. However, higher-order relations in practice contain complex patterns and are often highly irregular. So, it is often challenging to design an HNN that suffices to express those relations while keeping computational efficiency. Inspired by hypergraph diffusion algorithms, this work proposes a new HNN architecture named ED-HNN, which provably represents any continuous equivariant hypergraph diffusion operators that can model a wide range of higher-order relations. ED-HNN can be implemented efficiently by combining star expansions of hypergraphs with standard message passing neural networks. ED-HNN further shows great superiority in processing heterophilic hypergraphs and constructing deep models. We evaluate ED-HNN for node classification on nine real-world hypergraph datasets. ED-HNN uniformly outperforms the best baselines over these nine datasets and achieves more than 2\\%$\\uparrow$ in prediction accuracy over four datasets therein.","url_abs":"https://arxiv.org/abs/2207.06680v3","url_pdf":"https://arxiv.org/pdf/2207.06680v3.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":"equivariant-hypergraph-diffusion-neural","repo_url":"https://github.com/graph-com/ed-hnn","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"computational-efficiency","task_name":"Computational Efficiency"},{"task_slug":"node-classification","task_name":"Node Classification"}],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2207.06680","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2207.06680"}},"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/graph-com/ed-hnn","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":6},"by_repo_kind":{"official":{"samples":6,"ran":0,"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":0,"samples":[{"code_sha256_prefix":"62a8829b5b3e655b","entry":"Laplacian","repo":"graph-com/ed-hnn","repo_kind":"official","path":"models/hypergcn.py","file_url":"https://github.com/graph-com/ed-hnn/blob/HEAD/models/hypergcn.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"62a8829b5b3e655b"}},{"code_sha256_prefix":"eb4d7645ce8abdfb","entry":"get_HyperGCN_He_dict","repo":"graph-com/ed-hnn","repo_kind":"official","path":"models/hypergcn.py","file_url":"https://github.com/graph-com/ed-hnn/blob/HEAD/models/hypergcn.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"eb4d7645ce8abdfb"}},{"code_sha256_prefix":"5572d25b45e4b515","entry":"signal_shift_graph2","repo":"graph-com/ed-hnn","repo_kind":"official","path":"models/hypersage.py","file_url":"https://github.com/graph-com/ed-hnn/blob/HEAD/models/hypersage.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5572d25b45e4b515"}},{"code_sha256_prefix":"75f11e35aaca9749","entry":"signal_shift_hypergraph2","repo":"graph-com/ed-hnn","repo_kind":"official","path":"models/hypersage.py","file_url":"https://github.com/graph-com/ed-hnn/blob/HEAD/models/hypersage.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"75f11e35aaca9749"}},{"code_sha256_prefix":"e1107d65e8c759fe","entry":"signal_shift_hypergraph_power","repo":"graph-com/ed-hnn","repo_kind":"official","path":"models/hypersage.py","file_url":"https://github.com/graph-com/ed-hnn/blob/HEAD/models/hypersage.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e1107d65e8c759fe"}},{"code_sha256_prefix":"4ec8917a615ffe2d","entry":"update","repo":"graph-com/ed-hnn","repo_kind":"official","path":"models/hypergcn.py","file_url":"https://github.com/graph-com/ed-hnn/blob/HEAD/models/hypergcn.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4ec8917a615ffe2d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}