paper-with-me

홈 › Papers

Threshold Modulation for Online Test-Time Adaptation of Spiking Neural Networks

2025-05-08 · Kejie Zhao, Wenjia Hua, Aiersi Tuerhong, Luziwei Leng, Yuxin Ma, Qinghai Guo

Recently, spiking neural networks (SNNs), deployed on neuromorphic chips, provide highly efficient solutions on edge devices in different scenarios. However, their ability to adapt to distribution shifts after deployment has become a crucial challenge. Online test-time adaptation (OTTA) offers a promising solution by enabling models to dynamically adjust to new data distributions without requiring source data or labeled target samples. Nevertheless, existing OTTA methods are largely designed for traditional artificial neural networks and are not well-suited for SNNs. To address this gap, we propose a low-power, neuromorphic chip-friendly online test-time adaptation framework, aiming to enhance model generalization under distribution shifts. The proposed approach is called Threshold Modulation (TM), which dynamically adjusts the firing threshold through neuronal dynamics-inspired normalization, being more compatible with neuromorphic hardware. Experimental results on benchmark datasets demonstrate the effectiveness of this method in improving the robustness of SNNs against distribution shifts while maintaining low computational cost. The proposed method offers a practical solution for online test-time adaptation of SNNs, providing inspiration for the design of future neuromorphic chips. The demo code is available at github.com/NneurotransmitterR/TM-OTTA-SNN.

📄 PDF Abstract BibTeX arXiv:2505.05375

Code (1)

nneurotransmitterr/tm-otta-snn 공식 구현 pytorch

Tasks

Image ClassificationTest-time Adaptation

Similar Papers 제목 키워드 기반

Online Adaptation of Language Models with a Memory of Amortized Contexts

2024-03-07 · Jihoon Tack, Jaehyung Kim, Eric Mitchell, Jinwoo Shin 외

Due to the rapid generation and dissemination of information, large language models (LLMs) quickly run out of date despite enormous development costs. To address the crucial need to keep models updated, online learning h…

Language ModellingMeta-Learning

AcTTA: Rethinking Test-Time Adaptation via Dynamic Activation

2026-03-27 · Hyeongyu Kim, Geonhui Han, Dosik Hwang arxiv

Test-time adaptation (TTA) aims to mitigate performance degradation under distribution shifts by updating model parameters during inference. Existing approaches have primarily framed adaptation around affine modulation, …

Test-time Adaptation

Low-Complexity Geometric Shaping

2020-08-24 · Ali Mirani, Erik Agrell, Magnus Karlsson

Approaching Shannon's capacity via geometric shaping has usually been regarded as challenging due to modulation and demodulation complexity, requiring look-up tables to store the constellation points and constellation bi…

Robustifying Vision Transformer without Retraining from Scratch by Test-Time Class-Conditional Feature Alignment

2022-06-28 · Takeshi Kojima, Yutaka Matsuo, Yusuke Iwasawa

Vision Transformer (ViT) is becoming more popular in image processing. Specifically, we investigate the effectiveness of test-time adaptation (TTA) on ViT, a technique that has emerged to correct its prediction during te…

Domain Adaptationimage-classificationImage ClassificationTest-time Adaptation

Neuro-Modulated Hebbian Learning for Fully Test-Time Adaptation

2023-03-02 · CVPR 2023 1 · Yushun Tang, Ce Zhang, Heng Xu, Shuoshuo Chen 외

Fully test-time adaptation aims to adapt the network model based on sequential analysis of input samples during the inference stage to address the cross-domain performance degradation problem of deep neural networks. We …

Test-time Adaptation