paper-with-me

Papers

Learning from Event Cameras with Sparse Spiking Convolutional Neural Networks

2021-04-26 · Loïc Cordone, Benoît Miramond, Sonia Ferrante

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 such as CNNs does not yield any significant benefits. To address this limitation, we use spiking neural networks (SNNs), which are more biologically realistic neural networks where units communicate using discrete spikes. Due to the nature of their operations, they are hardware friendly and energy-efficient, but training them still remains a challenge. Our method enables the training of sparse spiking convolutional neural networks directly on event data, using the popular deep learning framework PyTorch. The performances in terms of accuracy, sparsity and training time on the popular DVS128 Gesture Dataset make it possible to use this bio-inspired approach for the future embedding of real-time applications on low-power neuromorphic hardware.

📄 PDF Abstract BibTeX arXiv:2104.12579

Code (1)

loiccordone/sparse-spiking-neural-networks 공식 구현 pytorch

Tasks

CPUGPU

Similar Papers 제목 키워드 기반

Spiking-Fer: Spiking Neural Network for Facial Expression Recognition With Event Cameras

2023-04-20 · Sami Barchid, Benjamin Allaert, Amel Aissaoui, José Mennesson 외

Facial Expression Recognition (FER) is an active research domain that has shown great progress recently, notably thanks to the use of large deep learning models. However, such approaches are particularly energy intensive…

Data AugmentationFacial Expression RecognitionFacial Expression Recognition (FER)

Spiking Patches: Asynchronous, Sparse, and Efficient Tokens for Event Cameras

2025-10-30 · Christoffer Koo Øhrstrøm, Ronja Güldenring, Lazaros Nalpantidis arxiv

We propose tokenization of events and present a tokenizer, Spiking Patches, specifically designed for event cameras. Given a stream of asynchronous and spatially sparse events, our goal is to discover an event representa…

Gesture RecognitionEvent-based visionObject Detection

In the Blink of an Eye: Event-based Emotion Recognition

2023-10-06 · Haiwei Zhang, Jiqing Zhang, Bo Dong, Pieter Peers 외

We introduce a wearable single-eye emotion recognition device and a real-time approach to recognizing emotions from partial observations of an emotion that is robust to changes in lighting conditions. At the heart of our…

Emotion Recognition

SDformerFlow: Spatiotemporal swin spikeformer for event-based optical flow estimation

2024-09-06 · Yi Tian, Juan Andrade-Cetto

Event cameras generate asynchronous and sparse event streams capturing changes in light intensity. They offer significant advantages over conventional frame-based cameras, such as a higher dynamic range and an extremely …

Event-based Optical FlowOptical Flow Estimation

Using CSNNs to Perform Event-based Data Processing & Classification on ASL-DVS

2024-08-01 · Ria Patel, Sujit Tripathy, Zachary Sublett, Seoyoung An 외

Recent advancements in bio-inspired visual sensing and neuromorphic computing have led to the development of various highly efficient bio-inspired solutions with real-world applications. One notable application integrate…