Event-based Temporally Dense Optical Flow Estimation with Sequential Learning
Wachirawit Ponghiran, Chamika Mihiranga Liyanagedera, Kaushik Roy

TL;DR
This paper introduces a sequential learning approach using recurrent neural networks, including LSTM and spiking neural networks, to achieve high-frequency, temporally dense optical flow estimation from event camera data, surpassing existing methods in speed and efficiency.
Contribution
The paper presents the first recurrent neural network models for event-based optical flow estimation that operate at 100Hz, significantly improving temporal density and efficiency over prior fixed-interval methods.
Findings
Achieved 10x higher flow frequency than existing models.
Reduced prediction error by 13% compared to EV-FlowNet.
Demonstrated 98.5% energy savings with SNN model.
Abstract
Event cameras provide an advantage over traditional frame-based cameras when capturing fast-moving objects without a motion blur. They achieve this by recording changes in light intensity (known as events), thus allowing them to operate at a much higher frequency and making them suitable for capturing motions in a highly dynamic scene. Many recent studies have proposed methods to train neural networks (NNs) for predicting optical flow from events. However, they often rely on a spatio-temporal representation constructed from events over a fixed interval, such as 10Hz used in training on the DSEC dataset. This limitation restricts the flow prediction to the same interval (10Hz) whereas the fast speed of event cameras, which can operate up to 3kHz, has not been effectively utilized. In this work, we show that a temporally dense flow estimation at 100Hz can be achieved by treating the flow…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Memory and Neural Computing · Neural Networks and Reservoir Computing · Neural dynamics and brain function
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
