LGAICVOct 30, 2018

Reinforcement Learning and Deep Learning based Lateral Control for Autonomous Driving

arXiv:1810.12778v1121 citations
Originality Incremental advance
AI Analysis

This addresses the problem of precise vehicle control in autonomous driving for improved safety and performance, though it is incremental as it builds on existing deep learning and reinforcement learning methods.

The paper tackles vision-based lateral control for autonomous driving by decomposing the system into a perception module using multi-task learning and a control module using reinforcement learning, and introduces VTORCS for efficient training; the resulting controller outperforms LQR and MPC controllers on various tracks.

This paper investigates the vision-based autonomous driving with deep learning and reinforcement learning methods. Different from the end-to-end learning method, our method breaks the vision-based lateral control system down into a perception module and a control module. The perception module which is based on a multi-task learning neural network first takes a driver-view image as its input and predicts the track features. The control module which is based on reinforcement learning then makes a control decision based on these features. In order to improve the data efficiency, we propose visual TORCS (VTORCS), a deep reinforcement learning environment which is based on the open racing car simulator (TORCS). By means of the provided functions, one can train an agent with the input of an image or various physical sensor measurement, or evaluate the perception algorithm on this simulator. The trained reinforcement learning controller outperforms the linear quadratic regulator (LQR) controller and model predictive control (MPC) controller on different tracks. The experiments demonstrate that the perception module shows promising performance and the controller is capable of controlling the vehicle drive well along the track center with visual input.

Code Implementations1 repo
Foundations

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

Your Notes