paper-with-me

Papers

Analysis of voxel-based 3D object detection methods efficiency for real-time embedded systems

2021-05-21 · Illia Oleksiienko, Alexandros Iosifidis

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.

📄 PDF Abstract BibTeX arXiv:2105.10316

Code (1)

iliiliiliili/tanet-near-far 공식 구현 pytorch

Tasks

3D Object Detectionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

An Empirical Analysis of Range for 3D Object Detection

2023-08-08 · Neehar Peri, Mengtian Li, Benjamin Wilson, Yu-Xiong Wang 외

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+3

DV-Det: Efficient 3D Point Cloud Object Detection with Dynamic Voxelization

2021-07-27 · Zhaoyu Su, Pin Siang Tan, Yu-Hsing Wang

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 DetectionQuantization

SVGA-Net: Sparse Voxel-Graph Attention Network for 3D Object Detection from Point Clouds

2020-06-07 · Qingdong He, Zhengning Wang, Hao Zeng, Yi Zeng 외

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+2

CVFNet: Real-time 3D Object Detection by Learning Cross View Features

2022-03-13 · Jiaqi Gu, Zhiyu Xiang, Pan Zhao, Tingming Bai 외

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+1

ImGeoNet: Image-induced Geometry-aware Voxel Representation for Multi-view 3D Object Detection

2023-08-17 · ICCV 2023 1 · Tao Tu, Shun-Po Chuang, Yu-Lun Liu, Cheng Sun 외

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