Local Timescale Gates for Timescale-Robust Continual Spiking Neural Networks
Ansh Tiwari, Ayush Chauhan
TL;DR
LT-Gate tackles the stability-plasticity dilemma in continual learning for spiking neural networks by introducing a dual-timescale neuron with a locally learned gate, enabling simultaneous fast adaptation and long-term context retention. The method couples two parallel LIF compartments with a differentiable gate $\\gamma_i$ to blend fast and slow dynamics, and adds a variance-based homeostatic regularizer via $L_{var}$ to stabilize activity; training uses surrogate-gradient backpropagation and is compatible with neuromorphic hardware. Empirically, LT-Gate achieves about 51% final accuracy on temporally heterogeneous tasks, significantly reducing forgetting compared with baselines like HLOP and DSD-SNN, and demonstrates faster convergence and cross-timescale generalization. The work suggests multi-timescale processing as a fundamental principle for robust lifelong learning on energy-efficient neuromorphic hardware such as Loihi-2.
Abstract
Spiking neural networks (SNNs) promise energy-efficient artificial intelligence on neuromorphic hardware but struggle with tasks requiring both fast adaptation and long-term memory, especially in continual learning. We propose Local Timescale Gating (LT-Gate), a neuron model that combines dual time-constant dynamics with an adaptive gating mechanism. Each spiking neuron tracks information on a fast and a slow timescale in parallel, and a learned gate locally adjusts their influence. This design enables individual neurons to preserve slow contextual information while responding to fast signals, addressing the stability-plasticity dilemma. We further introduce a variance-tracking regularization that stabilizes firing activity, inspired by biological homeostasis. Empirically, LT-Gate yields significantly improved accuracy and retention in sequential learning tasks: on a challenging temporal classification benchmark it achieves about 51 percent final accuracy, compared to about 46 percent for a recent Hebbian continual-learning baseline and lower for prior SNN methods. Unlike approaches that require external replay or expensive orthogonalizations, LT-Gate operates with local updates and is fully compatible with neuromorphic hardware. In particular, it leverages features of Intel's Loihi chip (multiple synaptic traces with different decay rates) for on-chip learning. Our results demonstrate that multi-timescale gating can substantially enhance continual learning in SNNs, narrowing the gap between spiking and conventional deep networks on lifelong-learning tasks.
