# Learning a Lattice Planner Control Set for Autonomous Vehicles

**Authors:** Ryan De Iaco, Stephen L. Smith, Krzysztof Czarnecki

arXiv: 1903.02044 · 2019-04-26

## TL;DR

This paper presents a method to learn a sparse and task-specific lattice control set for autonomous vehicle planning, resulting in faster planning times and better style capture compared to previous methods.

## Contribution

We propose a novel learning algorithm for sparse lattice control sets tailored to specific datasets, improving efficiency and style representation in autonomous vehicle planning.

## Key findings

- Smaller control sets achieve up to 4.31x faster planning.
- Learned control sets better capture driving style and path curvature.
- Method outperforms previous state-of-the-art in control set size and efficiency.

## Abstract

This paper introduces a method to compute a sparse lattice planner control set that is suited to a particular task by learning from a representative dataset of vehicle paths. To do this, we use a scoring measure similar to the Fr\'echet distance and propose an algorithm for evaluating a given control set according to the scoring measure. Control actions are then selected from a dense control set according to an objective function that rewards improvements in matching the dataset while also encouraging sparsity. This method is evaluated across several experiments involving real and synthetic datasets, and it is shown to generate smaller control sets when compared to the previous state-of-the-art lattice control set computation technique, with these smaller control sets maintaining a high degree of manoeuvrability in the required task. This results in a planning time speedup of up to 4.31x when using the learned control set over the state-of-the-art computed control set. In addition, we show the learned control sets are better able to capture the driving style of the dataset in terms of path curvature.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.02044/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1903.02044/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1903.02044/full.md

---
Source: https://tomesphere.com/paper/1903.02044