SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2410.17941 · NeurIPS · 2024

Spiking Graph Neural Network on Riemannian Manifolds

Hao Peng, Philip Yu, Sun Li, Zhenhao Huang, Qiqi Wan

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 8 functions out of this paper's own repositories and ran 0 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
ZhenhHuang/MSG canonical 0 of 8
FunctionStatusWhere it lives
cal_AUC_AP Not yet run ZhenhHuang/MSG/utils/eval_utils.py
pointer only (licence: NONE) · get_code("bfb52d89fac57a1e")
cal_F1 Not yet run ZhenhHuang/MSG/utils/eval_utils.py
pointer only (licence: NONE) · get_code("e5eae6ed444edab0")
cal_accuracy Not yet run ZhenhHuang/MSG/utils/eval_utils.py
pointer only (licence: NONE) · get_code("36dd622d9ccb4792")
create_logger Not yet run ZhenhHuang/MSG/logger.py
pointer only (licence: NONE) · get_code("f5c6682786e66416")
list2str Not yet run ZhenhHuang/MSG/utils/config.py
pointer only (licence: NONE) · get_code("9290ac465e02bd05")
load_config Not yet run ZhenhHuang/MSG/utils/config.py
pointer only (licence: NONE) · get_code("5c3415d2970d7a4c")
load_data Not yet run ZhenhHuang/MSG/utils/data_utils.py
pointer only (licence: NONE) · get_code("3cb5cb3da3d4648e")
mask_edges Not yet run ZhenhHuang/MSG/utils/data_utils.py
pointer only (licence: NONE) · get_code("89314573dbd8b68b")

Repositories linked to this paper

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

Abstract

Graph neural networks (GNNs) have become the dominant solution for learning on graphs, the typical non-Euclidean structures. Conventional GNNs, constructed with the Artificial Neuron Network (ANN), have achieved impressive performance at the cost of high computation and energy consumption. In parallel, spiking GNNs with brain-like spiking neurons are drawing increasing research attention owing to the energy efficiency. So far, existing spiking GNNs consider graphs in Euclidean space, ignoring the structural geometry, and suffer from the high latency issue due to Back-Propagation-Through-Time (BPTT) with the surrogate gradient. In light of the aforementioned issues, we are devoted to exploring spiking GNN on Riemannian manifolds, and present a Manifold-valued Spiking GNN (MSG). In particular, we design a new spiking neuron on geodesically complete manifolds with the diffeomorphism, so that BPTT regarding the spikes is replaced by the proposed differentiation via manifold. Theoretically, we show that MSG approximates a solver of the manifold ordinary differential equation. Extensive experiments on common graphs show the proposed MSG achieves superior performance to previous spiking GNNs and energy efficiency to conventional GNNs.

For agents

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

get_harvested_code_for_paper("2410.17941")
get_code_for_paper("2410.17941")
have("2410.17941")

Connect an agent — have() is free.