An End-to-End Geometric Deficiency Elimination Algorithm for 3D Meshes
Bingtao Ma, Hongsen Liu, Liangliang Nan, Yang Cong

TL;DR
This paper introduces an efficient end-to-end algorithm to detect and eliminate various geometric deficiencies in 3D meshes, improving mesh quality for better geometric data representation.
Contribution
The proposed method uniquely combines multiple geometric checks and an AABB tree for comprehensive deficiency elimination in 3D meshes.
Findings
Effectively removes duplicate elements and degenerate faces.
Successfully detects and handles self-intersecting and inner faces.
Demonstrates thorough deficiency elimination on ModelNet40 dataset.
Abstract
The 3D mesh is an important representation of geometric data. In the generation of mesh data, geometric deficiencies (e.g., duplicate elements, degenerate faces, isolated vertices, self-intersection, and inner faces) are unavoidable and may violate the topology structure of an object. In this paper, we propose an effective and efficient geometric deficiency elimination algorithm for 3D meshes. Specifically, duplicate elements can be eliminated by assessing the occurrence times of vertices or faces; degenerate faces can be removed according to the outer product of two edges; since isolated vertices do not appear in any face vertices, they can be deleted directly; self-intersecting faces are detected using an AABB tree and remeshed afterward; by simulating whether multiple random rays that shoot from a face can reach infinity, we can judge whether the surface is an inner face, then decide…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Advanced Numerical Analysis Techniques · Manufacturing Process and Optimization
