Detection-segmentation convolutional neural network for autonomous vehicle perception
Maciej Baczmanski, Robert Synoczek, Mateusz Wasala, Tomasz Kryjak

TL;DR
This paper evaluates detection-segmentation neural networks for autonomous vehicle perception, focusing on efficiency and low latency on embedded platforms, and finds MultiTask V3 to be the most effective among tested architectures.
Contribution
It compares three detection-segmentation architectures for autonomous vehicles and identifies MultiTask V3 as the best for embedded perception systems.
Findings
MultiTask V3 achieved 99% mAP_50 for detection.
MultiTask V3 achieved 97% MIoU for drivable area segmentation.
MultiTask V3 reached 124 fps on RTX 3060.
Abstract
Object detection and segmentation are two core modules of an autonomous vehicle perception system. They should have high efficiency and low latency while reducing computational complexity. Currently, the most commonly used algorithms are based on deep neural networks, which guarantee high efficiency but require high-performance computing platforms. In the case of autonomous vehicles, i.e. cars, but also drones, it is necessary to use embedded platforms with limited computing power, which makes it difficult to meet the requirements described above. A reduction in the complexity of the network can be achieved by using an appropriate: architecture, representation (reduced numerical precision, quantisation, pruning), and computing platform. In this paper, we focus on the first factor - the use of so-called detection-segmentation networks as a component of a perception system. We considered…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Autonomous Vehicle Technology and Safety · Adversarial Robustness in Machine Learning
MethodsYOLOP · Focus
