arXiv:2409.06710cs.CVcs.GR2024-09ECCV被引 6

用蒙特卡洛方法自适应构建网格,高效提取复杂几何的等值面。

McGrids: Monte Carlo-Driven Adaptive Grids for Iso-Surface Extraction

  • 将自适应网格构建转化为概率采样问题,用蒙特卡洛求解
  • 相比均匀网格减少大量隐式场查询,内存消耗显著降低
  • 适用于真实多视角图像学习的隐式场,保留丰富几何细节

从隐式场中提取等值面是计算机视觉与图形学中的基础过程。面对具有复杂几何细节的物体时,现有算法常面临计算成本高、内存占用大的问题。本文提出McGrids,一种新型等值面提取方法,核心思想是构建自适应网格而非传统均匀网格。具体地,将自适应网格构造问题建模为概率采样问题,并通过蒙特卡洛过程求解。我们在由表面网格生成的解析SDF以及从真实多视角图像学习得到的隐式场上进行了广泛实验。结果表明,McGrids能显著减少隐式场查询次数,实现大幅内存节约,同时生成高质量、细节丰富的网格。

原文摘要 · Abstract (English)

Iso-surface extraction from an implicit field is a fundamental process in various applications of computer vision and graphics. When dealing with geometric shapes with complicated geometric details, many existing algorithms suffer from high computational costs and memory usage. This paper proposes McGrids, a novel approach to improve the efficiency of iso-surface extraction. The key idea is to construct adaptive grids for iso-surface extraction rather than using a simple uniform grid as prior art does. Specifically, we formulate the problem of constructing adaptive grids as a probability sampling problem, which is then solved by Monte Carlo process. We demonstrate McGrids' capability with extensive experiments from both analytical SDFs computed from surface meshes and learned implicit fields from real multiview images. The experiment results show that our McGrids can significantly reduce the number of implicit field queries, resulting in significant memory reduction, while producing high-quality meshes with rich geometric details.

等值面提取自适应网格蒙特卡洛

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