Patch-Grid: An Efficient and Feature-Preserving Neural Implicit Surface Representation
Guying Lin, Lei Yang, Congyi Zhang, Hao Pan, Yuhan Ping, Guodong Wei, Taku Komura, John Keyser, Wenping Wang
TL;DR
This work tackles neural implicit surface representations that struggle with sharp features, open boundaries, and efficiency. It proposes Patch-Grid, a patch-based representation with per-patch feature volumes and an adaptive merge grid to localize CSG operations, enabling robust modeling and fast training (around 5 seconds) plus interactive local updates (under 2 seconds). The approach achieves state-of-the-art reconstruction quality on shapes with intricate sharp features, open surfaces, and thin structures, while offering robust shape editing and open-distance querying via global blending. These capabilities promise practical impact for interactive CAD-style modeling and rapid shape editing with neural implicit surfaces.
Abstract
Neural implicit representations are widely used for 3D shape modeling due to their smoothness and compactness, but traditional MLP-based methods struggle with sharp features, such as edges and corners in CAD models, and require long training times. To address these limitations, we propose Patch-Grid, a unified neural implicit representation that efficiently fits complex shapes, preserves sharp features, and handles open boundaries and thin geometric structures. Patch-Grid learns a signed distance field (SDF) for each surface patch using a learnable patch feature volume. To represent sharp edges and corners, it merges the learned SDFs via constructive solid geometry (CSG) operations. A novel merge grid organizes patch feature volumes within a shared octree structure, localizing and simplifying CSG operations. This design ensures robust merging of SDFs and significantly reduces computational complexity, enabling training within seconds while maintaining high fidelity. Experimental results show that Patch-Grid achieves state-of-the-art reconstruction quality for shapes with intricate sharp features, open surfaces, and thin structures, offering superior robustness, efficiency, and accuracy.
