English

NeRFuser: Large-Scale Scene Representation by NeRF Fusion

Computer Vision and Pattern Recognition 2023-05-23 v1

Abstract

A practical benefit of implicit visual representations like Neural Radiance Fields (NeRFs) is their memory efficiency: large scenes can be efficiently stored and shared as small neural nets instead of collections of images. However, operating on these implicit visual data structures requires extending classical image-based vision techniques (e.g., registration, blending) from image sets to neural fields. Towards this goal, we propose NeRFuser, a novel architecture for NeRF registration and blending that assumes only access to pre-generated NeRFs, and not the potentially large sets of images used to generate them. We propose registration from re-rendering, a technique to infer the transformation between NeRFs based on images synthesized from individual NeRFs. For blending, we propose sample-based inverse distance weighting to blend visual information at the ray-sample level. We evaluate NeRFuser on public benchmarks and a self-collected object-centric indoor dataset, showing the robustness of our method, including to views that are challenging to render from the individual source NeRFs.

Keywords

Cite

@article{arxiv.2305.13307,
  title  = {NeRFuser: Large-Scale Scene Representation by NeRF Fusion},
  author = {Jiading Fang and Shengjie Lin and Igor Vasiljevic and Vitor Guizilini and Rares Ambrus and Adrien Gaidon and Gregory Shakhnarovich and Matthew R. Walter},
  journal= {arXiv preprint arXiv:2305.13307},
  year   = {2023}
}

Comments

Code available at https://github.com/ripl/nerfuser

R2 v1 2026-06-28T10:41:50.262Z