CVROAug 18, 2021

Deployment of Deep Neural Networks for Object Detection on Edge AI Devices with Runtime Optimization

arXiv:2108.08166v129 citations
AI Analysis

This addresses deployment challenges for automotive scene understanding on embedded systems, but it is incremental as it focuses on optimizing existing methods.

The paper tackles the deployment of deep neural networks for object detection on edge AI devices by performing a case study with RetinaNet and PointPillars, finding that quantization reduces runtime with minimal performance impact.

Deep neural networks have proven increasingly important for automotive scene understanding with new algorithms offering constant improvements of the detection performance. However, there is little emphasis on experiences and needs for deployment in embedded environments. We therefore perform a case study of the deployment of two representative object detection networks on an edge AI platform. In particular, we consider RetinaNet for image-based 2D object detection and PointPillars for LiDAR-based 3D object detection. We describe the modifications necessary to convert the algorithms from a PyTorch training environment to the deployment environment taking into account the available tools. We evaluate the runtime of the deployed DNN using two different libraries, TensorRT and TorchScript. In our experiments, we observe slight advantages of TensorRT for convolutional layers and TorchScript for fully connected layers. We also study the trade-off between runtime and performance, when selecting an optimized setup for deployment, and observe that quantization significantly reduces the runtime while having only little impact on the detection performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes