Driving Policy Transfer via Modularity and Abstraction
Matthias Müller, Alexey Dosovitskiy, Bernard Ghanem, Vladlen Koltun
TL;DR
The paper tackles the sim-to-real transfer problem for autonomous driving by introducing a modular architecture that separates perception, high-level policy, and low-level control. Perception produces a semantic road segmentation, while the driving policy outputs local waypoints from this segmentation, and a PID-based low-level controller executes the path. Trained entirely in simulation (with noisy segmentation from Cityscapes-inspired data), the policy transfers directly to a real 1/5-scale truck without finetuning, outperforming end-to-end baselines in both simulated and real-world tests. The results demonstrate that modularity and abstraction facilitate robust transfer and allow leveraging abundant simulation data while mitigating perception and dynamics gaps, marking a practical step toward real-world deployment of learned driving policies.
Abstract
End-to-end approaches to autonomous driving have high sample complexity and are difficult to scale to realistic urban driving. Simulation can help end-to-end driving systems by providing a cheap, safe, and diverse training environment. Yet training driving policies in simulation brings up the problem of transferring such policies to the real world. We present an approach to transferring driving policies from simulation to reality via modularity and abstraction. Our approach is inspired by classic driving systems and aims to combine the benefits of modular architectures and end-to-end deep learning approaches. The key idea is to encapsulate the driving policy such that it is not directly exposed to raw perceptual input or low-level vehicle dynamics. We evaluate the presented approach in simulated urban environments and in the real world. In particular, we transfer a driving policy trained in simulation to a 1/5-scale robotic truck that is deployed in a variety of conditions, with no finetuning, on two continents. The supplementary video can be viewed at https://youtu.be/BrMDJqI6H5U
