Shooting Neutrons at Neurons: Radiation Testing of a Spiking Neural Network on Flash-Based FPGAs
Pith reviewed 2026-05-09 21:01 UTC · model grok-4.3
The pith
Enabling online synaptic plasticity in a spiking neural network processor allows it to tolerate more radiation-induced bit flips before classification fails.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Irradiating the ODIN processor with SDSP under continuous MNIST inference demonstrates that turning on spike-dependent synaptic plasticity significantly lengthens the interval before application-level failure occurs and enables partial restoration of synaptic weights from bit flips, at modest extra hardware cost, compared with inference-only operation.
What carries the argument
Spike-Dependent Synaptic Plasticity (SDSP), the on-chip learning rule that continuously updates synaptic weights according to spike timing during task execution.
If this is right
- Neuromorphic processors with on-chip plasticity can operate longer under radiation before accuracy is lost.
- Continuous learning supplies a form of self-repair against accumulated single-event upsets.
- The approach incurs only modest resource overhead on flash-based FPGAs.
- Beam-derived SEU cross-sections and fault models can guide simulation-based reliability analysis for similar SNN designs.
Where Pith is reading between the lines
- The same plasticity mechanism might mitigate other transient faults, such as those from voltage droops or temperature extremes, in edge devices.
- Combining SDSP with conventional error-correcting codes could further raise the radiation tolerance threshold.
- Long-duration missions might reveal whether repeated recovery cycles eventually exhaust synaptic dynamic range.
Load-bearing premise
The neutron-beam test conditions and the fault model derived from them represent the radiation spectrum and cumulative effects that the hardware would actually encounter in space or avionics.
What would settle it
A real satellite or avionics flight experiment that shows failure times or recovery behavior inconsistent with the model's predictions from the neutron data would falsify the representativeness of the test.
Figures
read the original abstract
Neuromorphic, or spiking, processors are increasingly being considered for use in harsh, radiation-prone environments such as space and avionics, where energy efficiency and graceful degradation are essential. In this study, we propose and experimentally validate a radiation-testing methodology specifically designed for neuromorphic processors that employ on-chip synaptic plasticity. We map the open-source ODIN SNN processor with Spike-Dependent Synaptic Plasticity (SDSP) onto the FPGA and expose it to a high-energy neutron beam while continuously monitoring MNIST classification accuracy and recording the synaptic state. From these measurements, we extract SEU cross-sections for ODIN's synaptic memory and develop a calibrated fault model to inform a complementary fault-injection campaign. By comparing inference-only and online-learning configurations, we demonstrate that enabling SDSP can significantly extend the time to application-level failure and enable partial recovery from accumulated bit flips, with modest hardware overhead.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents an experimental radiation-testing methodology for the open-source ODIN spiking neural network processor with Spike-Dependent Synaptic Plasticity (SDSP) mapped to a flash-based FPGA. The system is exposed to a high-energy neutron beam while monitoring MNIST classification accuracy and synaptic states; SEU cross-sections are extracted to build a calibrated fault model that is then used in a complementary fault-injection campaign. By comparing inference-only and online-learning configurations, the authors claim that enabling SDSP significantly extends time to application-level failure and permits partial recovery from accumulated bit flips, at modest hardware overhead.
Significance. If the quantitative results hold, the work supplies concrete experimental data on SEU effects in neuromorphic hardware and demonstrates a practical benefit of on-chip plasticity for graceful degradation under radiation. The direct comparison of configurations and the derivation of a fault model from beam measurements are strengths that could inform design of radiation-tolerant spiking processors for space or avionics.
major comments (2)
- [fault-model calibration section (likely §4)] The central claim that SDSP extends time-to-failure and enables recovery rests on the calibrated fault model derived from the neutron-beam data. The manuscript does not provide the exact calibration procedure, error bars on the extracted SEU cross-sections, or exclusion criteria for the measured events, preventing independent verification of the quantitative predictions used in the injection campaign.
- [discussion and conclusions (likely §6)] The generalizability of the SDSP benefit to space and avionics environments assumes the neutron-induced upset signatures are representative. Neutron spallation produces primarily indirect ionization, whereas space environments include direct ionization from protons and heavy ions across a wide LET range; the paper does not include a concrete cross-check (e.g., comparison of upset patterns or additional proton-beam data) to test whether the observed SDSP advantage persists under those conditions.
minor comments (2)
- [results and abstract] The abstract and results sections would benefit from explicit statement of the number of experimental runs, statistical tests used to support 'significantly extend,' and the precise definition of 'partial recovery' (e.g., accuracy threshold and recovery time window).
- [implementation and overhead discussion] Hardware-overhead figures for the SDSP implementation are mentioned but lack a breakdown (LUTs, BRAM, power) relative to the inference-only baseline; a small table would improve clarity.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback and positive assessment of the significance of our work. We address each major comment below with point-by-point responses and indicate where revisions have been made to the manuscript.
read point-by-point responses
-
Referee: [fault-model calibration section (likely §4)] The central claim that SDSP extends time-to-failure and enables recovery rests on the calibrated fault model derived from the neutron-beam data. The manuscript does not provide the exact calibration procedure, error bars on the extracted SEU cross-sections, or exclusion criteria for the measured events, preventing independent verification of the quantitative predictions used in the injection campaign.
Authors: We agree that the original manuscript provided insufficient detail on the fault-model calibration to support independent verification. In the revised manuscript we have expanded the relevant section to include the complete calibration procedure: SEU cross-sections are extracted via σ = N_events / (fluence × sensitive_bits), with 95% confidence intervals computed from Poisson statistics on the observed event counts; exclusion criteria discard runs showing background rates above 3σ or temporal clustering consistent with multiple-bit upsets. These additions allow full reproduction of the model parameters used for the fault-injection campaign. revision: yes
-
Referee: [discussion and conclusions (likely §6)] The generalizability of the SDSP benefit to space and avionics environments assumes the neutron-induced upset signatures are representative. Neutron spallation produces primarily indirect ionization, whereas space environments include direct ionization from protons and heavy ions across a wide LET range; the paper does not include a concrete cross-check (e.g., comparison of upset patterns or additional proton-beam data) to test whether the observed SDSP advantage persists under those conditions.
Authors: We acknowledge that neutron spallation primarily induces indirect ionization while space radiation includes direct ionization from protons and heavy ions. The SDSP recovery mechanism acts on the resulting bit-flip patterns in synaptic weights rather than on the ionization physics itself; therefore the observed benefit is expected to be largely independent of the radiation source provided the upset statistics are comparable. Nevertheless, we lack proton or heavy-ion beam data that would constitute a direct cross-check. The revised discussion now explicitly states this limitation and notes that the reported advantage is demonstrated under the tested neutron environment. revision: partial
- We do not possess proton-beam or heavy-ion irradiation data that would allow a direct empirical cross-check of whether the SDSP advantage persists under direct-ionization conditions typical of space.
Circularity Check
No circularity detected in the experimental claims
full rationale
The paper's methodology is grounded in direct experimental data from neutron beam exposure of the ODIN SNN processor on FPGA. SEU cross-sections are extracted from measured bit flips and accuracy changes, and a fault model is calibrated from this data for additional injection studies. However, the key result—that SDSP enables extended time to failure and partial recovery—is demonstrated through comparative observations in the inference-only versus online-learning setups during the actual radiation testing. No mathematical derivations or predictions reduce to fitted inputs by construction, and there are no load-bearing self-citations that form a circular chain. The work is self-contained as an empirical validation study.
Axiom & Free-Parameter Ledger
Reference graph
Works this paper leans on
-
[1]
From ground to orbit: A robust and efficient test methodology for risc-v soft-cores,
B. Forlin, K. B ¨ohmer, C. Cazzaniga, P. Rech, G. Furano, N. Alachiotis, and M. Ottavi, “From ground to orbit: A robust and efficient test methodology for risc-v soft-cores,”IEEE Transactions on Device and Materials Reliability, vol. 25, no. 1, pp. 27–36, 2025
work page 2025
-
[2]
Yield and reliability challenges at 7nm and below,
A. J. Strojwas, K. Doong, and D. Ciplickas, “Yield and reliability challenges at 7nm and below,” in2019 Electron Devices Technology and Manufacturing Conference (EDTM). IEEE, 2019, pp. 179–181
work page 2019
-
[3]
Data center silent data errors: Implications to artificial intelligence workloads & mitigations,
B. Bittel, M. Shamsa, B. Inkley, A. Gur, D. Lerner, and M. Adams, “Data center silent data errors: Implications to artificial intelligence workloads & mitigations,” in2024 IEEE International Reliability Physics Sympo- sium (IRPS). IEEE, 2024, pp. 1–5
work page 2024
-
[4]
A survey examining neuromorphic architecture in space and challenges from radiation,
J. Naoukin, M. Isik, and K. Tiwari, “A survey examining neuromorphic architecture in space and challenges from radiation,”arXiv preprint arXiv:2311.15006, 2023
-
[5]
Radiation tolerance and mitigation for neuromorphic processors,
J. Schumann, “Radiation tolerance and mitigation for neuromorphic processors,” 2022
work page 2022
-
[6]
On the trustworthiness of spiking neural networks and neuromorphic systems,
T. Spyrou, H.-G. Stratigopoulos, I. Alouani, S. Hamdioui, and A. Ge- bregiorgis, “On the trustworthiness of spiking neural networks and neuromorphic systems,” in2025 IEEE European Test Symposium (ETS). IEEE, 2025, pp. 1–10
work page 2025
-
[7]
Device reliability affecting coding schemes in neuromorphic circuits,
S. M. Picardo, J. B. Shaik, S. Singhal, and N. Goel, “Device reliability affecting coding schemes in neuromorphic circuits,” in2022 IEEE Region 10 Symposium (TENSYMP). IEEE, 2022, pp. 1–6
work page 2022
-
[8]
Dynamic reliability management in neuromorphic computing,
S. Song, J. Hanamshet, A. Balaji, A. Das, J. L. Krichmar, N. D. Dutt, N. Kandasamy, and F. Catthoor, “Dynamic reliability management in neuromorphic computing,”ACM Journal on Emerging Technologies in Computing Systems (JETC), vol. 17, no. 4, pp. 1–27, 2021
work page 2021
-
[9]
Radiation test performance of the intel loihi neuromorphic processor,
R. Scrofano, S. C. Davis, and J. L. Taggart, “Radiation test performance of the intel loihi neuromorphic processor,” in2024 IEEE Space Com- puting Conference (SCC). IEEE, 2024, pp. 86–92. 6
work page 2024
-
[10]
C. Frenkel, M. Lefebvre, J.-D. Legat, and D. Bol, “A 0.086-mm 2 12.7- pj/sop 64k-synapse 256-neuron online-learning digital spiking neuro- morphic processor in 28-nm cmos,”IEEE transactions on biomedical circuits and systems, vol. 13, no. 1, pp. 145–158, 2018
work page 2018
-
[11]
A. Yousefzadeh, S. Sohail, and A. L. Varbanescu, “Memory wall is not gone: A critical outlook on memory architecture in digital neuromorphic computing,” in2025 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), vol. 1. IEEE, 2025, pp. 1–4
work page 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.