paper-with-me

Papers

Tetrahedron Splatting for 3D Generation

2024-06-03 · Chun Gu, Zeyu Yang, Zijie Pan, Xiatian Zhu, Li Zhang

3D representation is essential to the significant advance of 3D generation with 2D diffusion priors. As a flexible representation, NeRF has been first adopted for 3D representation. With density-based volumetric rendering, it however suffers both intensive computational overhead and inaccurate mesh extraction. Using a signed distance field and Marching Tetrahedra, DMTet allows for precise mesh extraction and real-time rendering but is limited in handling large topological changes in meshes, leading to optimization challenges. Alternatively, 3D Gaussian Splatting (3DGS) is favored in both training and rendering efficiency while falling short in mesh extraction. In this work, we introduce a novel 3D representation, Tetrahedron Splatting (TeT-Splatting), that supports easy convergence during optimization, precise mesh extraction, and real-time rendering simultaneously. This is achieved by integrating surface-based volumetric rendering within a structured tetrahedral grid while preserving the desired ability of precise mesh extraction, and a tile-based differentiable tetrahedron rasterizer. Furthermore, we incorporate eikonal and normal consistency regularization terms for the signed distance field to improve generation quality and stability. Critically, our representation can be trained without mesh extraction, making the optimization process easier to converge. Our TeT-Splatting can be readily integrated in existing 3D generation pipelines, along with polygonal mesh for texture optimization. Extensive experiments show that our TeT-Splatting strikes a superior tradeoff among convergence speed, render efficiency, and mesh quality as compared to previous alternatives under varying 3D generation settings.

📄 PDF Abstract BibTeX arXiv:2406.01579

Code (1)

fudan-zvg/tet-splatting 공식 구현 jax

Tasks

3D Generation3DGSNeRF

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Creating Your Editable 3D Photorealistic Avatar with Tetrahedron-constrained Gaussian Splatting

2025-04-29 · CVPR 2025 1 · Hanxi Liu, Yifang Men, Zhouhui Lian

Personalized 3D avatar editing holds significant promise due to its user-friendliness and availability to applications such as AR/VR and virtual try-ons. Previous studies have explored the feasibility of 3D editing, but …

Representation Learning

DeepDT: Learning Geometry From Delaunay Triangulation for Surface Reconstruction

2021-01-25 · Yiming Luo, Zhenxing Mi, Wenbing Tao

In this paper, a novel learning-based network, named DeepDT, is proposed to reconstruct the surface from Delaunay triangulation of point cloud. DeepDT learns to predict inside/outside labels of Delaunay tetrahedrons dire…

Surface Reconstruction

GASP: Gaussian Splatting for Physic-Based Simulations

2024-09-09 · Piotr Borycki, Weronika Smolak, Joanna Waczyńska, Marcin Mazur 외

Physics simulation is paramount for modeling and utilization of 3D scenes in various real-world applications. However, its integration with state-of-the-art 3D scene rendering techniques such as Gaussian Splatting (GS) r…

Tetrahedron-Net for Medical Image Registration

2025-05-07 · Jinhai Xiang, Shuai Guo, Qianru Han, Dantong Shi 외

Medical image registration plays a vital role in medical image processing. Extracting expressive representations for medical images is crucial for improving the registration quality. One common practice for this end is c…

DecoderImage RegistrationMedical Image Registration

Search for Z/2 eigenfunctions on the sphere using machine learning

2025-07-17 · Andriy Haydys, Willem Adriaan Salm

We use machine learning to search for examples of Z/2 eigenfunctions on the 2-sphere. For this we created a multivalued version of a feedforward deep neural network, and we implemented it using the JAX library. We found …