CVAILGROSep 29, 2016

Deep Tracking on the Move: Learning to Track the World from a Moving Vehicle using Recurrent Neural Networks

arXiv:1609.09365v320 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of reliable object tracking for autonomous vehicles, though it builds incrementally on existing DeepTracking methods.

The paper tackles the problem of tracking static and dynamic objects for autonomous vehicles in crowded urban environments by learning an end-to-end model that predicts unoccluded occupancy grid maps from raw laser data, achieving greater accuracy in predicting future object states than previous work.

This paper presents an end-to-end approach for tracking static and dynamic objects for an autonomous vehicle driving through crowded urban environments. Unlike traditional approaches to tracking, this method is learned end-to-end, and is able to directly predict a full unoccluded occupancy grid map from raw laser input data. Inspired by the recently presented DeepTracking approach [Ondruska, 2016], we employ a recurrent neural network (RNN) to capture the temporal evolution of the state of the environment, and propose to use Spatial Transformer modules to exploit estimates of the egomotion of the vehicle. Our results demonstrate the ability to track a range of objects, including cars, buses, pedestrians, and cyclists through occlusion, from both moving and stationary platforms, using a single learned model. Experimental results demonstrate that the model can also predict the future states of objects from current inputs, with greater accuracy than previous work.

Foundations

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

Your Notes