paper-with-me

홈 › Papers

Self-Evolving Neural Radiance Fields

2023-12-02 · Jaewoo Jung, Jisang Han, Jiwon Kang, Seongchan Kim, Min-Seop Kwak, Seungryong Kim

Recently, neural radiance field (NeRF) has shown remarkable performance in novel view synthesis and 3D reconstruction. However, it still requires abundant high-quality images, limiting its applicability in real-world scenarios. To overcome this limitation, recent works have focused on training NeRF only with sparse viewpoints by giving additional regularizations, often called few-shot NeRF. We observe that due to the under-constrained nature of the task, solely using additional regularization is not enough to prevent the model from overfitting to sparse viewpoints. In this paper, we propose a novel framework, dubbed Self-Evolving Neural Radiance Fields (SE-NeRF), that applies a self-training framework to NeRF to address these problems. We formulate few-shot NeRF into a teacher-student framework to guide the network to learn a more robust representation of the scene by training the student with additional pseudo labels generated from the teacher. By distilling ray-level pseudo labels using distinct distillation schemes for reliable and unreliable rays obtained with our novel reliability estimation method, we enable NeRF to learn a more accurate and robust geometry of the 3D scene. We show and evaluate that applying our self-training framework to existing models improves the quality of the rendered images and achieves state-of-the-art performance in multiple settings.

📄 PDF Abstract BibTeX arXiv:2312.01003

Code (1)

KU-CVLAB/SE-NeRF 공식 구현

Tasks

3D ReconstructionNeRFNovel View Synthesis

Similar Papers 제목 키워드 기반

CL-NeRF: Continual Learning of Neural Radiance Fields for Evolving Scene Representation

2023-09-21 · NeurIPS 2023 11

Existing methods for adapting Neural Radiance Fields (NeRFs) to scene changes require extensive data capture and model retraining, which is both time-consuming and labor-intensive. In this paper, we tackle the challenge …

Canonical Fields: Self-Supervised Learning of Pose-Canonicalized Neural Fields

2022-12-05 · CVPR 2023 1 · Rohith Agaram, Shaurya Dewan, Rahul Sajnani, Adrien Poulenard 외

Coordinate-based implicit neural networks, or neural fields, have emerged as useful representations of shape and appearance in 3D computer vision. Despite advances, however, it remains challenging to build neural fields …

NeRFObjectSelf-Supervised Learning

HDR-Plenoxels: Self-Calibrating High Dynamic Range Radiance Fields

2022-08-14 · Kim Jun-Seong, Kim Yu-Ji, Moon Ye-Bin, Tae-Hyun Oh

We propose high dynamic range (HDR) radiance fields, HDR-Plenoxels, that learn a plenoptic function of 3D HDR radiance fields, geometry information, and varying camera settings inherent in 2D low dynamic range (LDR) imag…

Tone MappingVocal Bursts Intensity Prediction

Self-NeRF: A Self-Training Pipeline for Few-Shot Neural Radiance Fields

2023-03-10 · Jiayang Bai, Letian Huang, Wen Gong, Jie Guo 외

Recently, Neural Radiance Fields (NeRF) have emerged as a potent method for synthesizing novel views from a dense set of images. Despite its impressive performance, NeRF is plagued by its necessity for numerous calibrate…

NeRF

SceneRF: Self-Supervised Monocular 3D Scene Reconstruction with Radiance Fields

2022-12-05 · ICCV 2023 1 · Anh-Quan Cao, Raoul de Charette

3D reconstruction from a single 2D image was extensively covered in the literature but relies on depth supervision at training time, which limits its applicability. To relax the dependence to depth we propose SceneRF, a …

3D Reconstruction3D Scene ReconstructionAutonomous DrivingDepth Estimation+4