SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2603.14956 · 2026

SFedHIFI: Fire Rate-Based Heterogeneous Information Fusion for Spiking Federated Learning

Qi Tian, Ran Tao, Xiurui Xie, Guisong Liu, Qiugang Zhan, Shantian Yang

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 9 functions out of this paper's own repositories and ran 5 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
rtao499/SFedHIFI canonical 5 of 9
FunctionStatusWhere it lives
default_conv Ran rtao499/SFedHIFI/model/common.py
pointer only (licence: NONE) · get_code("0cba89f3cbd6fd59")
default_linear Ran rtao499/SFedHIFI/model/common.py
pointer only (licence: NONE) · get_code("95b1fbf20859038f")
nopad_conv Ran rtao499/SFedHIFI/model/common.py
pointer only (licence: NONE) · get_code("d5ed39e5a9464bed")
sqrtm_numpy Ran rtao499/SFedHIFI/model/utility.py
pointer only (licence: NONE) · get_code("e445ece8bce02ff8")
sqrtm_torch Ran rtao499/SFedHIFI/model/utility.py
pointer only (licence: NONE) · get_code("2c619a1ba80479ac")
conv1x1 Not yet run rtao499/SFedHIFI/model/spiking_resnet.py
pointer only (licence: NONE) · get_code("63af3fa9b384d681")
conv3x3 Not yet run rtao499/SFedHIFI/model/spiking_resnet.py
pointer only (licence: NONE) · get_code("d6e1a78205fb3921")
spiking_resnet18 Not yet run rtao499/SFedHIFI/model/spiking_resnet.py
pointer only (licence: NONE) · get_code("3d1147767a5b7afb")
sqrtm_torch_acc Not yet run rtao499/SFedHIFI/model/utility.py
pointer only (licence: NONE) · get_code("0cc3cddbece0b25c")

Repositories linked to this paper

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

Abstract

Spiking Federated Learning (SFL) has been widely studied with the energy efficiency of Spiking Neural Networks (SNNs). However, existing SFL methods require model homogeneity and assume all clients have sufficient computational resources, resulting in the exclusion of some resource-constrained clients. To address the prevalent system heterogeneity in real-world scenarios, enabling heterogeneous SFL systems that allow clients to adaptively deploy models of different scales based on their local resources is crucial. To this end, we introduce SFedHIFI, a novel Spiking Federated Learning framework with Fire Rate-Based Heterogeneous Information Fusion. Specifically, SFedHIFI employs channel-wise matrix decomposition to deploy SNN models of adaptive complexity on clients with heterogeneous resources. Building on this, the proposed heterogeneous information fusion module enables cross-scale aggregation among models of different widths, thereby enhancing the utilization of diverse local knowledge. Extensive experiments on three public benchmarks demonstrate that SFed-HIFI can effectively enable heterogeneous SFL, consistently outperforming all three baseline methods. Compared with ANN-based FL, it achieves significant energy savings with only a marginal trade-off in accuracy.

For agents

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

get_harvested_code_for_paper("2603.14956")
get_code_for_paper("2603.14956")
have("2603.14956")

Connect an agent — have() is free.