A Comprehensive Guide to Mesh Simplification using Edge Collapse
Purva Kulkarni, Aravind Shankara Narayanan

TL;DR
This paper provides a detailed, implementation-oriented overview of mesh simplification through edge collapse, covering mathematical foundations, cost functions, algorithms, and practical safeguards for preserving mesh quality.
Contribution
It offers a comprehensive, step-by-step guide with reference implementations, bridging theoretical concepts and practical techniques for mesh simplification using edge collapse.
Findings
Includes reference implementations of QEM and Lindstrom-Turk cost functions
Details safeguards against mesh degeneracies and boundary issues
Provides a complete algorithmic outline for edge collapse processes
Abstract
Mesh simplification is the process of reducing the number of vertices, edges and triangles in a three-dimensional (3D) mesh while preserving the overall shape and salient features of the mesh. A popular strategy for this is edge collapse, where an edge connecting two vertices is merged into a single vertex. The edge to collapse is chosen based on a cost function that estimates the error introduced by this collapse. This paper presents a comprehensive, implementation-oriented guide to edge collapse for practitioners and researchers seeking both theoretical grounding and practical insight. We review and derive the underlying mathematics and provide reference implementations for foundational cost functions including Quadric Error Metrics (QEM) and Lindstrom-Turk's geometric criteria. We also explain the mathematics behind attribute-aware edge collapse in QEM variants and Hoppe's…
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
TopicsComputational Geometry and Mesh Generation · Data Visualization and Analytics · 3D Shape Modeling and Analysis
