paper-with-me

Papers

Temporal Reversed Training for Spiking Neural Networks with Generalized Spatio-Temporal Representation

2024-08-17 · Lin Zuo, Yongqi Ding, Wenwei Luo, Mengmeng Jing, Xianlong Tian, Kunshan Yang

Spiking neural networks (SNNs) have received widespread attention as an ultra-low power computing paradigm. Recent studies have focused on improving the feature extraction capability of SNNs, but they suffer from inefficient inference and suboptimal performance. In this paper, we propose a simple yet effective temporal reversed training (TRT) method to optimize the spatio-temporal performance of SNNs and circumvent these problems. We perturb the input temporal data by temporal reversal, prompting the SNN to produce original-reversed consistent outputs and to learn perturbation-invariant representations. For static data without temporal dimension, we generalize this strategy by exploiting the inherent temporal property of SNNs for spike feature temporal reversal. In addition, we utilize the lightweight ``star operation" (element-wise multiplication) to hybridize the original and temporally reversed spike firing rates and expand the implicit dimensions, which serves as spatio-temporal regularization to further enhance the generalization of the SNN. Our method involves only a temporal reversal operation and element-wise multiplication during training, thus incurring negligible training overhead and not affecting the inference efficiency at all. Extensive experiments on static/neuromorphic object/action recognition, and 3D point cloud classification tasks demonstrate the effectiveness and generalizability of our method. In particular, with only two timesteps, our method achieves 74.77\% and 90.57\% accuracy on ImageNet and ModelNet40, respectively.

📄 PDF Abstract BibTeX arXiv:2408.09108

Code (0)

등록된 구현이 없습니다.

Tasks

3D Point Cloud ClassificationAction RecognitionPoint Cloud Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

Training of spiking neural networks based on information theoretic costs

2016-02-15 · Oleg Y. Sinyavskiy

Spiking neural network is a type of artificial neural network in which neurons communicate between each other with spikes. Spikes are identical Boolean events characterized by the time of their arrival. A spiking neuron …

Reinforcement Learning

Beyond Rate Coding: Surrogate Gradients Enable Spike Timing Learning in Spiking Neural Networks

2025-07-21 · Ziqiao Yu, Pengfei Sun, Danyal Akarca, Dan F. M. Goodman arxiv

The surrogate gradient descent algorithm enabled spiking neural networks to be trained to carry out challenging sensory processing tasks, an important step in understanding how spikes contribute to neural computations. H…

DISTA: Denoising Spiking Transformer with intrinsic plasticity and spatiotemporal attention

2023-11-15 · Boxun Xu, Hejia Geng, Yuxuan Yin, Peng Li

Among the array of neural network architectures, the Vision Transformer (ViT) stands out as a prominent choice, acclaimed for its exceptional expressiveness and consistent high performance in various vision applications.…

Denoising

Convolutional Spiking Neural Networks for Spatio-Temporal Feature Extraction

2020-03-27 · Ali Samadzadeh, Fatemeh Sadat Tabatabaei Far, Ali Javadi, Ahmad Nickabadi 외

Spiking neural networks (SNNs) can be used in low-power and embedded systems (such as emerging neuromorphic chips) due to their event-based nature. Also, they have the advantage of low computation cost in contrast to con…

Activity Recognition In VideosEvent data classificationImage ClassificationVideo Classification

Training Robust Spiking Neural Networks on Neuromorphic Data with Spatiotemporal Fragments

2022-07-24 · Haibo Shen, Yihao Luo, Xiang Cao, Liangqi Zhang 외

Neuromorphic vision sensors (event cameras) are inherently suitable for spiking neural networks (SNNs) and provide novel neuromorphic vision data for this biomimetic model. Due to the spatiotemporal characteristics, nove…

Data Augmentation