Table of Contents
Fetching ...

Pioneering SE(2)-Equivariant Trajectory Planning for Automated Driving

Steffen Hagedorn, Marcel Milich, Alexandru P. Condurache

TL;DR

A lightweight equivariant planning model that generates multi-modal joint predictions for all vehicles and selects one mode as the ego plan and shows that the planned trajectory is stable under roto-translations of the input scene which demonstrates the equivariance of the model.

Abstract

Planning the trajectory of the controlled ego vehicle is a key challenge in automated driving. As for human drivers, predicting the motions of surrounding vehicles is important to plan the own actions. Recent motion prediction methods utilize equivariant neural networks to exploit geometric symmetries in the scene. However, no existing method combines motion prediction and trajectory planning in a joint step while guaranteeing equivariance under roto-translations of the input space. We address this gap by proposing a lightweight equivariant planning model that generates multi-modal joint predictions for all vehicles and selects one mode as the ego plan. The equivariant network design improves sample efficiency, guarantees output stability, and reduces model parameters. We further propose equivariant route attraction to guide the ego vehicle along a high-level route provided by an off-the-shelf GPS navigation system. This module creates a momentum from embedded vehicle positions toward the route in latent space while keeping the equivariance property. Route attraction enables goal-oriented behavior without forcing the vehicle to stick to the exact route. We conduct experiments on the challenging nuScenes dataset to investigate the capability of our planner. The results show that the planned trajectory is stable under roto-translations of the input scene which demonstrates the equivariance of our model. Despite using only a small split of the dataset for training, our method improves L2 distance at 3 s by 20.6 % and surpasses the state of the art.

Pioneering SE(2)-Equivariant Trajectory Planning for Automated Driving

TL;DR

A lightweight equivariant planning model that generates multi-modal joint predictions for all vehicles and selects one mode as the ego plan and shows that the planned trajectory is stable under roto-translations of the input scene which demonstrates the equivariance of the model.

Abstract

Planning the trajectory of the controlled ego vehicle is a key challenge in automated driving. As for human drivers, predicting the motions of surrounding vehicles is important to plan the own actions. Recent motion prediction methods utilize equivariant neural networks to exploit geometric symmetries in the scene. However, no existing method combines motion prediction and trajectory planning in a joint step while guaranteeing equivariance under roto-translations of the input space. We address this gap by proposing a lightweight equivariant planning model that generates multi-modal joint predictions for all vehicles and selects one mode as the ego plan. The equivariant network design improves sample efficiency, guarantees output stability, and reduces model parameters. We further propose equivariant route attraction to guide the ego vehicle along a high-level route provided by an off-the-shelf GPS navigation system. This module creates a momentum from embedded vehicle positions toward the route in latent space while keeping the equivariance property. Route attraction enables goal-oriented behavior without forcing the vehicle to stick to the exact route. We conduct experiments on the challenging nuScenes dataset to investigate the capability of our planner. The results show that the planned trajectory is stable under roto-translations of the input scene which demonstrates the equivariance of our model. Despite using only a small split of the dataset for training, our method improves L2 distance at 3 s by 20.6 % and surpasses the state of the art.
Paper Structure (23 sections, 13 equations, 4 figures, 2 tables)

This paper contains 23 sections, 13 equations, 4 figures, 2 tables.

Figures (4)

  • Figure 1: Exemplary traffic scene that demonstrates the intuition behind SE(2)-equivariant trajectory prediction and planning: Roto-translations of the input scene should result in an equivalent transformation of the trajectory output.
  • Figure 2: PEP model overview. After feature initialization, the features are updated N times in three parallel but interacting branches. A multi-modal decoder then predicts multiple future scenarios for all vehicles jointly. Alongside the trajectories, a probability for each scenario is estimated. The EV trajectory of the most probable mode is selected as the plan.
  • Figure 3: Qualitative results. While the EV (red) uses the route (dashed) for guidance, it does not stick to it (left). Predicting actions of SVs improves EV planning, for example by anticipating SVs to decelerate (blue, left) or to cross the EV lane (blue, middle). Multi-modal predictions help the planner to consider diverse future scenarios (green, right).
  • Figure 4: Output stability. Inferred outside the training distribution, our SE(2)-equivariant model guarantees a stable output.