paper-with-me

Papers

STAER: Temporal Aligned Rehearsal for Continual Spiking Neural Network

2026-01-16 · Matteo Gianferrari, Omayma Moussadek, Riccardo Salami, Cosimo Fiorini, Lorenzo Tartarini, Daniela Gandolfi, Simone Calderara arxiv

Spiking Neural Networks (SNNs) are inherently suited for continuous learning due to their event-driven temporal dynamics; however, their application to Class-Incremental Learning (CIL) has been hindered by catastrophic forgetting and the temporal misalignment of spike patterns. In this work, we introduce Spiking Temporal Alignment with Experience Replay (STAER), a novel framework that explicitly preserves temporal structure to bridge the performance gap between SNNs and ANNs. Our approach integrates a differentiable Soft-DTW alignment loss to maintain spike timing fidelity and employs a temporal expansion and contraction mechanism on output logits to enforce robust representation learning. Implemented on a deep ResNet19 spiking backbone, STAER achieves state-of-the-art performance on Sequential-MNIST and Sequential-CIFAR10. Empirical results demonstrate that our method matches or outperforms strong ANN baselines (ER, DER++) while preserving biologically plausible dynamics. Ablation studies further confirm that explicit temporal alignment is critical for representational stability, positioning STAER as a scalable solution for spike-native lifelong learning. Code is available at https://github.com/matteogianferrari/staer.

📄 PDF Abstract BibTeX arXiv:2601.20870

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningRepresentation Learning

Similar Papers 제목 키워드 기반

Compressed Latent Replays for Lightweight Continual Learning on Spiking Neural Networks

2024-05-08 · Alberto Dequino, Alessio Carpegna, Davide Nadalini, Alessandro Savino 외

Rehearsal-based Continual Learning (CL) has been intensely investigated in Deep Neural Networks (DNNs). However, its application in Spiking Neural Networks (SNNs) has not been explored in depth. In this paper we introduc…

Continual Learning

A baseline on continual learning methods for video action recognition

2023-04-20 · Giulia Castagnolo, Concetto Spampinato, Francesco Rundo, Daniela Giordano 외

Continual learning has recently attracted attention from the research community, as it aims to solve long-standing limitations of classic supervisedly-trained models. However, most research on this subject has tackled co…

Action RecognitionContinual Learningimage-classificationImage Classification+1

SIESTA: Efficient Online Continual Learning with Sleep

2023-03-19 · Md Yousuf Harun, Jhair Gallardo, Tyler L. Hayes, Ronald Kemker 외

In supervised continual learning, a deep neural network (DNN) is updated with an ever-growing data stream. Unlike the offline setting where data is shuffled, we cannot make any distributional assumptions about the data s…

Computational EfficiencyContinual LearningGPU

Online Continual Learning on Intel Loihi 2 via a Co-designed Spiking Neural Network

2025-11-03 · Elvin Hajizada, Danielle Rager, Timothy Shea, Leobardo Campos-Macias 외 arxiv

AI systems on edge devices require online continual learning -- adapting to non-stationary streams and unfamiliar classes without catastrophic forgetting -- under strict power constraints. We present CLP-SNN, a spiking n…

Continual Learning

A Closer Look at Rehearsal-Free Continual Learning

2022-03-31 · James Seale Smith, Junjiao Tian, Shaunak Halbe, Yen-Chang Hsu 외

Continual learning is a setting where machine learning models learn novel concepts from continuously shifting training data, while simultaneously avoiding degradation of knowledge on previously seen classes which may dis…

Continual LearningKnowledge DistillationL2 RegularizationNovel Concepts