Resource Details
- Link to Resource
- https://github.com/neuromorphs/nir
- Publication
- Proceedings of the Fictional Conference on Neuromorphic Systems, 2025
- Community Approved On
- July 15, 2025
Note: This is a placeholder entry to demonstrate the layout and structure of the ONR Approved Research Registry.
Abstract
We present a deep spiking neural network for real-time object detection using data from event-based vision sensors. The model architecture is designed with hardware constraints in mind, utilizing sparse computations and temporal dynamics. A key contribution of this work is the end-to-end workflow for deploying this model to neuromorphic hardware using the Neuromorphic Intermediate Representation (NIR). We demonstrate that our approach achieves a 10x reduction in power consumption compared to a frame-based CNN on an embedded GPU, with only a minor trade-off in accuracy.
Resource Overview
The primary resource is a public GitHub repository containing the trained model, the Python code for converting the model to NIR, and scripts for deploying it on supported hardware simulators. The repository is structured to be a practical guide for researchers looking to bridge the gap between SNN simulation and hardware deployment.