paper-with-me

Papers

Real-time Classification from Short Event-Camera Streams using Input-filtering Neural ODEs

2020-04-07 · Giorgio Giannone, Asha Anoosheh, Alessio Quaglino, Pierluca D'Oro, Marco Gallieri, Jonathan Masci

Event-based cameras are novel, efficient sensors inspired by the human vision system, generating an asynchronous, pixel-wise stream of data. Learning from such data is generally performed through heavy preprocessing and event integration into images. This requires buffering of possibly long sequences and can limit the response time of the inference system. In this work, we instead propose to directly use events from a DVS camera, a stream of intensity changes and their spatial coordinates. This sequence is used as the input for a novel \emph{asynchronous} RNN-like architecture, the Input-filtering Neural ODEs (INODE). This is inspired by the dynamical systems and filtering literature. INODE is an extension of Neural ODEs (NODE) that allows for input signals to be continuously fed to the network, like in filtering. The approach naturally handles batches of time series with irregular time-stamps by implementing a batch forward Euler solver. INODE is trained like a standard RNN, it learns to discriminate short event sequences and to perform event-by-event online inference. We demonstrate our approach on a series of classification tasks, comparing against a set of LSTM baselines. We show that, independently of the camera resolution, INODE can outperform the baselines by a large margin on the ASL task and it's on par with a much larger LSTM for the NCALTECH task. Finally, we show that INODE is accurate even when provided with very few events.

📄 PDF Abstract BibTeX arXiv:2004.03156

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationinput filteringTime Series Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Real-time Classification from Short Event-Camera Streams using Input-filtering Neural ODEs

2020-10-23 · Anonymous

Event-based cameras are novel, efficient sensors inspired by the human vision system, generating an asynchronous, pixel-wise stream of data. Learning from such data is generally performed through event integration into i…

input filtering

Event Probability Mask (EPM) and Event Denoising Convolutional Neural Network (EDnCNN) for Neuromorphic Cameras

2020-03-18 · CVPR 2020 6 · R. Wes Baldwin, Mohammed Almatrafi, Vijayan Asari, Keigo Hirakawa

This paper presents a novel method for labeling real-world neuromorphic camera sensor data by calculating the likelihood of generating an event at each pixel within a short time window, which we refer to as "event probab…

BenchmarkingDenoising

Real-Time Event-Based Tracking and Detection for Maritime Environments

2022-02-09 · Stephanie Aelmore, Richard C. Ordonez, Shibin Parameswaran, Justin Mauger

Event cameras are ideal for object tracking applications due to their ability to capture fast-moving objects while mitigating latency and data redundancy. Existing event-based clustering and feature tracking approaches f…

object-detectionObject DetectionObject TrackingVessel Detection

HATS: Histograms of Averaged Time Surfaces for Robust Event-based Object Classification

2018-03-21 · CVPR 2018 6 · Amos Sironi, Manuele Brambilla, Nicolas Bourdis, Xavier Lagorce 외

Event-based cameras have recently drawn the attention of the Computer Vision community thanks to their advantages in terms of high temporal resolution, low power consumption and high dynamic range, compared to traditiona…

Autonomous VehiclesClassificationGeneral ClassificationObject+2

Event-Based Angular Velocity Regression with Spiking Networks

2020-03-05 · Mathias Gehrig, Sumit Bam Shrestha, Daniel Mouritzen, Davide Scaramuzza

Spiking Neural Networks (SNNs) are bio-inspired networks that process information conveyed as temporal spikes rather than numeric values. A spiking neuron of an SNN only produces a spike whenever a significant number of …

regression