paper-with-me

Papers

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 the use of GPU parallelization. The recent surge of implicit neural representations has led to significant attention to occupancy fields, resulting in a wide range of 3D reconstruction and generation methods based on them. However, the outputs of such methods have been underestimated due to the bottleneck in converting the resulting occupancy function to a mesh. Marching Cubes tends to produce staircase-like artifacts, and most subsequent works focusing on exploiting signed distance functions as input also yield suboptimal results for occupancy functions. Based on Manifold Dual Contouring (MDC), we propose Occupancy-Based Dual Contouring (ODC), which mainly modifies the computation of grid edge points (1D points) and grid cell points (3D points) to not use any distance information. We introduce auxiliary 2D points that are used to compute local surface normals along with the 1D points, helping identify 3D points via the quadric error function. To search the 1D, 2D, and 3D points, we develop fast algorithms that are parallelizable across all grid edges, faces, and cells. Our experiments with several 3D neural generative models and a 3D mesh dataset demonstrate that our method achieves the best fidelity compared to prior works.

📄 PDF Abstract BibTeX arXiv:2409.13418

Code (1)

kaist-visual-ai-group/odc 공식 구현 pytorch

Tasks

3D ReconstructionGPU

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar 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 edg…

Surface Reconstruction

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…

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