Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

OffsetOPT: Explicit Surface Reconstruction without Normals

About

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.

Huan Lei• 2025

Related benchmarks

TaskDatasetResultRank
Scene-level 3D ReconstructionScanNet (test)
F-score100
20
Surface ReconstructionABC (test)
F1 Score95.1
16
Surface ReconstructionFaust
CD121.7
8
Surface ReconstructionMGN open surfaces (test)
CD10.0028
8
Surface ReconstructionMGN open surfaces
CD127.8
8
Surface ReconstructionMatterport3D (test)
CD10.0015
4
Surface ReconstructionCarla (test)
CD112.4
4
Showing 7 of 7 rows

Other info

Code

Follow for update