Neural Gabor Splatting: High-Frequency Detail with Fewer Primitives
This presentation explores Neural Gabor Splatting, a breakthrough method that dramatically reduces the number of primitives needed for high-frequency 3D surface reconstruction. By augmenting each Gaussian primitive with a compact neural network and introducing frequency-aware densification, the authors achieve superior visual fidelity under aggressive storage constraints, outperforming existing splatting approaches on challenging high-frequency datasets while maintaining real-time rendering capabilities.Script
Standard Gaussian splatting faces a fundamental trade-off: to capture rapid texture transitions or intricate surface details, you need a prohibitively large number of primitives, each storing just a single color. The storage and memory costs explode precisely when scenes get interesting.
The authors solve this by augmenting each primitive with a tiny neural network, a single-hidden-layer architecture with just 6 hidden units. This network takes the primitive's local coordinates and view direction as input, generating spatially varying, continuous color instead of relying on a fixed value or hand-crafted basis functions.
But which primitives should be added during training? The frequency-aware densification strategy answers this by decomposing reconstruction errors into frequency bands using Fast Fourier Transform, then allocating new primitives precisely where high-frequency content is under-represented, preventing wasteful growth in smooth regions.
On the challenging High-Frequency dataset, this approach achieves peak signal-to-noise ratio of 26.5 decibels, outperforming all baseline methods including textured Gaussians, 3D Gabor splatting, and recent neural variants. The visual difference is striking: fine structures, rapid color variations, and thin features remain sharp where competitors blur or collapse.
Under severe data budget reductions, the advantage becomes even more pronounced. Competing neural splatting methods exhibit sharp accuracy loss or structural artifacts when compressed, while Neural Gabor Splatting remains visually faithful, precisely because each primitive carries far more expressive capacity through its neural parameterization.
The authors achieve memory-efficient, high-fidelity surface reconstruction by rethinking what a primitive can express and where to place new ones. While extensions to volumetric or dynamic scenes remain open challenges, the core insight, primitive-specific neural parameterization guided by frequency-domain analysis, establishes a compelling new direction for neural rendering. To dive deeper into this work and create your own video presentations, visit EmergentMind.com.