English

Binary DAD-Net: Binarized Driveable Area Detection Network for Autonomous Driving

Computer Vision and Pattern Recognition 2020-06-16 v1

Abstract

Driveable area detection is a key component for various applications in the field of autonomous driving (AD), such as ground-plane detection, obstacle detection and maneuver planning. Additionally, bulky and over-parameterized networks can be easily forgone and replaced with smaller networks for faster inference on embedded systems. The driveable area detection, posed as a two class segmentation task, can be efficiently modeled with slim binary networks. This paper proposes a novel binarized driveable area detection network (binary DAD-Net), which uses only binary weights and activations in the encoder, the bottleneck, and the decoder part. The latent space of the bottleneck is efficiently increased (x32 -> x16 downsampling) through binary dilated convolutions, learning more complex features. Along with automatically generated training data, the binary DAD-Net outperforms state-of-the-art semantic segmentation networks on public datasets. In comparison to a full-precision model, our approach has a x14.3 reduced compute complexity on an FPGA and it requires only 0.9MB memory resources. Therefore, commodity SIMD-based AD-hardware is capable of accelerating the binary DAD-Net.

Keywords

Cite

@article{arxiv.2006.08178,
  title  = {Binary DAD-Net: Binarized Driveable Area Detection Network for Autonomous Driving},
  author = {Alexander Frickenstein and Manoj Rohit Vemparala and Jakob Mayr and Naveen Shankar Nagaraja and Christian Unger and Federico Tombari and Walter Stechele},
  journal= {arXiv preprint arXiv:2006.08178},
  year   = {2020}
}

Comments

IEEE International Conference on Robotics and Automation (ICRA) 2020

R2 v1 2026-06-23T16:19:31.054Z