Learning from Event Cameras with Sparse Spiking Convolutional Neural Networks
Lo\"ic Cordone, Beno\^it Miramond, Sonia Ferrante

TL;DR
This paper introduces a method for training sparse spiking convolutional neural networks directly on event camera data, enabling efficient, real-time computer vision suitable for low-power neuromorphic hardware.
Contribution
It presents an end-to-end training approach for sparse SNNs on event data using PyTorch, bridging the gap between biological inspiration and practical implementation.
Findings
Achieved high accuracy on DVS128 Gesture Dataset
Demonstrated energy efficiency and sparsity in SNNs
Reduced training time compared to traditional methods
Abstract
Convolutional neural networks (CNNs) are now the de facto solution for computer vision problems thanks to their impressive results and ease of learning. These networks are composed of layers of connected units called artificial neurons, loosely modeling the neurons in a biological brain. However, their implementation on conventional hardware (CPU/GPU) results in high power consumption, making their integration on embedded systems difficult. In a car for example, embedded algorithms have very high constraints in term of energy, latency and accuracy. To design more efficient computer vision algorithms, we propose to follow an end-to-end biologically inspired approach using event cameras and spiking neural networks (SNNs). Event cameras output asynchronous and sparse events, providing an incredibly efficient data source, but processing these events with synchronous and dense algorithms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
