LGOct 10, 2017

End-to-End Deep Learning for Steering Autonomous Vehicles Considering Temporal Dependencies

arXiv:1710.03804v3124 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of stable and accurate steering for autonomous vehicles, though it is incremental by combining known techniques like C-LSTM with a classification approach.

The paper tackled the problem of steering autonomous vehicles by addressing the lack of temporal dependencies in existing methods, resulting in a 35% improvement in steering root mean square error and 87% more stable steering.

Steering a car through traffic is a complex task that is difficult to cast into algorithms. Therefore, researchers turn to training artificial neural networks from front-facing camera data stream along with the associated steering angles. Nevertheless, most existing solutions consider only the visual camera frames as input, thus ignoring the temporal relationship between frames. In this work, we propose a Convolutional Long Short-Term Memory Recurrent Neural Network (C-LSTM), that is end-to-end trainable, to learn both visual and dynamic temporal dependencies of driving. Additionally, We introduce posing the steering angle regression problem as classification while imposing a spatial relationship between the output layer neurons. Such method is based on learning a sinusoidal function that encodes steering angles. To train and validate our proposed methods, we used the publicly available Comma.ai dataset. Our solution improved steering root mean square error by 35% over recent methods, and led to a more stable steering by 87%.

Foundations

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

Your Notes