NeuGen: Amplifying the 'Neural' in Neural Radiance Fields for Domain Generalization
Ahmed Qazi, Abdul Basit, Asim Iqbal
TL;DR
NeuGen introduces a brain-inspired neural generalization layer for Neural Radiance Fields (NeRFs) to improve domain generalization. It leverages a Winner-Takes-All-like mechanism to compute a domain-invariant representation $I^{G}$ from input patches and combines it with the original image via $I^{E} = I \oplus I^{G}$, feeding this enhanced input into NeRF pipelines. Across MVSNeRF and GeoNeRF, NeuGen yields consistent gains in PSNR, SSIM, and perceptual quality (lower LPIPS) on diverse datasets (Realistic Synthetic, LLFF, DTU), under both training-from-scratch and finetuning scenarios. The work demonstrates that a brain-inspired data representation can enhance generalization without altering architectural designs, suggesting broad applicability of NeuGen to robust 3D scene synthesis and beyond.
Abstract
Neural Radiance Fields (NeRF) have significantly advanced the field of novel view synthesis, yet their generalization across diverse scenes and conditions remains challenging. Addressing this, we propose the integration of a novel brain-inspired normalization technique Neural Generalization (NeuGen) into leading NeRF architectures which include MVSNeRF and GeoNeRF. NeuGen extracts the domain-invariant features, thereby enhancing the models' generalization capabilities. It can be seamlessly integrated into NeRF architectures and cultivates a comprehensive feature set that significantly improves accuracy and robustness in image rendering. Through this integration, NeuGen shows improved performance on benchmarks on diverse datasets across state-of-the-art NeRF architectures, enabling them to generalize better across varied scenes. Our comprehensive evaluations, both quantitative and qualitative, confirm that our approach not only surpasses existing models in generalizability but also markedly improves rendering quality. Our work exemplifies the potential of merging neuroscientific principles with deep learning frameworks, setting a new precedent for enhanced generalizability and efficiency in novel view synthesis. A demo of our study is available at https://neugennerf.github.io.
