paper-with-me

Papers

Neural Dual Contouring

2022-02-04 · Zhiqin Chen, Andrea Tagliasacchi, Thomas Funkhouser, Hao Zhang

We introduce neural dual contouring (NDC), a new data-driven approach to mesh reconstruction based on dual contouring (DC). Like traditional DC, it produces exactly one vertex per grid cell and one quad for each grid edge intersection, a natural and efficient structure for reproducing sharp features. However, rather than computing vertex locations and edge crossings with hand-crafted functions that depend directly on difficult-to-obtain surface gradients, NDC uses a neural network to predict them. As a result, NDC can be trained to produce meshes from signed or unsigned distance fields, binary voxel grids, or point clouds (with or without normals); and it can produce open surfaces in cases where the input represents a sheet or partial surface. During experiments with five prominent datasets, we find that NDC, when trained on one of the datasets, generalizes well to the others. Furthermore, NDC provides better surface reconstruction accuracy, feature preservation, output complexity, triangle quality, and inference time in comparison to previous learned (e.g., neural marching cubes, convolutional occupancy networks) and traditional (e.g., Poisson) methods. Code and data are available at https://github.com/czq142857/NDC.

📄 PDF Abstract BibTeX arXiv:2202.01999

Code (2)

czq142857/NDC 공식 구현 pytorch
xzb030/img_survey tf

Tasks

Surface Reconstruction

Similar Papers 제목 키워드 기반

Automatic Contouring of Spinal Vertebrae on X-Ray using a Novel Sandwich U-Net Architecture

2025-07-12 · Sunil Munthumoduku Krishna Murthy, Kumar Rajamani, Srividya Tirunellai Rajamani, Yupei Li 외 arxiv

In spinal vertebral mobility disease, accurately extracting and contouring vertebrae is essential for assessing mobility impairments and monitoring variations during flexion-extension movements. Precise vertebral contour…

Dual Contouring of Hermite Data

2002-07-01 · ACM Transactions on Graphics (TOG), Volume 21, Issue 3 2002 7 · Tao Ju, Frank Losasso, Scott Schaefer, Joe Warren

This paper describes a new method for contouring a signed grid whose edges are tagged by Hermite data (i.e; exact intersection points and normals). This method avoids the need to explicitly identify and process “features…

Occupancy-Based Dual Contouring

2024-09-20 · Jisung Hwang, Minhyuk Sung

We introduce a dual contouring method that provides state-of-the-art performance for occupancy functions while achieving computation times of a few seconds. Our method is learning-free and carefully designed to maximize …

3D ReconstructionGPU

Contouring Error Bounded Control for Biaxial Switched Linear Systems

2024-04-08 · Meng Yuan, Ye Wang, Chris Manzie, Zhezhuang Xu 외

Biaxial motion control systems are used extensively in manufacturing and printing industries. To improve throughput and reduce machine cost, lightweight materials are being proposed in structural components but may resul…

Model Predictive ControlPosition

Faithful Contouring: Near-Lossless 3D Voxel Representation Free from Iso-surface

2025-11-06 · Yihao Luo, Xianglong He, Chuanyu Pan, Yiwen Chen 외 arxiv

Accurate and efficient voxelized representations of 3D meshes are the foundation of 3D reconstruction and generation. However, existing representations based on iso-surface heavily rely on water-tightening or rendering o…

3D Reconstruction