paper-with-me

Papers

Efficient 3D Perception on Multi-Sweep Point Cloud with Gumbel Spatial Pruning

2024-11-12 · Tianyu Sun, Jianhao Li, Xueqian Zhang, Zhongdao Wang, Bailan Feng, Hengshuang Zhao

This paper studies point cloud perception within outdoor environments. Existing methods face limitations in recognizing objects located at a distance or occluded, due to the sparse nature of outdoor point clouds. In this work, we observe a significant mitigation of this problem by accumulating multiple temporally consecutive point cloud sweeps, resulting in a remarkable improvement in perception accuracy. However, the computation cost also increases, hindering previous approaches from utilizing a large number of point cloud sweeps. To tackle this challenge, we find that a considerable portion of points in the accumulated point cloud is redundant, and discarding these points has minimal impact on perception accuracy. We introduce a simple yet effective Gumbel Spatial Pruning (GSP) layer that dynamically prunes points based on a learned end-to-end sampling. The GSP layer is decoupled from other network components and thus can be seamlessly integrated into existing point cloud network architectures. Without incurring additional computational overhead, we increase the number of point cloud sweeps from 10, a common practice, to as many as 40. Consequently, there is a significant enhancement in perception performance. For instance, in nuScenes 3D object detection and BEV map segmentation tasks, our pruning strategy improves several 3D perception baseline methods.

📄 PDF Abstract BibTeX arXiv:2411.07742

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object Detectionobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Semantic Occupancy Prediction with Dual Range-Voxel Representation

2026-06-30 · Sitao Chen, Zhuangwei Zhuang, Hui Luo, Lizhao Liu 외 arxiv

LiDAR-based 3D semantic occupancy prediction, which aims to provide accurate and comprehensive scene representation, is crucial for autonomous driving systems. As point clouds suffer from sparsity and incompleteness, lea…

Autonomous DrivingPoint Clouds

MNEW: Multi-domain Neighborhood Embedding and Weighting for Sparse Point Clouds Segmentation

2020-04-05 · Yang Zheng, Izzat H. Izzat, Sanling Song

Point clouds have been widely adopted in 3D semantic scene understanding. However, point clouds for typical tasks such as 3D shape segmentation or indoor scenario parsing are much denser than outdoor LiDAR sweeps for the…

Autonomous DrivingScene UnderstandingSemantic Segmentation

Sparse Single Sweep LiDAR Point Cloud Segmentation via Learning Contextual Shape Priors from Scene Completion

2020-12-07 · Xu Yan, Jiantao Gao, Jie Li, Ruimao Zhang 외

LiDAR point cloud analysis is a core task for 3D computer vision, especially for autonomous driving. However, due to the severe sparsity and noise interference in the single sweep LiDAR point cloud, the accurate semantic…

3D Semantic Scene Completion3D Semantic Scene Completion from a single RGB image3D Semantic SegmentationAutonomous Driving+3

Modeling Point Clouds with Self-Attention and Gumbel Subset Sampling

2019-04-06 · CVPR 2019 6 · Jiancheng Yang, Qiang Zhang, Bingbing Ni, Linguo Li 외

Geometric deep learning is increasingly important thanks to the popularity of 3D sensors. Inspired by the recent advances in NLP domain, the self-attention transformer is introduced to consume the point clouds. We develo…

MV-DeepSDF: Implicit Modeling with Multi-Sweep Point Clouds for 3D Vehicle Reconstruction in Autonomous Driving

2023-08-21 · ICCV 2023 1 · Yibo Liu, Kelly Zhu, Guile Wu, Yuan Ren 외

Reconstructing 3D vehicles from noisy and sparse partial point clouds is of great significance to autonomous driving. Most existing 3D reconstruction methods cannot be directly applied to this problem because they are el…

3D ReconstructionAutonomous Driving