CVApr 2, 2019

Event-Based Motion Segmentation by Motion Compensation

arXiv:1904.01293v4168 citations
AI Analysis

This addresses motion segmentation for event-based cameras, which is crucial for robotics and high-speed vision applications, representing a novel but incremental advancement in the field.

The paper tackles the problem of segmenting independently moving objects in event-based camera data by jointly estimating event-object associations and motion parameters, achieving a 10% improvement over state-of-the-art methods and around 90% accuracy at 4 pixels relative displacement.

In contrast to traditional cameras, whose pixels have a common exposure time, event-based cameras are novel bio-inspired sensors whose pixels work independently and asynchronously output intensity changes (called "events"), with microsecond resolution. Since events are caused by the apparent motion of objects, event-based cameras sample visual information based on the scene dynamics and are, therefore, a more natural fit than traditional cameras to acquire motion, especially at high speeds, where traditional cameras suffer from motion blur. However, distinguishing between events caused by different moving objects and by the camera's ego-motion is a challenging task. We present the first per-event segmentation method for splitting a scene into independently moving objects. Our method jointly estimates the event-object associations (i.e., segmentation) and the motion parameters of the objects (or the background) by maximization of an objective function, which builds upon recent results on event-based motion-compensation. We provide a thorough evaluation of our method on a public dataset, outperforming the state-of-the-art by as much as 10%. We also show the first quantitative evaluation of a segmentation algorithm for event cameras, yielding around 90% accuracy at 4 pixels relative displacement.

Code Implementations1 repo
Foundations

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

Your Notes