Skip to content

Official repo for NeurIPS 2025 poster: Unveiling the Spatial-temporal Effective Receptive Fields of Spiking Neural Networks

Notifications You must be signed in to change notification settings

EricZhang1412/Spatial-temporal-ERF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Unveiling the Spatial-temporal Effective Receptive Fields of Spiking Neural Networks

Static Badge [βœ’οΈOpenreview] [πŸ“„Arxiv Preprint]

This repository provides the official implementation of the paper "Unveiling the Spatial-temporal Effective Receptive Fields of Spiking Neural Networks" (NeurIPS 2025).

πŸ“ File Structure

.
β”œβ”€β”€ erf_compute # Main folder for ST-ERF
β”œβ”€β”€ det # Codebase for Detection Experiments (Originated from mmdetection by OpenMMLab)
β”œβ”€β”€ seg # Codebase for Segmentation Experiments (Originated from mmsegmentation by OpenMMLab)
└── README.md

πŸš€ Quick Start

Environment Setup

Set your python environment with pytorch (lts or 2.6.0+)...

Play with Spatial-temporal Effective Receptive Field

Go to the directory erf_compute/. The structure of this folder is as follows:

.
β”œβ”€β”€ izhikevich.py
β”œβ”€β”€ LICENSE
β”œβ”€β”€ spatial_Erf # Spatial ERF Code
β”‚   β”œβ”€β”€ erf_scnn # S-ERF for Spiking-CNNs
β”‚   └── erf_sdt  # S-ERF for Spiking-Transformers
└── temporal_erf_compute.py # Temporal ERF Code

There's README.md in these folders, please check it out!

More visual-aids and checkpoints

Go to [πŸ€—ericzhang0328/Spatial-temporal-ERF] and get more you want!

πŸ™ Acknowledgments

This whole project is influenced by Static Badge Understanding the Effective Receptive Field in Deep Convolutional Neural Networks . Thanks for their remarkable research!

πŸ“„ Citation

If you find this work useful, please cite our paper:

@inproceedings{
zhang2025unveiling,
title={Unveiling the Spatial-temporal Effective Receptive Fields of Spiking Neural Networks},
author={Jieyuan Zhang and Xiaolong Zhou and Shuai Wang and Wenjie Wei and Hanwen Liu and Qian Sun and Malu Zhang and Yang Yang and Haizhou Li},
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
year={2025},
url={https://openreview.net/forum?id=tYnJC5ba6j}
}

πŸ“§ Contact

For questions regarding this implementation, please contact: Jieyuan/Eric πŸ“§ ericzh_uestc@std.uestc.edu.cn

About

Official repo for NeurIPS 2025 poster: Unveiling the Spatial-temporal Effective Receptive Fields of Spiking Neural Networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages