CVAIMar 2, 2021

Exploiting latent representation of sparse semantic layers for improved short-term motion prediction with Capsule Networks

arXiv:2103.01644v32 citations
Originality Incremental advance
AI Analysis

This addresses safety in autonomous vehicles by improving motion prediction accuracy, though it is incremental as it builds on existing methods with a new architecture.

The paper tackles short-term motion prediction for autonomous vehicles by using Capsule Networks to learn hierarchical representations of sparse semantic map layers, achieving significant improvement over recent methods and reducing network size.

As urban environments manifest high levels of complexity it is of vital importance that safety systems embedded within autonomous vehicles (AVs) are able to accurately anticipate short-term future motion of nearby agents. This problem can be further understood as generating a sequence of coordinates describing the future motion of the tracked agent. Various proposed approaches demonstrate significant benefits of using a rasterised top-down image of the road, with a combination of Convolutional Neural Networks (CNNs), for extraction of relevant features that define the road structure (eg. driveable areas, lanes, walkways). In contrast, this paper explores use of Capsule Networks (CapsNets) in the context of learning a hierarchical representation of sparse semantic layers corresponding to small regions of the High-Definition (HD) map. Each region of the map is dismantled into separate geometrical layers that are extracted with respect to the agent's current position. By using an architecture based on CapsNets the model is able to retain hierarchical relationships between detected features within images whilst also preventing loss of spatial data often caused by the pooling operation. We train and evaluate our model on publicly available dataset nuTonomy scenes and compare it to recently published methods. We show that our model achieves significant improvement over recently published works on deterministic prediction, whilst drastically reducing the overall size of the network.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes