Reachability-based Trajectory Design via Exact Formulation of Implicit Neural Signed Distance Functions
Jonathan Michaux, Qingyi Chen, Challen Enninful Adu, Jinsun Liu, Ram Vasudevan
TL;DR
The paper tackles real-time, safety-guaranteed motion planning for autonomous vehicles in dense, dynamic environments by marrying offline zonotope reachability with an online neural implicit signed distance function. REDEFINED constructs exact distance measures between the ego vehicle's zonotope forward reachable sets and obstacles using a fixed-weight ReLU network, enabling a batched, differentiable collision-avoidance constraint within a receding-horizon optimization. Key contributions include (i) an exact RDF representation via a neural network, (ii) a real-time online optimization framework that leverages batched constraint evaluations, and (iii) comprehensive experiments showing improved planning efficiency and robustness over state-of-the-art baselines like REFINE, SOS-RTD, and NMPC. The approach offers practical impact by delivering collision-free trajectories with real-time performance, while highlighting limitations related to zonotope over-approximation and scalability to higher dimensions.
Abstract
Generating receding-horizon motion trajectories for autonomous vehicles in real-time while also providing safety guarantees is challenging. This is because a future trajectory needs to be planned before the previously computed trajectory is completely executed. This becomes even more difficult if the trajectory is required to satisfy continuous-time collision-avoidance constraints while accounting for a large number of obstacles. To address these challenges, this paper proposes a novel real-time, receding-horizon motion planning algorithm named REachability-based trajectory Design via Exact Formulation of Implicit NEural signed Distance functions (REDEFINED). REDEFINED first applies offline reachability analysis to compute zonotope-based reachable sets that overapproximate the motion of the ego vehicle. During online planning, REDEFINED leverages zonotope arithmetic to construct a neural implicit representation that computes the exact signed distance between a parameterized swept volume of the ego vehicle and obstacle vehicles. REDEFINED then implements a novel, real-time optimization framework that utilizes the neural network to construct a collision avoidance constraint. REDEFINED is compared to a variety of state-of-the-art techniques and is demonstrated to successfully enable the vehicle to safely navigate through complex environments. Code, data, and video demonstrations can be found at https://roahmlab.github.io/redefined/.
