paper-with-me

홈 › Papers

Hierarchical Adaptive Voxel-guided Sampling for Real-time Applications in Large-scale Point Clouds

2023-05-23 · Junyuan Ouyang, Xiao Liu, Haoyao Chen

While point-based neural architectures have demonstrated their efficacy, the time-consuming sampler currently prevents them from performing real-time reasoning on scene-level point clouds. Existing methods attempt to overcome this issue by using random sampling strategy instead of the commonly-adopted farthest point sampling~(FPS), but at the expense of lower performance. So the effectiveness/efficiency trade-off remains under-explored. In this paper, we reveal the key to high-quality sampling is ensuring an even spacing between points in the subset, which can be naturally obtained through a grid. Based on this insight, we propose a hierarchical adaptive voxel-guided point sampler with linear complexity and high parallelization for real-time applications. Extensive experiments on large-scale point cloud detection and segmentation tasks demonstrate that our method achieves competitive performance with the most powerful FPS, at an amazing speed that is more than 100 times faster. This breakthrough in efficiency addresses the bottleneck of the sampling step when handling scene-level point clouds. Furthermore, our sampler can be easily integrated into existing models and achieves a 20$\sim$80\% reduction in runtime with minimal effort. The code will be available at https://github.com/OuyangJunyuan/pointcloud-3d-detector-tensorrt

📄 PDF Abstract BibTeX arXiv:2305.14306

Code (1)

ouyangjunyuan/pointcloud-3d-detector-tensorrt 공식 구현 pytorch

Tasks

Cloud Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Manual-Label Free 3D Detection via An Open-Source Simulator

2020-11-16 · Zhen Yang, Chi Zhang, Huiming Guo, Zhaoxiang Zhang

LiDAR based 3D object detectors typically need a large amount of detailed-labeled point cloud data for training, but these detailed labels are commonly expensive to acquire. In this paper, we propose a manual-label free …

Saliency-guided Adaptive Seeding for Supervoxel Segmentation

2017-04-13 · Ge Gao, Mikko Lauri, Jianwei Zhang, Simone Frintrop

We propose a new saliency-guided method for generating supervoxels in 3D space. Rather than using an evenly distributed spatial seeding procedure, our method uses visual saliency to guide the process of supervoxel genera…

Segmentation

AVS-Net: Point Sampling with Adaptive Voxel Size for 3D Scene Understanding

2024-02-27 · Hongcheng Yang, Dingkang Liang, Dingyuan Zhang, Zhe Liu 외

The recent advancements in point cloud learning have enabled intelligent vehicles and robots to comprehend 3D environments better. However, processing large-scale 3D scenes remains a challenging problem, such that effici…

3D Object Detection3D Part Segmentation3D Semantic Segmentationobject-detection+3

Fast Multi-Organ Fine Segmentation in CT Images with Hierarchical Sparse Sampling and Residual Transformer

2025-11-11 · Xueqi Guo, Halid Ziya Yerebakan, Yoshihisa Shinagawa, Kritika Iyer 외 arxiv

Multi-organ segmentation of 3D medical images is fundamental with meaningful applications in various clinical automation pipelines. Although deep learning has achieved superior performance, the time and memory consumptio…

NICE-SLAM with Adaptive Feature Grids

2023-06-04 · Ganlin Zhang, Deheng Zhang, Feichi Lu, Anqi Li

NICE-SLAM is a dense visual SLAM system that combines the advantages of neural implicit representations and hierarchical grid-based scene representation. However, the hierarchical grid features are densely stored, leadin…