paper-with-me

홈 › Papers

Grid-guided Neural Radiance Fields for Large Urban Scenes

2023-03-24 · CVPR 2023 1 · Linning Xu, Yuanbo Xiangli, Sida Peng, Xingang Pan, Nanxuan Zhao, Christian Theobalt, Bo Dai, Dahua Lin

Purely MLP-based neural radiance fields (NeRF-based methods) often suffer from underfitting with blurred renderings on large-scale scenes due to limited model capacity. Recent approaches propose to geographically divide the scene and adopt multiple sub-NeRFs to model each region individually, leading to linear scale-up in training costs and the number of sub-NeRFs as the scene expands. An alternative solution is to use a feature grid representation, which is computationally efficient and can naturally scale to a large scene with increased grid resolutions. However, the feature grid tends to be less constrained and often reaches suboptimal solutions, producing noisy artifacts in renderings, especially in regions with complex geometry and texture. In this work, we present a new framework that realizes high-fidelity rendering on large urban scenes while being computationally efficient. We propose to use a compact multiresolution ground feature plane representation to coarsely capture the scene, and complement it with positional encoding inputs through another NeRF branch for rendering in a joint learning fashion. We show that such an integration can utilize the advantages of two alternative solutions: a light-weighted NeRF is sufficient, under the guidance of the feature grid representation, to render photorealistic novel views with fine details; and the jointly optimized ground feature planes, can meanwhile gain further refinements, forming a more accurate and compact feature space and output much more natural rendering results.

📄 PDF Abstract BibTeX arXiv:2303.14001

Code (0)

등록된 구현이 없습니다.

Tasks

NeRF

Similar Papers 제목 키워드 기반

Bilateral Guided Radiance Field Processing

2024-06-01 · Yuehao Wang, Chaoyi Wang, Bingchen Gong, Tianfan Xue

Neural Radiance Fields (NeRF) achieves unprecedented performance in synthesizing novel view synthesis, utilizing multi-view consistency. When capturing multiple inputs, image signal processing (ISP) in modern cameras wil…

NeRFNovel View SynthesisTone Mapping

Exploiting Deblurring Networks for Radiance Fields

2025-02-20 · CVPR 2025 1 · Haeyun Choi, Heemin Yang, Janghyeok Han, Sunghyun Cho

In this paper, we propose DeepDeblurRF, a novel radiance field deblurring approach that can synthesize high-quality novel views from blurred training views with significantly reduced training time. DeepDeblurRF leverages…

Computational EfficiencyDeblurringNeural RenderingNovel View Synthesis

Segmentation-Guided Neural Radiance Fields for Novel Street View Synthesis

2025-03-18 · Yizhou Li, Yusuke Monno, Masatoshi Okutomi, Yuuichi Tanaka 외

Recent advances in Neural Radiance Fields (NeRF) have shown great potential in 3D reconstruction and novel view synthesis, particularly for indoor and small-scale scenes. However, extending NeRF to large-scale outdoor en…

3D ReconstructionNeRFNovel View Synthesis

Binary Radiance Fields

2023-06-13 · NeurIPS 2023 11 · Seungjoo Shin, Jaesik Park

In this paper, we propose \textit{binary radiance fields} (BiRF), a storage-efficient radiance field representation employing binary feature encoding that encodes local features using binary encoding parameters in a form…

BinarizationNeRF

Mip-Grid: Anti-aliased Grid Representations for Neural Radiance Fields

2024-02-22 · NeurIPS 2023 11 · Seungtae Nam, Daniel Rho, Jong Hwan Ko, Eunbyung Park

Despite the remarkable achievements of neural radiance fields (NeRF) in representing 3D scenes and generating novel view images, the aliasing issue, rendering "jaggies" or "blurry" images at varying camera distances, rem…

NeRF