paper-with-me

홈 › Papers

End-to-End Learning of Representations for Asynchronous Event-Based Data

2019-04-17 · ICCV 2019 10 · Daniel Gehrig, Antonio Loquercio, Konstantinos G. Derpanis, Davide Scaramuzza

Event cameras are vision sensors that record asynchronous streams of per-pixel brightness changes, referred to as "events". They have appealing advantages over frame-based cameras for computer vision, including high temporal resolution, high dynamic range, and no motion blur. Due to the sparse, non-uniform spatiotemporal layout of the event signal, pattern recognition algorithms typically aggregate events into a grid-based representation and subsequently process it by a standard vision pipeline, e.g., Convolutional Neural Network (CNN). In this work, we introduce a general framework to convert event streams into grid-based representations through a sequence of differentiable operations. Our framework comes with two main advantages: (i) allows learning the input event representation together with the task dedicated network in an end to end manner, and (ii) lays out a taxonomy that unifies the majority of extant event representations in the literature and identifies novel ones. Empirically, we show that our approach to learning the event representation end-to-end yields an improvement of approximately 12% on optical flow estimation and object recognition over state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1904.08245

Code (1)

uzh-rpg/rpg_event_representation_learning 공식 구현 pytorch

Tasks

ClassificationObject RecognitionOptical Flow EstimationRobust classification

Similar Papers 제목 키워드 기반

Representation Learning for Event-based Visuomotor Policies

2021-03-01 · NeurIPS 2021 12 · Sai Vemprala, Sami Mian, Ashish Kapoor

Event-based cameras are dynamic vision sensors that provide asynchronous measurements of changes in per-pixel brightness at a microsecond level. This makes them significantly faster than conventional frame-based cameras,…

Representation Learning

Maximizing Asynchronicity in Event-based Neural Networks

2025-05-16 · Haiqing Hao, Nikola Zubić, Weihua He, Zhipeng Sui 외

Event cameras deliver visual data with high temporal resolution, low latency, and minimal redundancy, yet their asynchronous, sparse sequential nature challenges standard tensor-based machine learning (ML). While the rec…

Event-based visionLanguage ModelingLanguage ModellingRepresentation Learning+1

Event-based Asynchronous Sparse Convolutional Networks

2020-03-20 · ECCV 2020 8 · Nico Messikommer, Daniel Gehrig, Antonio Loquercio, Davide Scaramuzza

Event cameras are bio-inspired sensors that respond to per-pixel brightness changes in the form of asynchronous and sparse "events". Recently, pattern recognition algorithms, such as learning-based methods, have made sig…

object-detectionObject DetectionObject Recognition

Asynchronous Optimisation for Event-based Visual Odometry

2022-03-02 · Daqi Liu, Alvaro Parra, Yasir Latif, Bo Chen 외

Event cameras open up new possibilities for robotic perception due to their low latency and high dynamic range. On the other hand, developing effective event-based vision algorithms that fully exploit the beneficial prop…

Event-based visionVisual Odometry

EvRepSL: Event-Stream Representation via Self-Supervised Learning for Event-Based Vision

2024-12-10 · Qiang Qu, Xiaoming Chen, Yuk Ying Chung, Yiran Shen

Event-stream representation is the first step for many computer vision tasks using event cameras. It converts the asynchronous event-streams into a formatted structure so that conventional machine learning models can be …

Event-based visionOptical Flow EstimationSelf-Supervised Learning