Robustifying Fourier Features Embeddings for Implicit Neural Representations
Mingze Ma, Qingtian Zhu, Yifan Zhan, Zhengwei Yin, Hongjun Wang, Yinqiang Zheng
TL;DR
The paper tackles spectral bias in implicit neural representations by coupling Fourier feature embeddings with bias-free MLPs configured as adaptive linear filters and pairing this with a line-search optimization to balance learning dynamics. A simple theorem and NTK-inspired analysis motivate adaptive filtering to suppress unnecessary high-frequency components while enriching input frequencies, addressing noisy outputs without oversmoothing. Empirical results across image regression, 3D shape regression, and neural radiance fields show substantial improvements over state-of-the-art baselines, including clearer high-frequency details and more faithful reconstructions. This approach enhances the robustness and applicability of Fourier-feature embeddings in INRs, with potential impact on inverse graphics, 3D reconstruction, and novel view synthesis.
Abstract
Implicit Neural Representations (INRs) employ neural networks to represent continuous functions by mapping coordinates to the corresponding values of the target function, with applications e.g., inverse graphics. However, INRs face a challenge known as spectral bias when dealing with scenes containing varying frequencies. To overcome spectral bias, the most common approach is the Fourier features-based methods such as positional encoding. However, Fourier features-based methods will introduce noise to output, which degrades their performances when applied to downstream tasks. In response, this paper initially hypothesizes that combining multi-layer perceptrons (MLPs) with Fourier feature embeddings mutually enhances their strengths, yet simultaneously introduces limitations inherent in Fourier feature embeddings. By presenting a simple theorem, we validate our hypothesis, which serves as a foundation for the design of our solution. Leveraging these insights, we propose the use of multi-layer perceptrons (MLPs) without additive
