菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-25
📄 Abstract - Neu-PiG: Neural Preconditioned Grids for Fast Dynamic Surface Reconstruction on Long Sequences

Temporally consistent surface reconstruction of dynamic 3D objects from unstructured point cloud data remains challenging, especially for very long sequences. Existing methods either optimize deformations incrementally, risking drift and requiring long runtimes, or rely on complex learned models that demand category-specific training. We present Neu-PiG, a fast deformation optimization method based on a novel preconditioned latent-grid encoding that distributes spatial features parameterized on the position and normal direction of a keyframe surface. Our method encodes entire deformations across all time steps at various spatial scales into a multi-resolution latent grid, parameterized by the position and normal direction of a reference surface from a single keyframe. This latent representation is then augmented for time modulation and decoded into per-frame 6-DoF deformations via a lightweight multilayer perceptron (MLP). To achieve high-fidelity, drift-free surface reconstructions in seconds, we employ Sobolev preconditioning during gradient-based training of the latent space, completely avoiding the need for any explicit correspondences or further priors. Experiments across diverse human and animal datasets demonstrate that Neu-PiG outperforms state-the-art approaches, offering both superior accuracy and scalability to long sequences while running at least 60x faster than existing training-free methods and achieving inference speeds on the same order as heavy pretrained models.

顶级标签: computer vision model training systems
详细标签: dynamic 3d reconstruction surface reconstruction deformation optimization latent-grid encoding sobolev preconditioning 或 搜索:

Neu-PiG:用于长序列快速动态表面重建的神经预条件网格 / Neu-PiG: Neural Preconditioned Grids for Fast Dynamic Surface Reconstruction on Long Sequences


1️⃣ 一句话总结

这篇论文提出了一种名为Neu-PiG的新方法,它利用一种创新的‘预条件网格’编码技术,能够快速、准确且无漂移地从无序点云数据中重建动态三维物体的表面,尤其擅长处理非常长的动作序列,其速度比现有无需训练的方法快60倍以上。

源自 arXiv: 2602.22212