CVMar 20, 2025

OffsetOPT: Explicit Surface Reconstruction without Normals

arXiv:2503.15763v1CVPR
Originality Incremental advance
AI Analysis

This addresses a limitation in surface reconstruction for computer graphics and vision by eliminating the need for high-quality normals, though it is an incremental improvement over existing implicit methods.

The paper tackles the problem of neural surface reconstruction from 3D point clouds without requiring point normals, achieving accurate results that preserve sharp features compared to state-of-the-art methods.

Neural surface reconstruction has been dominated by implicit representations with marching cubes for explicit surface extraction. However, those methods typically require high-quality normals for accurate reconstruction. We propose OffsetOPT, a method that reconstructs explicit surfaces directly from 3D point clouds and eliminates the need for point normals. The approach comprises two stages: first, we train a neural network to predict surface triangles based on local point geometry, given uniformly distributed training point clouds. Next, we apply the frozen network to reconstruct surfaces from unseen point clouds by optimizing a per-point offset to maximize the accuracy of triangle predictions. Compared to state-of-the-art methods, OffsetOPT not only excels at reconstructing overall surfaces but also significantly preserves sharp surface features. We demonstrate its accuracy on popular benchmarks, including small-scale shapes and large-scale open surfaces.

Foundations

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

Your Notes