CVNov 7, 2018

Learning to Steer by Mimicking Features from Heterogeneous Auxiliary Networks

arXiv:1811.02759v170 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of robust steering prediction in autonomous vehicles under varied road conditions, representing a significant but incremental advance over prior methods.

The paper tackles the problem of improving accuracy and robustness in end-to-end steering angle prediction for autonomous driving by introducing a training method that mimics features from heterogeneous auxiliary networks, achieving state-of-the-art results with improvements of 12.8% on Udacity and 52.1% on Comma.ai datasets.

The training of many existing end-to-end steering angle prediction models heavily relies on steering angles as the supervisory signal. Without learning from much richer contexts, these methods are susceptible to the presence of sharp road curves, challenging traffic conditions, strong shadows, and severe lighting changes. In this paper, we considerably improve the accuracy and robustness of predictions through heterogeneous auxiliary networks feature mimicking, a new and effective training method that provides us with much richer contextual signals apart from steering direction. Specifically, we train our steering angle predictive model by distilling multi-layer knowledge from multiple heterogeneous auxiliary networks that perform related but different tasks, e.g., image segmentation or optical flow estimation. As opposed to multi-task learning, our method does not require expensive annotations of related tasks on the target set. This is made possible by applying contemporary off-the-shelf networks on the target set and mimicking their features in different layers after transformation. The auxiliary networks are discarded after training without affecting the runtime efficiency of our model. Our approach achieves a new state-of-the-art on Udacity and Comma.ai, outperforming the previous best by a large margin of 12.8% and 52.1%, respectively. Encouraging results are also shown on Berkeley Deep Drive (BDD) dataset.

Code Implementations2 repos
Foundations

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

Your Notes