paper-with-me

홈 › Papers

*: 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, Ji Liu

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 autonomous driving due to significant differences in the size of different types of objects. However, because of the real-time requirements, large-size convolution kernels are rarely used to extract large-scale features in the backbone. Current 3D detectors commonly use feature pyramid networks to obtain large-scale features; however, some objects containing fewer point clouds are further lost during down-sampling, resulting in degraded performance. Since pillar-based schemes require much less computation than voxel-based schemes, they are more suitable for constructing real-time 3D detectors. Hence, we propose the *, a pillar-based scheme. We redesigned the feature encoding, the backbone, and the neck of the 3D detector. We propose the Voxel2Pillar feature encoding, which uses a sparse convolution constructor to construct pillars with richer point cloud features, especially height features. The Voxel2Pillar adds more learnable parameters to the feature encoding, enabling the initial pillars to have higher performance ability. We extract multi-scale and large-scale features in the proposed fully sparse backbone, which does not utilize large-size convolutional kernels; the backbone consists of the proposed multi-scale feature extraction module. The neck consists of the proposed sparse ConvNeXt, whose simple structure significantly improves the performance. We validate the effectiveness of the proposed * on the Waymo Open Dataset, and the object detection accuracy for vehicles, pedestrians, and cyclists is improved. We also verify the effectiveness of each proposed module in detail through ablation studies.

📄 PDF Abstract BibTeX arXiv:2405.09828

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingAutonomous Vehiclesobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

ConvNeXt 설명 없음
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 제목 키워드 기반

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

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

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 appro…

3D Object Detectionobject-detectionObject DetectionRepresentation Learning

Fine-Grained Pillar Feature Encoding Via Spatio-Temporal Virtual Grid for 3D Object Detection

2024-03-11 · Konyul Park, Yecheol Kim, Junho Koh, Byungwoo Park 외

Developing high-performance, real-time architectures for LiDAR-based 3D object detectors is essential for the successful commercialization of autonomous vehicles. Pillar-based methods stand out as a practical choice for …

3D Object DetectionAutonomous VehiclesComputational Efficiencyobject-detection+1

PillarNet: Real-Time and High-Performance Pillar-based 3D Object Detection

2022-05-16 · Guangsheng Shi, Ruifeng Li, Chao Ma

Real-time and high-performance 3D object detection is of critical importance for autonomous driving. Recent top-performing 3D object detectors mainly rely on point-based or 3D voxel-based convolutions, which are both com…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1

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

PillarHist: A Quantization-aware Pillar Feature Encoder based on Height-aware Histogram

2025-01-01 · CVPR 2025 1 · Sifan Zhou, Zhihang Yuan, Dawei Yang, Xing Hu 외

Real-time and high-performance 3D object detection plays a critical role in autonomous driving and robotics. Recent pillar-based 3D object detectors have gained significant attention due to their compact representati…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+1