用数值梯度加速点云表面重建,提升细节精度与训练稳定性。
NumGrad-Pull: Numerical Gradient Guided Tri-plane Representation for Surface Reconstruction from Point Clouds
- 用三平面结构结合数值梯度替代解析梯度,提升训练效率。
- 引入渐进式平面扩展与采样策略,加快收敛并减少伪影。
- 适合需要高精度表面重建的3D建模与逆向工程场景。
从无方向、无序的3D点云中重建连续表面是计算机视觉与图形学中的基础挑战。近期方法通过训练神经符号距离函数(SDF),利用网络预测的距离和解析梯度将查询点拉向表面最近点。本文提出NumGrad-Pull,利用三平面结构的表示能力加速SDF学习,并增强局部细节保真度。为提升基于网格的三平面训练稳定性,我们采用数值梯度替代传统解析梯度计算。此外,设计渐进式平面扩展策略以加快SDF收敛速度,并提出数据采样策略减轻重建伪影。这些组件协同集成于统一的三平面牵引框架中,数值梯度、渐进扩展与互补采样共同应对从无方向点云学习SDF时的局部性与稀疏性挑战。大量基准测试验证了该方法的有效性与鲁棒性。代码已开源:https://github.com/cuiruikai/numgrad-pull。
原文摘要 · Abstract (English)
Reconstructing continuous surfaces from unoriented and unordered 3D points is a fundamental challenge in computer vision and graphics. Recent advancements address this problem by training neural signed distance functions to pull 3D location queries to their closest points on a surface, following the predicted signed distances and the analytical gradients computed by the network. In this paper, we introduce NumGrad-Pull, leveraging the representation capability of tri-plane structures to accelerate the learning of signed distance functions and enhance the fidelity of local details in surface reconstruction. To further improve the training stability of grid-based tri-planes, we propose to exploit numerical gradients, replacing conventional analytical computations. Additionally, we present a progressive plane expansion strategy to facilitate faster signed distance function convergence and design a data sampling strategy to mitigate reconstruction artifacts. These components are synergistically integrated into a unified tri-plane-based pulling framework, in which numerical gradients, progressive expansion, and complementary sampling jointly address the locality and sparsity challenges of learning SDFs from unoriented point clouds. Our extensive experiments across a variety of benchmarks demonstrate the effectiveness and robustness of our approach. Codes are available at: https://github.com/cuiruikai/numgrad-pull.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。