paper-with-me

홈 › Papers

SGNNBench: A Holistic Evaluation of Spiking Graph Neural Network on Large-scale Graph

2025-09-16 · Huizhe Zhang, Jintang Li, Yuchang Zhu, Liang Chen, Li Kuang arxiv

Graph Neural Networks (GNNs) are exemplary deep models designed for graph data. Message passing mechanism enables GNNs to effectively capture graph topology and push the performance boundaries across various graph tasks. However, the trend of developing such complex machinery for graph representation learning has become unsustainable on large-scale graphs. The computational and time overhead make it imperative to develop more energy-efficient GNNs to cope with the explosive growth of real-world graphs. Spiking Graph Neural Networks (SGNNs), which integrate biologically plausible learning via unique spike-based neurons, have emerged as a promising energy-efficient alternative. Different layers communicate with sparse and binary spikes, which facilitates computation and storage of intermediate graph representations. Despite the proliferation of SGNNs proposed in recent years, there is no systematic benchmark to explore the basic design principles of these brain-inspired networks on the graph data. To bridge this gap, we present SGNNBench to quantify progress in the field of SGNNs. Specifically, SGNNBench conducts an in-depth investigation of SGNNs from multiple perspectives, including effectiveness, energy efficiency, and architectural design. We comprehensively evaluate 9 state-of-the-art SGNNs across 18 datasets. Regarding efficiency, we empirically compare these baselines w.r.t model size, memory usage, and theoretical energy consumption to reveal the often-overlooked energy bottlenecks of SGNNs. Besides, we elaborately investigate the design space of SGNNs to promote the development of a general SGNN paradigm.

📄 PDF Abstract BibTeX arXiv:2509.21342

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningGraph Neural Network

Similar Papers 제목 키워드 기반

Hardware/Software Co-Programmable Framework for Computational SSDs to Accelerate Deep Learning Service on Large-Scale Graphs

2022-01-23 · Miryeong Kwon, Donghyun Gouk, Sangwon Lee, Myoungsoo Jung

Graph neural networks (GNNs) process large-scale graphs consisting of a hundred billion edges. In contrast to traditional deep learning, unique behaviors of the emerging GNNs are engaged with a large set of graphs and em…

GT-SVQ: A Linear-Time Graph Transformer for Node Classification Using Spiking Vector Quantization

2025-04-16 · Huizhe Zhang, Jintang Li, Yuchang Zhu, Liang Chen 외

Graph Transformers (GTs), which simultaneously integrate message-passing and self-attention mechanisms, have achieved promising empirical results in some graph prediction tasks. Although these approaches show the potenti…

Graph LearningGraph Representation LearningNode ClassificationQuantization+1

Cross-Domain Facial Expression Recognition: A Unified Evaluation Benchmark and Adversarial Graph Learning

2020-08-03 · Tianshui Chen, Tao Pu, Hefeng Wu, Yuan Xie 외

To address the problem of data inconsistencies among different facial expression recognition (FER) datasets, many cross-domain FER methods (CD-FERs) have been extensively devised in recent years. Although each declares t…

Cross-Domain Facial Expression RecognitionDomain AdaptationFacial Expression RecognitionFacial Expression Recognition (FER)+2

Decomposing spiking neural networks with Graphical Neural Activity Threads

2023-06-29 · Bradley H. Theilman, Felix Wang, Fred Rothganger, James B. Aimone

A satisfactory understanding of information processing in spiking neural networks requires appropriate computational abstractions of neural activity. Traditionally, the neural population state vector has been the most co…

Signal-SGN: A Spiking Graph Convolutional Network for Skeletal Action Recognition via Learning Temporal-Frequency Dynamics

2024-08-03 · Naichuan Zheng, Duyu cheng, Hailun Xia, Dapeng Liu

For skeleton-based action recognition, Graph Convolutional Networks (GCNs) are effective models. Still, their reliance on floating-point computations leads to high energy consumption, limiting their applicability in batt…

Action RecognitionComputational EfficiencySkeleton Based Action Recognition