paper-with-me

홈 › Papers

Voxel or Pillar: Exploring Efficient Point Cloud Representation for 3D Object Detection

2023-04-06 · Yuhao Huang, Sanping Zhou, Junjie Zhang, Jinpeng Dong, Nanning Zheng

Efficient representation of point clouds is fundamental for LiDAR-based 3D object detection. While recent grid-based detectors often encode point clouds into either voxels or pillars, the distinctions between these approaches remain underexplored. In this paper, we quantify the differences between the current encoding paradigms and highlight the limited vertical learning within. To tackle these limitations, we introduce a hybrid Voxel-Pillar Fusion network (VPF), which synergistically combines the unique strengths of both voxels and pillars. Specifically, we first develop a sparse voxel-pillar encoder that encodes point clouds into voxel and pillar features through 3D and 2D sparse convolutions respectively, and then introduce the Sparse Fusion Layer (SFL), facilitating bidirectional interaction between sparse voxel and pillar features. Our efficient, fully sparse method can be seamlessly integrated into both dense and sparse detectors. Leveraging this powerful yet straightforward framework, VPF delivers competitive performance, achieving real-time inference speeds on the nuScenes and Waymo Open Dataset. The code will be available.

📄 PDF Abstract BibTeX arXiv:2304.02867

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object Detectionobject-detectionObject DetectionRepresentation Learning

Methods 이 논문이 사용한 방법론

Sparse Convolutions 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Pillar R-CNN for Point Cloud 3D Object Detection

2023-02-26 · Guangsheng Shi, Ruifeng Li, Chao Ma

The performance of point cloud 3D object detection hinges on effectively representing raw points, grid-based voxels or pillars. Recent two-stage 3D detectors typically take the point-voxel-based R-CNN paradigm, i.e., the…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

PointSlice: Accurate and Efficient Slice-Based Representation for 3D Object Detection from Point Clouds

2025-09-01 · Liu Qifeng, Zhao Dawei, Dong Yabo, Xiao Liang 외 arxiv

3D object detection from point clouds plays a critical role in autonomous driving. Currently, the primary methods for point cloud processing are voxel-based and pillar-based approaches. Voxel-based methods offer high acc…

3D Object DetectionAutonomous DrivingPoint Clouds

*: Improving the 3D detector by introducing Voxel2Pillar feature encoding and extracting multi-scale features

2024-05-16 · Xusheng Li, Chengliang Wang, Shumao Wang, Zhuo Zeng 외

The multi-line LiDAR is widely used in autonomous vehicles, so point cloud-based 3D detectors are essential for autonomous driving. Extracting rich multi-scale features is crucial for point cloud-based 3D detectors in au…

Autonomous DrivingAutonomous Vehiclesobject-detectionObject Detection

Mini-PointNetPlus: a local feature descriptor in deep learning model for 3d environment perception

2023-07-25 · Chuanyu Luo, Nuo Cheng, Sikun Ma, Jun Xiang 외

Common deep learning models for 3D environment perception often use pillarization/voxelization methods to convert point cloud data into pillars/voxels and then process it with a 2D/3D convolutional neural network (CNN). …

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