CVGRLGJan 2, 2024

On Optimal Sampling for Learning SDF Using MLPs Equipped with Positional Encoding

arXiv:2401.01391v22 citationsh-index: 18IEEE Trans Vis Comput Graph
Originality Incremental advance
AI Analysis

This work addresses a specific issue in 3D shape representation for applications like collision detection, offering an incremental improvement in training efficiency and accuracy.

The paper tackles the problem of noisy artifacts in neural signed distance fields (SDFs) learned by MLPs with positional encoding by explaining the phenomenon through Fourier analysis and proposing a method to determine an optimal sampling rate. The result is that using this sampling strategy leads to superior performance over existing methods, with sufficient accuracy and no further error reduction from increased sampling.

Neural implicit fields, such as the neural signed distance field (SDF) of a shape, have emerged as a powerful representation for many applications, e.g., encoding a 3D shape and performing collision detection. Typically, implicit fields are encoded by Multi-layer Perceptrons (MLP) with positional encoding (PE) to capture high-frequency geometric details. However, a notable side effect of such PE-equipped MLPs is the noisy artifacts present in the learned implicit fields. While increasing the sampling rate could in general mitigate these artifacts, in this paper we aim to explain this adverse phenomenon through the lens of Fourier analysis. We devise a tool to determine the appropriate sampling rate for learning an accurate neural implicit field without undesirable side effects. Specifically, we propose a simple yet effective method to estimate the intrinsic frequency of a given network with randomized weights based on the Fourier analysis of the network's responses. It is observed that a PE-equipped MLP has an intrinsic frequency much higher than the highest frequency component in the PE layer. Sampling against this intrinsic frequency following the Nyquist-Sannon sampling theorem allows us to determine an appropriate training sampling rate. We empirically show in the setting of SDF fitting that this recommended sampling rate is sufficient to secure accurate fitting results, while further increasing the sampling rate would not further noticeably reduce the fitting error. Training PE-equipped MLPs simply with our sampling strategy leads to performances superior to the existing methods.

Foundations

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

Your Notes