Revisiting Poisson-disk Subsampling for Massive Point Cloud Decimation
Marc Comino-Trinidad, Antonio Chica, Carlos and\'ujar

TL;DR
This paper improves Poisson-disk sampling for massive point clouds by using a more efficient method based on nearest neighbors and voxelization, enhancing scalability and output quality.
Contribution
It introduces a novel, scalable Poisson-disk sampling algorithm that estimates local density via nearest neighbors and voxelization, suitable for large, uneven point clouds.
Findings
Enhanced performance and scalability demonstrated.
Improved output quality in point cloud decimation.
Effective out-of-core operation strategy proposed.
Abstract
Scanning devices often produce point clouds exhibiting highly uneven distributions of point samples across the surfaces being captured. Different point cloud subsampling techniques have been proposed to generate more evenly distributed samples. Poisson-disk sampling approaches assign each sample a cost value so that subsampling reduces to sorting the samples by cost and then removing the desired ratio of samples with the highest cost. Unfortunately, these approaches compute the sample cost using pairwise distances of the points within a constant search radius, which is very costly for massive point clouds with uneven densities. In this paper, we revisit Poisson-disk sampling for point clouds. Instead of optimizing for equal densities, we propose to maximize the distance to the closest point, which is equivalent to estimating the local point density as a value inversely proportional to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote Sensing and LiDAR Applications · 3D Surveying and Cultural Heritage · 3D Shape Modeling and Analysis
