paper-with-me

Papers

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 in the 3D space yet achieve impressive efficiency and accuracy. To achieve this goal, we propose dynamic voxelization, a method that voxellizes points at local scale on-the-fly. By doing so, we preserve the point cloud geometry with 3D voxels, and therefore waive the dependence on expensive MLPs to learn from point coordinates. On the other hand, we inherently still follow the same processing pattern as point-wise methods (e.g., PointNet) and no longer suffer from the quantization issue like conventional convolutions. For further speed optimization, we propose the grid-based downsampling and voxelization method, and provide different CUDA implementations to accommodate to the discrepant requirements during training and inference phases. We highlight our efficiency on KITTI 3D object detection dataset with 75 FPS and on Waymo Open dataset with 25 FPS inference speed with satisfactory accuracy.

📄 PDF Abstract BibTeX arXiv:2107.12707

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object Detectionobject-detectionObject DetectionQuantization

Similar Papers 제목 키워드 기반

End-to-End Multi-View Fusion for 3D Object Detection in LiDAR Point Clouds

2019-10-15 · Yin Zhou, Pei Sun, Yu Zhang, Dragomir Anguelov 외

Recent work on 3D object detection advocates point cloud voxelization in birds-eye view, where objects preserve their physical dimensions and are naturally separable. When represented in this view, however, point clouds …

3D Object Detectionobject-detectionObject Detection

DV-ConvNet: Fully Convolutional Deep Learning on Point Clouds with Dynamic Voxelization and 3D Group Convolution

2020-09-07 · Zhaoyu Su, Pin Siang Tan, Junkang Chow, Jimmy Wu 외

3D point cloud interpretation is a challenging task due to the randomness and sparsity of the component points. Many of the recently proposed methods like PointNet and PointCNN have been focusing on learning shape descri…

Rethinking Voxelization and Classification for 3D Object Detection

2023-01-10 · Youshaa Murhij, Alexander Golodkov, Dmitry Yudin

The main challenge in 3D object detection from LiDAR point clouds is achieving real-time performance without affecting the reliability of the network. In other words, the detecting network must be confident enough about …

3D Object DetectionClassificationObjectobject-detection+1

Context-Aware Dynamic Feature Extraction for 3D Object Detection in Point Clouds

2019-12-10 · Yonglin Tian, Lichao Huang, Xuesong Li, Kunfeng Wang 외

Varying density of point clouds increases the difficulty of 3D detection. In this paper, we present a context-aware dynamic network (CADNet) to capture the variance of density by considering both point context and semant…

3D Object Detectionobject-detectionObject DetectionRegion Proposal

Adaptive Voxelization for Transform coding of 3D Gaussian splatting data

2025-05-30 · Chenjunjie Wang, Shashank N. Sridhara, Eduardo Pavez, Antonio Ortega 외

We present a novel compression framework for 3D Gaussian splatting (3DGS) data that leverages transform coding tools originally developed for point clouds. Contrary to existing 3DGS compression methods, our approach can …

3DGS