Neural Octahedral Field: Octahedral prior for simultaneous smoothing and sharp edge regularization
Ruichen Zheng, Tao Yu, Ruizhen Hu
TL;DR
The paper tackles the challenge of simultaneously smoothing while preserving sharp edges in neural implicit surface reconstructions from noisy unoriented point clouds. It introduces a neural octahedral field that assigns symmetry-aware octahedral frames to every 3D location via an MLP and aligns these frames with the distance field gradient using a pair of pointwise losses, effectively enabling edge-aware regularization in a fully implicit, pointwise framework. The method supports both signed and unsigned distance fields and demonstrates strong performance against a broad set of baselines on standard datasets, with extensive ablations validating initialization and weight choices. While exhibiting competitive results and edge-preserving behavior, the approach relies on faithful initialization and incurs higher computational cost, motivating future work on adaptive scaling and integration with data priors.
Abstract
Neural implicit representation, the parameterization of a continuous distance function as a Multi-Layer Perceptron (MLP), has emerged as a promising lead in tackling surface reconstruction from unoriented point clouds. In the presence of noise, however, its lack of explicit neighborhood connectivity makes sharp edges identification particularly challenging, hence preventing the separation of smoothing and sharpening operations, as is achievable with its discrete counterparts. In this work, we propose to tackle this challenge with an auxiliary field, the \emph{octahedral field}. We observe that both smoothness and sharp features in the distance field can be equivalently described by the smoothness in octahedral space. Therefore, by aligning and smoothing an octahedral field alongside the implicit geometry, our method behaves analogously to bilateral filtering, resulting in a smooth reconstruction while preserving sharp edges. Despite being operated purely pointwise, our method outperforms various traditional and neural implicit fitting approaches across extensive experiments, and is very competitive with methods that require normals and data priors. Code and data of our work are available at: https://github.com/Ankbzpx/frame-field.
