Fast Event-based Optical Flow Estimation by Triplet Matching
Shintaro Shiba, Yoshimitsu Aoki, Guillermo Gallego
TL;DR
This paper addresses the need for fast, lightweight optical-flow estimation on event cameras by introducing a triplet-matching algorithm inspired by neuroscience. It provides an incremental, event-by-event estimator and a batch extension, both based on correlating triplets of events within space-time neighborhoods to infer local motion; the flow for an event is the Gaussian-weighted average of triplet velocities, with indexing structures to enable efficient searches. Empirically, the method delivers comparable accuracy to batch-based approaches on standard benchmarks while achieving real-time CPU-only performance (>10 kHz) and demonstrating robustness to practical constraints. The work highlights a path toward real-time, incremental motion estimation on resource-constrained devices and offers insights into neuromorphic-inspired, logic-based processing of event data.
Abstract
Event cameras are novel bio-inspired sensors that offer advantages over traditional cameras (low latency, high dynamic range, low power, etc.). Optical flow estimation methods that work on packets of events trade off speed for accuracy, while event-by-event (incremental) methods have strong assumptions and have not been tested on common benchmarks that quantify progress in the field. Towards applications on resource-constrained devices, it is important to develop optical flow algorithms that are fast, light-weight and accurate. This work leverages insights from neuroscience, and proposes a novel optical flow estimation scheme based on triplet matching. The experiments on publicly available benchmarks demonstrate its capability to handle complex scenes with comparable results as prior packet-based algorithms. In addition, the proposed method achieves the fastest execution time (> 10 kHz) on standard CPUs as it requires only three events in estimation. We hope that our research opens the door to real-time, incremental motion estimation methods and applications in real-world scenarios.
