Spiking Heterogeneous Graph Attention Networks

📅 2025-12-31
🏛️ arXiv.org
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of deploying heterogeneous graph neural networks on resource-constrained devices due to their structural complexity. To this end, it introduces spiking neural networks (SNNs) into heterogeneous graph learning for the first time and proposes an efficient architecture that aggregates neighbor information along meta-paths via a single shared-parameter graph convolution layer. A semantic-level attention mechanism is employed to fuse multiple semantics, and heterogeneous node features are encoded into 1-bit spike sequences. The proposed method substantially reduces model parameters, memory footprint, inference latency, and energy consumption while achieving competitive node classification performance on three real-world heterogeneous graph datasets, effectively balancing efficiency and accuracy.

Technology Category

Application Category

📝 Abstract
Real-world graphs or networks are usually heterogeneous, involving multiple types of nodes and relationships. Heterogeneous graph neural networks (HGNNs) can effectively handle these diverse nodes and edges, capturing heterogeneous information within the graph, thus exhibiting outstanding performance. However, most methods of HGNNs usually involve complex structural designs, leading to problems such as high memory usage, long inference time, and extensive consumption of computing resources. These limitations pose certain challenges for the practical application of HGNNs, especially for resource-constrained devices. To mitigate this issue, we propose the Spiking Heterogeneous Graph Attention Networks (SpikingHAN), which incorporates the brain-inspired and energy-saving properties of Spiking Neural Networks (SNNs) into heterogeneous graph learning to reduce the computing cost without compromising the performance. Specifically, SpikingHAN aggregates metapath-based neighbor information using a single-layer graph convolution with shared parameters. It then employs a semantic-level attention mechanism to capture the importance of different meta-paths and performs semantic aggregation. Finally, it encodes the heterogeneous information into a spike sequence through SNNs, simulating bioinformatic processing to derive a binarized 1-bit representation of the heterogeneous graph. Comprehensive experimental results from three real-world heterogeneous graph datasets show that SpikingHAN delivers competitive node classification performance. It achieves this with fewer parameters, quicker inference, reduced memory usage, and lower energy consumption. Code is available at https://github.com/QianPeng369/SpikingHAN.
Problem

Research questions and friction points this paper is trying to address.

Heterogeneous Graph Neural Networks
Computational Efficiency
Resource Constraints
Memory Usage
Inference Time
Innovation

Methods, ideas, or system contributions that make the work stand out.

Spiking Neural Networks
Heterogeneous Graph Neural Networks
Graph Attention
Energy-Efficient Learning
Meta-path Aggregation
🔎 Similar Papers
No similar papers found.