BANF: Band-limited Neural Fields for Levels of Detail Reconstruction
Ahan Shabanov, Shrisudhan Govindarajan, Cody Reading, Lily Goli, Daniel Rebain, Kwang Moo Yi, Andrea Tagliasacchi
TL;DR
BANF tackles aliasing in neural fields by enabling band-limited representations through a simple training-time modification that uses a band-limited interpolation on a regular grid and cascaded optimization to build a multi-band decomposition across $[0,\omega]$, $[\omega_1,\omega_2]$, etc. This approach is architecture-agnostic and robust across 2D and 3D tasks, enabling anti-aliased level-of-detail reconstructions and high-quality mesh extraction without requiring prefiltered ground-truth signals. Empirical results across 2D image fitting, 3D SDF reconstruction, and 3D-from-2D inverse rendering show that BANF improves coarse-scale reconstructions and Nyquist-adherent sampling compared to strong baselines like BACON, iNGP, and NeUS, while preserving fine-scale details. The method offers a practical, broadly applicable tool for frequency-aware neural-field pipelines with potential impact on rendering, simulation, and 3D reconstruction workflows.
Abstract
Largely due to their implicit nature, neural fields lack a direct mechanism for filtering, as Fourier analysis from discrete signal processing is not directly applicable to these representations. Effective filtering of neural fields is critical to enable level-of-detail processing in downstream applications, and support operations that involve sampling the field on regular grids (e.g. marching cubes). Existing methods that attempt to decompose neural fields in the frequency domain either resort to heuristics or require extensive modifications to the neural field architecture. We show that via a simple modification, one can obtain neural fields that are low-pass filtered, and in turn show how this can be exploited to obtain a frequency decomposition of the entire signal. We demonstrate the validity of our technique by investigating level-of-detail reconstruction, and showing how coarser representations can be computed effectively.
