pith. sign in

arxiv: 2005.11621 · v1 · pith:B7LQZ5UPnew · submitted 2020-05-23 · 💻 cs.GR · cs.CG

ManifoldPlus: A Robust and Scalable Watertight Manifold Surface Generation Method for Triangle Soups

classification 💻 cs.GR cs.CG
keywords methodwatertightmethodsfacemanifoldmanifoldplusmeshesrobust
0
0 comments X
read the original abstract

We present ManifoldPlus, a method for robust and scalable conversion of triangle soups to watertight manifolds. While many algorithms in computer graphics require the input mesh to be a watertight manifold, in practice many meshes designed by artists are often for visualization purposes, and thus have non-manifold structures such as incorrect connectivity, ambiguous face orientation, double surfaces, open boundaries, self-intersections, etc. Existing methods suffer from problems in the inputs with face orientation and zero-volume structures. Additionally most methods do not scale to meshes of high complexity. In this paper, we propose a method that extracts exterior faces between occupied voxels and empty voxels, and uses a projection-based optimization method to accurately recover a watertight manifold that resembles the reference mesh. Compared to previous methods, our methodology is simpler. It does not rely on face normals of the input triangle soups and can accurately recover zero-volume structures. Our algorithm is scalable, because it employs an adaptive Gauss-Seidel method for shape optimization, in which each step is an easy-to-solve convex problem. We test ManifoldPlus on ModelNet10 and AccuCity datasets to verify that our methods can generate watertight meshes ranging from object-level shapes to city-level models. Furthermore, through our experimental evaluations, we show that our method is more robust, efficient and accurate than the state-of-the-art. Our implementation is publicly available.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CelloCut: Constructive Watertight Remeshing via Tetrahedral Cell Cuts

    cs.GR 2026-05 unverdicted novelty 7.0

    CelloCut formulates watertight remeshing as binary labeling on a Delaunay tetrahedral partition solved by graph-cut minimization with one-sided constraints to guarantee volumetrically consistent solids.

  2. PhysSkin: Real-Time and Generalizable Physics-Based Animation via Self-Supervised Neural Skinning

    cs.GR 2026-03 unverdicted novelty 6.0

    PhysSkin uses a neural skinning autoencoder and physics-informed self-supervised training to create mesh-free, generalizable skinning fields for real-time animation.

  3. TripoSG: High-Fidelity 3D Shape Synthesis using Large-Scale Rectified Flow Models

    cs.CV 2025-02 unverdicted novelty 6.0

    TripoSG generates high-fidelity 3D meshes from input images via a large-scale rectified flow transformer and hybrid-trained 3D VAE on a custom 2-million-sample dataset, claiming state-of-the-art fidelity and generalization.

  4. AssetGen: Deployable 3D Asset Generation at Interactive Speed

    cs.GR 2026-05 unverdicted novelty 5.0

    AssetGen is a system that produces deployable 3D assets including meshes, baked normals, and textures from a single reference image in under 30 seconds via a coarse-to-refine VecSet pipeline and co-designed optimizations.

  5. Lightweight Neural Framework for Robust 3D Volume and Surface Estimation from Multi-View Images

    cs.CV 2026-06 unverdicted novelty 4.0

    A lightweight neural model fuses 3D point cloud reconstructions with view-aligned 2D features via a graph decoder to regress volume, surface area, and uncertainties from multi-view images without iterative optimization.