Papers › LM-HT SNN: Enhancing the Performance of SNN to ANN Counterpart through Learnable...

LM-HT SNN: Enhancing the Performance of SNN to ANN Counterpart through Learnable Multi-hierarchical Threshold Model

1 Feb 2024arXiv:2402.00411archive 2025-07-28

Zecheng Hao, Xinyu Shi, Yujia Liu, Zhaofei Yu, Tiejun Huang

Compared to traditional Artificial Neural Network (ANN), Spiking Neural Network (SNN) has garnered widespread academic interest for its intrinsic ability to transmit information in a more energy-efficient manner. However, despite previous efforts to optimize the learning algorithm of SNNs through various methods, SNNs still lag behind ANNs in terms of performance. The recently proposed multi-threshold model provides more possibilities for further enhancing the learning capability of SNNs. In this paper, we rigorously analyze the relationship among the multi-threshold model, vanilla spiking model and quantized ANNs from a mathematical perspective, then propose a novel LM-HT model, which is an equidistant multi-threshold model that can dynamically regulate the global input current and membrane potential leakage on the time dimension. The LM-HT model can also be transformed into a vanilla single threshold model through reparameterization, thereby achieving more flexible hardware deployment. In addition, we note that the LM-HT model can seamlessly integrate with ANN-SNN Conversion framework under special initialization. This novel hybrid learning framework can effectively improve the relatively poor performance of converted SNNs under low time latency. Extensive experimental results have demonstrated that our model can outperform previous state-of-the-art works on various types of datasets, which promote SNNs to achieve a brand-new level of performance comparable to quantized ANNs. Code is available at https://github.com/hzc1208/LMHT_SNN.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.00411")

Code

Syntology Ran 16 of 20 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 20 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hzc1208/lmht_snn officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 16 ran; 1 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
12ran
4unverified

Licence: 20 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from hzc1208/lmht_snn. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FourLevelFunction hzc1208/lmht_snn/modules.py official repository ran no licence file found · pointer only · 076dc973f4968691 · report
LMHTNeuron hzc1208/lmht_snn/modules.py official repository ran fingerprinted no licence file found · pointer only · 76e3189ab9076e54 · report
TwoLevelFunction hzc1208/lmht_snn/modules.py official repository ran no licence file found · pointer only · 6a0778fa05f3ca57 · report
conv1x1 hzc1208/LMHT_SNN/models/ResNet.py official repository ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 hzc1208/LMHT_SNN/models/ResNet.py official repository ran · our draft was wrong no licence file found · pointer only · 160bb14bd76201b4 · report
get_logger hzc1208/lmht_snn/hybrid_train.py official repository ran · our draft was wrong no licence file found · pointer only · 210ba8a40d178d14 · report
init_distributed hzc1208/lmht_snn/hybrid_train.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 8b975cea75b61471 · report
isActivation hzc1208/LMHT_SNN/utils.py official repository ran no licence file found · pointer only · e0bf1b53ff97bfe0 · report
isLayer hzc1208/LMHT_SNN/utils.py official repository ran no licence file found · pointer only · 5370e68baffe23cc · report
l_prod hzc1208/LMHT_SNN/monitor.py official repository ran fingerprinted no licence file found · pointer only · df0c99a2dd641d9a · report
resnet20 hzc1208/LMHT_SNN/ann_models/ResNet.py official repository ran no licence file found · pointer only · 70470a857f93b627 · report
unpack_for_conv hzc1208/LMHT_SNN/monitor.py official repository ran no licence file found · pointer only · ccc7adcc07f66bf9 · report
unpack_for_linear hzc1208/LMHT_SNN/monitor.py official repository ran fingerprinted no licence file found · pointer only · 7e6512e3f6aa68d7 · report
vgg11 hzc1208/LMHT_SNN/ann_models/VGG.py official repository ran no licence file found · pointer only · a3ef124708d2a2b0 · report
vgg13 hzc1208/LMHT_SNN/ann_models/VGG.py official repository ran no licence file found · pointer only · d8bb4a9d1a90845c · report
vgg16 hzc1208/LMHT_SNN/ann_models/VGG.py official repository ran no licence file found · pointer only · 2f1362c8b4ce058c · report
PreProcess_Cifar10 hzc1208/LMHT_SNN/dataprocess.py official repository unverified no licence file found · pointer only · 93f237e2b525407d · report
PreProcess_Cifar100 hzc1208/LMHT_SNN/dataprocess.py official repository unverified no licence file found · pointer only · 0ed731da45c59bc2 · report
load_ImageNet_dataset hzc1208/LMHT_SNN/dataprocess.py official repository unverified no licence file found · pointer only · d340a7547149cd0f · report
reduce_mean hzc1208/lmht_snn/hybrid_train.py official repository unverified no licence file found · pointer only · f30055a92471e41f · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections