Detection-segmentation convolutional neural network for autonomous vehicle perception

06/30/2023
by   Maciej Baczmanski, et al.
0

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 the task of segmenting the drivable area and road markings in combination with the detection of selected objects (pedestrians, traffic lights, and obstacles). We compared the performance of three different architectures described in the literature: MultiTask V3, HybridNets, and YOLOP. We conducted the experiments on a custom dataset consisting of approximately 500 images of the drivable area and lane markings, and 250 images of detected objects. Of the three methods analysed, MultiTask V3 proved to be the best, achieving 99 detection, 97 segmentation, as well as 124 fps on the RTX 3060 graphics card. This architecture is a good solution for embedded perception systems for autonomous vehicles. The code is available at: https://github.com/vision-agh/MMAR_2023.

READ FULL TEXT

page 1

page 3

page 4

page 6

research
07/17/2023

Implementation of a perception system for autonomous vehicles using a detection-segmentation network in SoC FPGA

Perception and control systems for autonomous vehicles are an active are...
research
07/20/2023

TwinLiteNet: An Efficient and Lightweight Model for Driveable Area and Lane Segmentation in Self-Driving Cars

Semantic segmentation is a common task in autonomous driving to understa...
research
08/20/2023

Efficient-VRNet: An Exquisite Fusion Network for Riverway Panoptic Perception based on Asymmetric Fair Fusion of Vision and 4D mmWave Radar

Panoptic perception is essential to unmanned surface vehicles (USVs) for...
research
10/03/2022

CERBERUS: Simple and Effective All-In-One Automotive Perception Model with Multi Task Learning

Perceiving the surrounding environment is essential for enabling autonom...
research
07/26/2019

A Comparative Study of High-Recall Real-Time Semantic Segmentation Based on Swift Factorized Network

Semantic Segmentation (SS) is the task to assign a semantic label to eac...
research
04/23/2019

Improving benchmarks for autonomous vehicles testing using synthetically generated images

Nowadays autonomous technologies are a very heavily explored area and pa...
research
11/10/2021

Verifying Controllers with Convolutional Neural Network-based Perception: A Case for Intelligible, Safe, and Precise Abstractions

Convolutional Neural Networks (CNN) for object detection, lane detection...

Please sign up or login with your details

Forgot password? Click here to reset