ROLGFeb 28, 2023

Learned Risk Metric Maps for Kinodynamic Systems

arXiv:2302.14803v11 citationsh-index: 129Has Code
Originality Incremental advance
AI Analysis

This work addresses safety-critical navigation for autonomous systems like cars and drones, offering a practical solution with significant performance gains, though it is incremental in applying learned models to existing risk estimation frameworks.

The paper tackles real-time risk estimation for high-dimensional dynamical systems in unstructured environments by introducing Learned Risk Metric Maps (LRMM), which achieve 20-100x faster risk evaluation and 5-15% fewer collisions compared to alternative safety algorithms like control barrier functions and Hamilton-Jacobi reachability.

We present Learned Risk Metric Maps (LRMM) for real-time estimation of coherent risk metrics of high dimensional dynamical systems operating in unstructured, partially observed environments. LRMM models are simple to design and train -- requiring only procedural generation of obstacle sets, state and control sampling, and supervised training of a function approximator -- which makes them broadly applicable to arbitrary system dynamics and obstacle sets. In a parallel autonomy setting, we demonstrate the model's ability to rapidly infer collision probabilities of a fast-moving car-like robot driving recklessly in an obstructed environment; allowing the LRMM agent to intervene, take control of the vehicle, and avoid collisions. In this time-critical scenario, we show that LRMMs can evaluate risk metrics 20-100x times faster than alternative safety algorithms based on control barrier functions (CBFs) and Hamilton-Jacobi reachability (HJ-reach), leading to 5-15\% fewer obstacle collisions by the LRMM agent than CBFs and HJ-reach. This performance improvement comes in spite of the fact that the LRMM model only has access to local/partial observation of obstacles, whereas the CBF and HJ-reach agents are granted privileged/global information. We also show that our model can be equally well trained on a 12-dimensional quadrotor system operating in an obstructed indoor environment. The LRMM codebase is provided at https://github.com/mit-drl/pyrmm.

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