Event-Based Visual Odometry on Non-Holonomic Ground Vehicles
Wanting Xu, Si'ao Zhang, Li Cui, Xin Peng, Laurent Kneip
TL;DR
The paper tackles robust monocular, purely event-based visual odometry for non-holonomic ground vehicles by embedding the Ackermann motion model into a continuous-time, event-driven solver. It derives a continuous-time incidence relation for tracked event corners and transforms it into a tractable univariate polynomial via Taylor expansions of $\sin$ and $\cos$, solved through rank minimisation with Sturm root bracketing and histogram voting. The approach offers three expansion regimes (s3c2, s5c4, s7c6), enabling real-time estimates of the rotational velocity $\omega$ and demonstrating competitive accuracy with frame-based delta rotations while outperforming them under challenging illumination. The work advances purely event-based ego-motion estimation for ground vehicles and provides open-source code to facilitate adoption and further research.
Abstract
Despite the promise of superior performance under challenging conditions, event-based motion estimation remains a hard problem owing to the difficulty of extracting and tracking stable features from event streams. In order to robustify the estimation, it is generally believed that fusion with other sensors is a requirement. In this work, we demonstrate reliable, purely event-based visual odometry on planar ground vehicles by employing the constrained non-holonomic motion model of Ackermann steering platforms. We extend single feature n-linearities for regular frame-based cameras to the case of quasi time-continuous event-tracks, and achieve a polynomial form via variable degree Taylor expansions. Robust averaging over multiple event tracks is simply achieved via histogram voting. As demonstrated on both simulated and real data, our algorithm achieves accurate and robust estimates of the vehicle's instantaneous rotational velocity, and thus results that are comparable to the delta rotations obtained by frame-based sensors under normal conditions. We furthermore significantly outperform the more traditional alternatives in challenging illumination scenarios. The code is available at \url{https://github.com/gowanting/NHEVO}.
