# Exploring the Limitations of Behavior Cloning for Autonomous Driving

**Authors:** Felipe Codevilla, Eder Santana, Antonio M. L\'opez, Adrien Gaidon

arXiv: 1904.08980 · 2019-04-22

## TL;DR

This paper investigates the capabilities and limitations of behavior cloning in autonomous driving, demonstrating its strengths in complex maneuvers and highlighting key challenges like dataset bias and generalization issues.

## Contribution

It introduces a new benchmark for evaluating behavior cloning in autonomous driving and provides empirical analysis of its scalability and limitations.

## Key findings

- Behavior cloning achieves state-of-the-art results in unseen environments.
- Limitations include dataset bias, overfitting, and generalization issues.
- Training instability requires further research.

## Abstract

Driving requires reacting to a wide variety of complex environment conditions and agent behaviors. Explicitly modeling each possible scenario is unrealistic. In contrast, imitation learning can, in theory, leverage data from large fleets of human-driven cars. Behavior cloning in particular has been successfully used to learn simple visuomotor policies end-to-end, but scaling to the full spectrum of driving behaviors remains an unsolved problem. In this paper, we propose a new benchmark to experimentally investigate the scalability and limitations of behavior cloning. We show that behavior cloning leads to state-of-the-art results, including in unseen environments, executing complex lateral and longitudinal maneuvers without these reactions being explicitly programmed. However, we confirm well-known limitations (due to dataset bias and overfitting), new generalization issues (due to dynamic objects and the lack of a causal model), and training instability requiring further research before behavior cloning can graduate to real-world driving. The code of the studied behavior cloning approaches can be found at https://github.com/felipecode/coiltraine .

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.08980/full.md

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1904.08980/full.md

## References

45 references — full list in the complete paper: https://tomesphere.com/paper/1904.08980/full.md

---
Source: https://tomesphere.com/paper/1904.08980