AlSub: Fully Parallel and Modular Subdivision
Daniel Mlakar, Martin Winter, Hans-Peter Seidel, Markus Steinberger,, Rhaleb Zayer

TL;DR
This paper introduces a fully parallel subdivision method for meshes using linear algebra, enabling efficient GPU implementation and significant speedups over traditional serial approaches across various use cases.
Contribution
It presents a novel linear algebra-based framework for parallel mesh subdivision, eliminating serial preprocessing and unifying different subdivision types within a single approach.
Findings
Achieves significant speedups on GPU for subdivision algorithms
Provides a unified framework for various subdivision schemes
Eliminates serial preprocessing in mesh subdivision pipelines
Abstract
In recent years, mesh subdivision---the process of forging smooth free-form surfaces from coarse polygonal meshes---has become an indispensable production instrument. Although subdivision performance is crucial during simulation, animation and rendering, state-of-the-art approaches still rely on serial implementations for complex parts of the subdivision process. Therefore, they often fail to harness the power of modern parallel devices, like the graphics processing unit (GPU), for large parts of the algorithm and must resort to time-consuming serial preprocessing. In this paper, we show that a complete parallelization of the subdivision process for modern architectures is possible. Building on sparse matrix linear algebra, we show how to structure the complete subdivision process into a sequence of algebra operations. By restructuring and grouping these operations, we adapt the process…
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
TopicsAdvanced Numerical Analysis Techniques · Computational Geometry and Mesh Generation · 3D Shape Modeling and Analysis
