通过局部梯度感知滤波,从噪声点云中学习更准确的法向量。
Learning Normals of Noisy Points by Local Gradient-Aware Surface Filtering
- 基于隐式函数与局部梯度约束,将噪声点投影到潜在表面。
- 在点云重建和去噪任务中达到当前最优性能。
- 适合处理高噪声、低质量3D点云数据的场景。
从噪声点云中估计法向量是3D几何处理中的长期挑战,尤其在端到端法向量估计任务中。现有方法通常针对较干净的数据,依赖监督先验来拟合局部邻域内的表面。本文提出一种新型方法,通过局部梯度感知表面滤波,从噪声点云中学习法向量。该方法利用由局部梯度约束的隐式函数导出的法向量和距离,将噪声点投影至潜在表面。首先引入一种全局表面拟合的距离度量算子,整合沿法向的投影距离;随后构建基于隐式场的滤波方法,对滤波过程中的点施加投影约束。为缓解过度平滑和梯度退化问题,进一步引入局部梯度一致性、方向与聚合约束。在法向量估计、表面重建和点云去噪任务上的全面实验表明,本方法性能达到当前最优水平。源代码与训练模型见:https://github.com/LeoQLi/LGSF。
原文摘要 · Abstract (English)
Estimating normals for noisy point clouds is a persistent challenge in 3D geometry processing, particularly for end-to-end oriented normal estimation. Existing methods generally address relatively clean data and rely on supervised priors to fit local surfaces within specific neighborhoods. In this paper, we propose a novel approach for learning normals from noisy point clouds through local gradient-aware surface filtering. Our method projects noisy points onto the underlying surface by utilizing normals and distances derived from an implicit function constrained by local gradients. We start by introducing a distance measurement operator for global surface fitting on noisy data, which integrates projected distances along normals. Following this, we develop an implicit field-based filtering approach for surface point construction, adding projection constraints on these points during filtering. To address issues of over-smoothing and gradient degradation, we further incorporate local gradient consistency constraints, as well as local gradient orientation and aggregation. Comprehensive experiments on normal estimation, surface reconstruction, and point cloud denoising demonstrate the state-of-the-art performance of our method. The source code and trained models are available at https://github.com/LeoQLi/LGSF.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。