paper-with-me

Papers

Learning Deformable Tetrahedral Meshes for 3D Reconstruction

2020-11-03 · NeurIPS 2020 12 · Jun Gao, Wenzheng Chen, Tommy Xiang, Clement Fuji Tsang, Alec Jacobson, Morgan McGuire, Sanja Fidler

3D shape representations that accommodate learning-based 3D reconstruction are an open problem in machine learning and computer graphics. Previous work on neural 3D reconstruction demonstrated benefits, but also limitations, of point cloud, voxel, surface mesh, and implicit function representations. We introduce Deformable Tetrahedral Meshes (DefTet) as a particular parameterization that utilizes volumetric tetrahedral meshes for the reconstruction problem. Unlike existing volumetric approaches, DefTet optimizes for both vertex placement and occupancy, and is differentiable with respect to standard 3D reconstruction loss functions. It is thus simultaneously high-precision, volumetric, and amenable to learning-based neural architectures. We show that it can represent arbitrary, complex topology, is both memory and computationally efficient, and can produce high-fidelity reconstructions with a significantly smaller grid size than alternative volumetric approaches. The predicted surfaces are also inherently defined as tetrahedral meshes, thus do not require post-processing. We demonstrate that DefTet matches or exceeds both the quality of the previous best approaches and the performance of the fastest ones. Our approach obtains high-quality tetrahedral meshes computed directly from noisy point clouds, and is the first to showcase high-quality 3D tet-mesh results using only a single image as input. Our project webpage: https://nv-tlabs.github.io/DefTet/

📄 PDF Abstract BibTeX arXiv:2011.01437

Code (1)

nv-tlabs/DefTet 공식 구현 pytorch

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

Deformable NeRF using Recursively Subdivided Tetrahedra

2024-10-06 · Zherui Qiu, Chenqu Ren, Kaiwen Song, Xiaoyi Zeng 외

While neural radiance fields (NeRF) have shown promise in novel view synthesis, their implicit representation limits explicit control over object manipulation. Existing research has proposed the integration of explicit g…

NeRFNovel View SynthesisObject

HoloTetSphere: Unified TetSphere Mesh Reconstruction for Physical Simulations

2026-07-09 · YaQiao Dai, Renjiao Yi, Zhirui Gao, Wei Chen 외 arxiv

Standard pipelines for physics-ready 3D reconstruction rely on a decoupled two-stage paradigm: extracting surface geometry followed by an error-prone tetrahedralization process. While recent Lagrangian methods like TetSp…

Physical Simulations3D Reconstruction

Radiance Meshes for Volumetric Reconstruction

2025-12-03 · Alexander Mai, Trevor Hedstrom, George Kopanas, Janne Kontkanen 외 arxiv

We introduce radiance meshes, a technique for representing radiance fields with constant density tetrahedral cells produced with a Delaunay tetrahedralization. Unlike a Voronoi diagram, a Delaunay tetrahedralization yiel…

TetWeave: Isosurface Extraction using On-The-Fly Delaunay Tetrahedral Grids for Gradient-Based Mesh Optimization

2025-05-07 · Alexandre Binninger, Ruben Wiersma, Philipp Herholz, Olga Sorkine-Hornung

We introduce TetWeave, a novel isosurface representation for gradient-based mesh optimization that jointly optimizes the placement of a tetrahedral grid used for Marching Tetrahedra and a novel directional signed distanc…

3D ReconstructionFairnessMulti-View 3D ReconstructionTexture Synthesis

TetSphere Splatting: Representing High-Quality Geometry with Lagrangian Volumetric Meshes

2024-05-30 · Minghao Guo, Bohan Wang, Kaiming He, Wojciech Matusik

We introduce TetSphere Splatting, a Lagrangian geometry representation designed for high-quality 3D shape modeling. TetSphere splatting leverages an underused yet powerful geometric primitive -- volumetric tetrahedral me…

3D Generation3D Reconstruction3D Shape ModelingComputational Efficiency+4