paper-with-me

Papers

Putting NeRF on a Diet: Semantically Consistent Few-Shot View Synthesis

2021-04-01 · ICCV 2021 10 · Ajay Jain, Matthew Tancik, Pieter Abbeel

We present DietNeRF, a 3D neural scene representation estimated from a few images. Neural Radiance Fields (NeRF) learn a continuous volumetric representation of a scene through multi-view consistency, and can be rendered from novel viewpoints by ray casting. While NeRF has an impressive ability to reconstruct geometry and fine details given many images, up to 100 for challenging 360{\deg} scenes, it often finds a degenerate solution to its image reconstruction objective when only a few input views are available. To improve few-shot quality, we propose DietNeRF. We introduce an auxiliary semantic consistency loss that encourages realistic renderings at novel poses. DietNeRF is trained on individual scenes to (1) correctly render given input views from the same pose, and (2) match high-level semantic attributes across different, random poses. Our semantic loss allows us to supervise DietNeRF from arbitrary poses. We extract these semantics using a pre-trained visual encoder such as CLIP, a Vision Transformer trained on hundreds of millions of diverse single-view, 2D photographs mined from the web with natural language supervision. In experiments, DietNeRF improves the perceptual quality of few-shot view synthesis when learned from scratch, can render novel views with as few as one observed image when pre-trained on a multi-view dataset, and produces plausible completions of completely unobserved regions.

📄 PDF Abstract BibTeX arXiv:2104.00677

Code (2)

ajayjain/DietNeRF 공식 구현 pytorch
codestella/putting-nerf-on-a-diet jax

Tasks

Image ReconstructionNeRFNovel View Synthesis

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

ManifoldNeRF: View-dependent Image Feature Supervision for Few-shot Neural Radiance Fields

2023-10-20 · Daiju Kanaoka, Motoharu Sonogashira, Hakaru Tamukoh, Yasutomo Kawanishi

Novel view synthesis has recently made significant progress with the advent of Neural Radiance Fields (NeRF). DietNeRF is an extension of NeRF that aims to achieve this task from only a few images by introducing a new lo…

NeRFNovel View Synthesis

Prompt2NeRF-PIL: Fast NeRF Generation via Pretrained Implicit Latent

2023-12-05 · Jianmeng Liu, Yuyao Zhang, Zeyuan Meng, Yu-Wing Tai 외

This paper explores promptable NeRF generation (e.g., text prompt or single image prompt) for direct conditioning and fast generation of NeRF parameters for the underlying 3D scenes, thus undoing complex intermediate ste…

3D Generation3D ReconstructionNeRF

FDNeRF: Few-shot Dynamic Neural Radiance Fields for Face Reconstruction and Expression Editing

2022-08-11 · Jingbo Zhang, Xiaoyu Li, Ziyu Wan, Can Wang 외

We propose a Few-shot Dynamic Neural Radiance Field (FDNeRF), the first NeRF-based method capable of reconstruction and expression editing of 3D faces based on a small number of dynamic images. Unlike existing dynamic Ne…

3D Face ReconstructionFace ReconstructionNeRF

NeRF Analogies: Example-Based Visual Attribute Transfer for NeRFs

2024-02-13 · CVPR 2024 1 · Michael Fischer, Zhengqin Li, Thu Nguyen-Phuoc, Aljaz Bozic 외

A Neural Radiance Field (NeRF) encodes the specific relation of 3D geometry and appearance of a scene. We here ask the question whether we can transfer the appearance from a source NeRF onto a target 3D geometry in a sem…

3D geometryAppearance TransferAttributeNeRF

Non-uniform Sampling Strategies for NeRF on 360{\textdegree} images

2022-12-07 · Takashi Otonari, Satoshi Ikehata, Kiyoharu Aizawa

In recent years, the performance of novel view synthesis using perspective images has dramatically improved with the advent of neural radiance fields (NeRF). This study proposes two novel techniques that effectively buil…

ERPNeRFNovel View Synthesis