Papers › Not All Timesteps Matter Equally: Selective Alignment Knowledge Distillation for...

Not All Timesteps Matter Equally: Selective Alignment Knowledge Distillation for Spiking Neural Networks

14 May 2026arXiv:2605.14252added by Syntology

Kai Sun, Peibo Duan, Yongsheng Huang, Guowei Zhang, Benjamin Smith, Nanxu Gong, Levin Kuhlmann

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Spiking neural networks (SNNs), which are brain-inspired and spike-driven, achieve high energy efficiency. However, a performance gap between SNNs and artificial neural networks (ANNs) still remains. Knowledge distillation (KD) is commonly adopted to improve SNN performance, but existing methods typically enforce uniform alignment across all timesteps, either from a teacher network or through inter-temporal self-distillation, implicitly assuming that per-timestep predictions should be treated equally. In practice, SNN predictions vary and evolve over time, and intermediate timesteps need not all be individually correct even when the final aggregated output is correct. Under such conditions, effective distillation should not force every timestep toward the same supervision target, but instead provide corrective guidance to erroneous timesteps while preserving useful temporal dynamics. To address this issue, we propose Selective Alignment Knowledge Distillation (SeAl-KD), which selectively aligns class-level and temporal knowledge by equalizing competing logits at erroneous timesteps and reweighting temporal alignment based on confidence and inter-timestep similarity. Extensive experiments on static image and neuromorphic event-based datasets demonstrate consistent improvements over existing distillation methods. The code is available at https://github.com/KaiSUN1/SeAl

PaperPDFCode 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="2605.14252")

Code

Syntology Ran 15 of 20 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 10 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 14 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

KaiSUN1/SeAl found in paper text by Syntology report

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; 15 ran; 0 honoured the contract we drafted; 5 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.

4ran · our draft was wrong
1ran · fixture could not drive it
10ran
5unverified

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 KaiSUN1/SeAl. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

kd_loss KaiSUN1/SeAl/model/layer.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 556c2f231c1c30e9 · report
accuracy KaiSUN1/SeAl/util/misc.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · eab4f74c38cc3c8f · report
binary_entropy_loss KaiSUN1/SeAl/model/layer.py found in paper text by Syntology ran no licence file found · pointer only · 6a9087bf92f0597a · report
conv1x1 KaiSUN1/SeAl/model/ResNet_ANN.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 2a80220dabcb742a · report
conv1x1 KaiSUN1/SeAl/model/preact_resnet.py found in paper text by Syntology ran no licence file found · pointer only · b7e4b36a17dd3781 · report
conv3x3 KaiSUN1/SeAl/model/ResNet_ANN.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 600ff2c45e0de056 · report
conv3x3 KaiSUN1/SeAl/model/preact_resnet.py found in paper text by Syntology ran no licence file found · pointer only · ba22fada8b666dd3 · report
direction_loss KaiSUN1/SeAl/model/layer.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3879c6422f278486 · report
get_mean_and_std KaiSUN1/SeAl/util/misc.py found in paper text by Syntology ran no licence file found · pointer only · 2c92cec199cf12cd · report
get_model_name KaiSUN1/SeAl/util/util.py found in paper text by Syntology ran no licence file found · pointer only · fcccc187a7be3a11 · report
index_classes KaiSUN1/SeAl/util/data.py found in paper text by Syntology ran no licence file found · pointer only · 82506bf89d625519 · report
random_spilt KaiSUN1/SeAl/util/data.py found in paper text by Syntology ran no licence file found · pointer only · e5058f3641a60c57 · report
setup_seed KaiSUN1/SeAl/util/util.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d7690d8a36f26fd4 · report
warp_decay KaiSUN1/SeAl/util/util.py found in paper text by Syntology ran no licence file found · pointer only · 2251c650b9c59b49 · report
GetCifar10 KaiSUN1/SeAl/experiment/dvs/process.py found in paper text by Syntology unverified no licence file found · pointer only · 81e49577210170fe · report
GetCifar100 KaiSUN1/SeAl/experiment/dvs/process.py found in paper text by Syntology unverified no licence file found · pointer only · 015dba96f0e06ba1 · report
GetImageNet KaiSUN1/SeAl/experiment/dvs/process.py found in paper text by Syntology unverified no licence file found · pointer only · f4a0da0d87c4087c · report
conv3x3 KaiSUN1/SeAl/model/resnet.py found in paper text by Syntology unverified no licence file found · pointer only · cddb8eda1eb5217a · report
load_dataset KaiSUN1/SeAl/util/data.py found in paper text by Syntology unverified no licence file found · pointer only · 0f531dbf66a71c5d · report
cal_loss identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · f823c61767cb0e17 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.14252, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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