arXiv:2411.16995cs.CV2024-11被引 5

用曲率信息优化点云采样,提升下游任务性能

Curvature Informed Furthest Point Sampling

  • 结合曲率评分与软排名,动态替换低曲率点
  • 在分类、分割、补全任务中均超越基线模型
  • 支持稳定端到端训练,适合几何处理场景

点云因其内存效率高、采集与存储简便而受到关注。但随着点云规模增大,有效的下采样对降低下游任务计算开销至关重要。传统方法如最远点采样(FPS)虽表现良好,但依赖启发式规则,忽略曲率等几何特征。本文提出一种基于强化学习的采样算法,通过深度神经网络计算曲率得分,并将曲率高的点替换掉原FPS结果中的低曲率点,从而提升采样质量。现有可微采样方法常因训练不稳定难以融入端到端框架,而本方法实现稳定端到端学习,在多个下游几何处理任务中持续优于基线模型。我们进行了全面消融实验,提供定性与定量分析,验证各特征影响。所提算法在分类、分割和形状补全任务上达到当前最优性能,展现出鲁棒性与适应性。

原文摘要 · Abstract (English)

Point cloud representation has gained traction due to its efficient memory usage and simplicity in acquisition, manipulation, and storage. However, as point cloud sizes increase, effective down-sampling becomes essential to address the computational requirements of downstream tasks. Classical approaches, such as furthest point sampling (FPS), perform well on benchmarks but rely on heuristics and overlook geometric features, like curvature, during down-sampling. In this paper, We introduce a reinforcement learning-based sampling algorithm that enhances FPS by integrating curvature information. Our approach ranks points by combining FPS-derived soft ranks with curvature scores computed by a deep neural network, allowing us to replace a proportion of low-curvature points in the FPS set with high-curvature points from the unselected set. Existing differentiable sampling techniques often suffer from training instability, hindering their integration into end-to-end learning frameworks. By contrast, our method achieves stable end-to-end learning, consistently outperforming baseline models across multiple downstream geometry processing tasks. We provide comprehensive ablation studies, with both qualitative and quantitative insights into the effect of each feature on performance. Our algorithm establishes state-of-the-art results for classification, segmentation and shape completion, showcasing its robustness and adaptability.

点云处理采样算法曲率感知深度学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。