Analysis of voxel-based 3D object detection methods efficiency for real-time embedded systems
Real-time detection of objects in the 3D scene is one of the tasks an autonomous agent needs to perform for understanding its surroundings. While recent Deep Learning-based solutions achieve satisfactory performance, their high computational cost renders their application in real-life settings in which computations need to be performed on embedded platforms intractable. In this paper, we analyze the efficiency of two popular voxel-based 3D object detection methods providing a good compromise between high performance and speed based on two aspects, their ability to detect objects located at large distances from the agent and their ability to operate in real time on embedded platforms equipped with high-performance GPUs. Our experiments show that these methods mostly fail to detect distant small objects due to the sparsity of the input point clouds at large distances. Moreover, models trained on near objects achieve similar or better performance compared to those trained on all objects in the scene. This means that the models learn object appearance representations mostly from near objects. Our findings suggest that a considerable part of the computations of existing methods is focused on locations of the scene that do not contribute with successful detection. This means that the methods can achieve a speed-up of $40$-$60\%$ by restricting operation to near objects while not sacrificing much in performance.
Code (1)
Tasks
3D Object Detectionobject-detectionObject DetectionSimilar Papers 제목 키워드 기반
An Empirical Analysis of Range for 3D Object Detection
LiDAR-based 3D detection plays a vital role in autonomous navigation. Surprisingly, although autonomous vehicles (AVs) must detect both near-field objects (for collision avoidance) and far-field objects (for longer-term …
3D Object DetectionAutonomous NavigationAutonomous VehiclesCollision Avoidance+3DV-Det: Efficient 3D Point Cloud Object Detection with Dynamic Voxelization
In this work, we propose a novel two-stage framework for the efficient 3D point cloud object detection. Instead of transforming point clouds into 2D bird eye view projections, we parse the raw point cloud data directly i…
3D Object Detectionobject-detectionObject DetectionQuantizationSVGA-Net: Sparse Voxel-Graph Attention Network for 3D Object Detection from Point Clouds
Accurate 3D object detection from point clouds has become a crucial component in autonomous driving. However, the volumetric representations and the projection methods in previous works fail to establish the relationship…
3D Object DetectionAutonomous DrivingGraph Attentionobject-detection+2CVFNet: Real-time 3D Object Detection by Learning Cross View Features
In recent years 3D object detection from LiDAR point clouds has made great progress thanks to the development of deep learning technologies. Although voxel or point based methods are popular in 3D object detection, they …
3D geometry3D Object DetectionObjectobject-detection+1ImGeoNet: Image-induced Geometry-aware Voxel Representation for Multi-view 3D Object Detection
We propose ImGeoNet, a multi-view image-based 3D object detection framework that models a 3D space by an image-induced geometry-aware voxel representation. Unlike previous methods which aggregate 2D features into 3D voxe…
3D Object Detectionobject-detectionObject Detection