CVGRNov 2, 2022

AS-PD: An Arbitrary-Size Downsampling Framework for Point Clouds

arXiv:2211.01110v24 citationsh-index: 79
AI Analysis

This addresses a bottleneck in point cloud processing for applications like 3D vision, offering a more flexible and generalizable solution, though it is incremental in improving upon existing learnable samplers.

The paper tackles the problem of arbitrary-size downsampling for point clouds, which existing methods cannot handle, by proposing AS-PD, a task-aware framework that uses a sample-to-refine strategy; it surpasses state-of-the-art methods in classification and registration tasks.

Point cloud downsampling is a crucial pre-processing operation to downsample points in order to unify data size and reduce computational cost, to name a few. Recent research on point cloud downsampling has achieved great success which concentrates on learning to sample in a task-aware way. However, existing learnable samplers can not directly perform arbitrary-size downsampling, and assume the input size is fixed. In this paper, we introduce the AS-PD, a novel task-aware sampling framework that directly downsamples point clouds to any smaller size based on a sample-to-refine strategy. Given an input point cloud of arbitrary size, we first perform a task-agnostic pre-sampling on the input point cloud to a specified sample size. Then, we obtain the sampled set by refining the pre-sampled set to make it task-aware, driven by downstream task losses. The refinement is realized by adding each pre-sampled point with a small offset predicted by point-wise multi-layer perceptrons (MLPs). With the density encoding and proper training scheme, the framework can learn to adaptively downsample point clouds of different input sizes to arbitrary sample sizes. We evaluate sampled results for classification and registration tasks, respectively. The proposed AS-PD surpasses the state-of-the-art method in terms of downstream performance. Further experiments also show that our AS-PD exhibits better generality to unseen task models, implying that the proposed sampler is optimized to the task rather than a specified task model.

Foundations

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

Your Notes