CVDec 19, 2018

Unsupervised Event-based Learning of Optical Flow, Depth, and Egomotion

arXiv:1812.08156v1682 citations
Originality Incremental advance
AI Analysis

This work addresses motion estimation for event-based vision systems, offering an unsupervised approach that could benefit robotics and autonomous vehicles, though it appears incremental as it builds on existing event camera methods.

The authors tackled the problem of learning motion information from event cameras without supervision, proposing a framework that predicts optical flow, depth, and egomotion from event streams, and evaluated it on the Multi Vehicle Stereo Event Camera dataset with qualitative results.

In this work, we propose a novel framework for unsupervised learning for event cameras that learns motion information from only the event stream. In particular, we propose an input representation of the events in the form of a discretized volume that maintains the temporal distribution of the events, which we pass through a neural network to predict the motion of the events. This motion is used to attempt to remove any motion blur in the event image. We then propose a loss function applied to the motion compensated event image that measures the motion blur in this image. We train two networks with this framework, one to predict optical flow, and one to predict egomotion and depths, and evaluate these networks on the Multi Vehicle Stereo Event Camera dataset, along with qualitative results from a variety of different scenes.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes