2016

SqueezeDet: Unified, Small, Low Power Fully Convolutional Neural Networks for Real-Time Object Detection for Autonomous Driving

Wu, Bichen, Wan, Alvin, Iandola, Forrest et al.

Understand

Object detection is a crucial task for autonomous driving.

  • In addition to requiring high accuracy to ensure safety, object detection for autonomous driving also requires real-time inference speed to guarantee prompt vehicle control, as well as small model size and energy efficiency to enable embedded system deployment.
  • In this work, we propose SqueezeDet, a fully convolutional neural network for object detection that aims to simultaneously satisfy all of the above constraints.
  • In our network, we use convolutional layers not only to extract feature maps but also as the output layer to compute bounding boxes and class probabilities.

Reading the bibliography…