paper-with-me

Papers

Proxy Target: Bridging the Gap Between Discrete Spiking Neural Networks and Continuous Control

2025-05-30 · Zijie Xu, Tong Bu, Zecheng Hao, Jianhao Ding, Zhaofei Yu

Spiking Neural Networks (SNNs) offer low-latency and energy-efficient decision making through neuromorphic hardware, making them compelling for Reinforcement Learning (RL) in resource-constrained edge devices. Recent studies in this field directly replace Artificial Neural Networks (ANNs) by SNNs in existing RL frameworks, overlooking whether the RL algorithm is suitable for SNNs. However, most RL algorithms in continuous control are designed tailored to ANNs, including the target network soft updates mechanism, which conflict with the discrete, non-differentiable dynamics of SNN spikes. We identify that this mismatch destabilizes SNN training in continuous control tasks. To bridge this gap between discrete SNN and continuous control, we propose a novel proxy target framework. The continuous and differentiable dynamics of the proxy target enable smooth updates, bypassing the incompatibility of SNN spikes, stabilizing the RL algorithms. Since the proxy network operates only during training, the SNN retains its energy efficiency during deployment without inference overhead. Extensive experiments on continuous control benchmarks demonstrate that compared to vanilla SNNs, the proxy target framework enables SNNs to achieve up to 32% higher performance across different spiking neurons. Notably, we are the first to surpass ANN performance in continuous control with simple Leaky-Integrate-and-Fire (LIF) neurons. This work motivates a new class of SNN-friendly RL algorithms tailored to SNN's characteristics, paving the way for neuromorphic agents that combine high performance with low power consumption.

📄 PDF Abstract BibTeX arXiv:2505.24161

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Learning A Spiking Neural Network for Efficient Image Deraining

2024-05-10 · Tianyu Song, Guiyue Jin, Pengpeng Li, Kui Jiang 외

Recently, spiking neural networks (SNNs) have demonstrated substantial potential in computer vision tasks. In this paper, we present an Efficient Spiking Deraining Network, called ESDNet. Our work is motivated by the obs…

Image ReconstructionRain Removal

Optimal Conversion of Conventional Artificial Neural Networks to Spiking Neural Networks

2021-02-28 · ICLR 2021 1 · Shikuang Deng, Shi Gu

Spiking neural networks (SNNs) are biology-inspired artificial neural networks (ANNs) that comprise of spiking neurons to process asynchronous discrete signals. While more efficient in power consumption and inference spe…

Artificial-Spiking Hierarchical Networks for Vision-Language Representation Learning

2023-08-18 · Yeming Chen, Siyu Zhang, Yaoru Sun, Weijian Liang 외

With the success of self-supervised learning, multimodal foundation models have rapidly adapted a wide range of downstream tasks driven by vision and language (VL) pretraining. State-of-the-art methods achieve impressive…

Computational EfficiencyContrastive LearningRepresentation LearningSelf-Supervised Learning

I2E: Real-Time Image-to-Event Conversion for High-Performance Spiking Neural Networks

2025-11-11 · Ruichen Ma, Liwei Meng, Guanchao Qiao, Ning Ning 외 arxiv

Spiking neural networks (SNNs) promise highly energy-efficient computing, but their adoption is hindered by a critical scarcity of event-stream data. This work introduces I2E, an algorithmic framework that resolves this …

Data Augmentation

Spiking neural networks trained via proxy

2021-09-27 · Saeed Reza Kheradpisheh, Maryam Mirsadeghi, Timothée Masquelier

We propose a new learning algorithm to train spiking neural networks (SNN) using conventional artificial neural networks (ANN) as proxy. We couple two SNN and ANN networks, respectively, made of integrate-and-fire (IF) a…