CVNov 24, 2022

Lightweight Event-based Optical Flow Estimation via Iterative Deblurring

arXiv:2211.13726v439 citationsh-index: 11
Originality Incremental advance
AI Analysis

This enables real-time optical flow estimation for robotic applications with limited compute and energy budgets, though it is incremental as it builds on frame-based methods.

The paper tackles the problem of high computational cost and memory usage in event-based optical flow estimation by introducing IDNet, a lightweight network that avoids expensive correlation volumes, achieving state-of-the-art results on the DSEC benchmark with 80% fewer parameters, 20x less memory, and 40% faster inference.

Inspired by frame-based methods, state-of-the-art event-based optical flow networks rely on the explicit construction of correlation volumes, which are expensive to compute and store, rendering them unsuitable for robotic applications with limited compute and energy budget. Moreover, correlation volumes scale poorly with resolution, prohibiting them from estimating high-resolution flow. We observe that the spatiotemporally continuous traces of events provide a natural search direction for seeking pixel correspondences, obviating the need to rely on gradients of explicit correlation volumes as such search directions. We introduce IDNet (Iterative Deblurring Network), a lightweight yet high-performing event-based optical flow network directly estimating flow from event traces without using correlation volumes. We further propose two iterative update schemes: "ID" which iterates over the same batch of events, and "TID" which iterates over time with streaming events in an online fashion. Our top-performing ID model sets a new state of the art on DSEC benchmark. Meanwhile, the base ID model is competitive with prior arts while using 80% fewer parameters, consuming 20x less memory footprint and running 40% faster on the NVidia Jetson Xavier NX. Furthermore, the TID model is even more efficient offering an additional 5x faster inference speed and 8 ms ultra-low latency at the cost of only a 9% performance drop, making it the only model among current literature capable of real-time operation while maintaining decent performance.

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