Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

End to End Learning for Self-Driving Cars

About

We trained a convolutional neural network (CNN) to map raw pixels from a single front-facing camera directly to steering commands. This end-to-end approach proved surprisingly powerful. With minimum training data from humans the system learns to drive in traffic on local roads with or without lane markings and on highways. It also operates in areas with unclear visual guidance such as in parking lots and on unpaved roads. The system automatically learns internal representations of the necessary processing steps such as detecting useful road features with only the human steering angle as the training signal. We never explicitly trained it to detect, for example, the outline of roads. Compared to explicit decomposition of the problem, such as lane marking detection, path planning, and control, our end-to-end system optimizes all processing steps simultaneously. We argue that this will eventually lead to better performance and smaller systems. Better performance will result because the internal components self-optimize to maximize overall system performance, instead of optimizing human-selected intermediate criteria, e.g., lane detection. Such criteria understandably are selected for ease of human interpretation which doesn't automatically guarantee maximum system performance. Smaller networks are possible because the system learns to solve the problem with the minimal number of processing steps. We used an NVIDIA DevBox and Torch 7 for training and an NVIDIA DRIVE(TM) PX self-driving car computer also running Torch 7 for determining where to drive. The system operates at 30 frames per second (FPS).

Mariusz Bojarski, Davide Del Testa, Daniel Dworakowski, Bernhard Firner, Beat Flepp, Prasoon Goyal, Lawrence D. Jackel, Mathew Monfort, Urs Muller, Jiakai Zhang, Xin Zhang, Jake Zhao, Karol Zieba• 2016

Related benchmarks

TaskDatasetResultRank
Path-followingRotation (0.1 cm, 0.1°) 1.0 (test)
Success Rate100
8
Path-followingHello 0.1 cm, 0.1° 1.0 (test)
Success Rate92
8
Path-followingZigzag 1 cm, 1° 1.0 (test)
Success Rate94
8
Path-followingSquare & S 1 cm, 1° 1.0 (test)
Success Rate100
8
Path-followingRandom 1 cm, 1° 1.0 (test)
Success Rate85.1
8
Steering angle predictionUdacity (test)
MAE4.12
8
Autonomous UAV Flight ControlPlain Field
NI0.00e+0
4
Autonomous UAV Flight ControlDense Forest
NI7
4
Autonomous UAV Flight ControlSnowy Mountain
Success Rate (NI)0.00e+0
4
Motion PlanningUrbanScenarios AdvSim generated scenarios v1.0 (val)
Collision Rate (3s)8.9
4
Showing 10 of 11 rows

Other info

Follow for update