English

SAM: Squeeze-and-Mimic Networks for Conditional Visual Driving Policy Learning

Computer Vision and Pattern Recognition 2020-11-20 v2 Machine Learning Robotics

Abstract

We describe a policy learning approach to map visual inputs to driving controls conditioned on turning command that leverages side tasks on semantics and object affordances via a learned representation trained for driving. To learn this representation, we train a squeeze network to drive using annotations for the side task as input. This representation encodes the driving-relevant information associated with the side task while ideally throwing out side task-relevant but driving-irrelevant nuisances. We then train a mimic network to drive using only images as input and use the squeeze network's latent representation to supervise the mimic network via a mimicking loss. Notably, we do not aim to achieve the side task nor to learn features for it; instead, we aim to learn, via the mimicking loss, a representation of the side task annotations directly useful for driving. We test our approach using the CARLA simulator. In addition, we introduce a more challenging but realistic evaluation protocol that considers a run that reaches the destination successful only if it does not violate common traffic rules. A video summarizing this work is available at https://youtu.be/ipKAMzmJpMs , and code is available at https://github.com/twsq/sam-driving .

Keywords

Cite

@article{arxiv.1912.02973,
  title  = {SAM: Squeeze-and-Mimic Networks for Conditional Visual Driving Policy Learning},
  author = {Albert Zhao and Tong He and Yitao Liang and Haibin Huang and Guy Van den Broeck and Stefano Soatto},
  journal= {arXiv preprint arXiv:1912.02973},
  year   = {2020}
}

Comments

Conference on Robot Learning (CoRL) 2020

R2 v1 2026-06-23T12:37:43.446Z