CVMar 31, 2023

IC-FPS: Instance-Centroid Faster Point Sampling Module for 3D Point-base Object Detection

arXiv:2303.17921v13 citationsh-index: 8
Originality Highly original
AI Analysis

This addresses the efficiency bottleneck for autonomous driving and robotics applications, enabling real-time detection in large-scale point clouds.

The paper tackles the low efficiency of point-based 3D object detection methods by proposing IC-FPS, a module that replaces the computationally expensive farthest point sampling, resulting in a 3.8x inference speedup on the Waymo dataset while improving performance.

3D object detection is one of the most important tasks in autonomous driving and robotics. Our research focuses on tackling low efficiency issue of point-based methods on large-scale point clouds. Existing point-based methods adopt farthest point sampling (FPS) strategy for downsampling, which is computationally expensive in terms of inference time and memory consumption when the number of point cloud increases. In order to improve efficiency, we propose a novel Instance-Centroid Faster Point Sampling Module (IC-FPS) , which effectively replaces the first Set Abstraction (SA) layer that is extremely tedious. IC-FPS module is comprised of two methods, local feature diffusion based background point filter (LFDBF) and Centroid-Instance Sampling Strategy (CISS). LFDBF is constructed to exclude most invalid background points, while CISS substitutes FPS strategy by fast sampling centroids and instance points. IC-FPS module can be inserted to almost every point-based models. Extensive experiments on multiple public benchmarks have demonstrated the superiority of IC-FPS. On Waymo dataset, the proposed module significantly improves performance of baseline model and accelerates inference speed by 3.8 times. For the first time, real-time detection of point-based models in large-scale point cloud scenario is realized.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes