GRCGMay 18

Spatially Accelerated Winding Numbers for Curved Geometry

arXiv:2605.192005.1
Predicted impact top 98% in GR · last 90 daysOriginality Incremental advance
AI Analysis

For computer graphics and geometric modeling, this work enables efficient containment queries on complex curved shapes, addressing a bottleneck in existing methods that only handle discrete inputs.

The paper extends fast generalized winding number evaluation to curved NURBS geometry by using a bounding volume hierarchy with precomputed moments, achieving sub-linear query complexity while preserving accuracy near boundaries. Experiments show performance improvements over direct evaluation across 2D and 3D datasets.

The generalized winding number (GWN) is a scalar field that supports robust containment queries on curved geometry, including non-watertight, overlapping, and nested boundary representations. While queries can be easily parallelized over samples, direct evaluation on parametric curves and surfaces remains costly for large and complex models. Fast, state-of-the-art GWN approaches leverage a spatial index to approximate the GWN, typically coupled with a Taylor expansion which approximates the GWN contribution for far clusters of geometric primitives. However, such methods operate only on discrete inputs such as triangle meshes and point clouds, and would introduce containment errors near boundaries if applied to curved input. We extend support for fast GWN evaluation over arbitrary collections of NURBS curves in 2D and trimmed NURBS patches in 3D via a Bounding Volume Hierarchy that stores efficiently precomputed moment data in the hierarchy nodes. When querying the hierarchy, approximations for far clusters are used alongside direct evaluation for nearby NURBS primitives, achieving sub-linear complexity while preserving the geometric features in the vicinity of the query point. Central to our performance improvements is an adaptive subdivision strategy for NURBS primitives during a preprocessing phase, creating better spatial partitions while retaining the same accuracy for containment decisions as a direct evaluation. We demonstrate the performance and accuracy of our approach across a large collection of 2D and 3D datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes