paper-with-me

홈 › Papers

End-to-end View Synthesis via NeRF Attention

2022-07-29 · Zelin Zhao, Jiaya Jia

In this paper, we present a simple seq2seq formulation for view synthesis where we take a set of ray points as input and output colors corresponding to the rays. Directly applying a standard transformer on this seq2seq formulation has two limitations. First, the standard attention cannot successfully fit the volumetric rendering procedure, and therefore high-frequency components are missing in the synthesized views. Second, applying global attention to all rays and pixels is extremely inefficient. Inspired by the neural radiance field (NeRF), we propose the NeRF attention (NeRFA) to address the above problems. On the one hand, NeRFA considers the volumetric rendering equation as a soft feature modulation procedure. In this way, the feature modulation enhances the transformers with the NeRF-like inductive bias. On the other hand, NeRFA performs multi-stage attention to reduce the computational overhead. Furthermore, the NeRFA model adopts the ray and pixel transformers to learn the interactions between rays and pixels. NeRFA demonstrates superior performance over NeRF and NerFormer on four datasets: DeepVoxels, Blender, LLFF, and CO3D. Besides, NeRFA establishes a new state-of-the-art under two settings: the single-scene view synthesis and the category-centric novel view synthesis.

📄 PDF Abstract BibTeX arXiv:2207.14741

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive BiasNeRFNovel View Synthesis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
RoIPool 설명 없음
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$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Multi-task View Synthesis with Neural Radiance Fields

2023-09-29 · ICCV 2023 1 · Shuhong Zheng, Zhipeng Bao, Martial Hebert, Yu-Xiong Wang

Multi-task visual learning is a critical aspect of computer vision. Current research, however, predominantly concentrates on the multi-task dense prediction setting, which overlooks the intrinsic 3D world and its multi-v…

NeRFNovel View Synthesis

ASSR-NeRF: Arbitrary-Scale Super-Resolution on Voxel Grid for High-Quality Radiance Fields Reconstruction

2024-06-28 · Ding-Jiun Huang, Zi-Ting Chou, Yu-Chiang Frank Wang, Cheng Sun

NeRF-based methods reconstruct 3D scenes by building a radiance field with implicit or explicit representations. While NeRF-based methods can perform novel view synthesis (NVS) at arbitrary scale, the performance in high…

Image Super-ResolutionNeRFNovel View SynthesisSuper-Resolution

NeRF-VPT: Learning Novel View Representations with Neural Radiance Fields via View Prompt Tuning

2024-03-02 · Linsheng Chen, Guangrun Wang, Liuchun Yuan, Keze Wang 외

Neural Radiance Fields (NeRF) have garnered remarkable success in novel view synthesis. Nonetheless, the task of generating high-quality images for novel views persists as a critical challenge. While the existing efforts…

NeRFNovel View Synthesis

USB-NeRF: Unrolling Shutter Bundle Adjusted Neural Radiance Fields

2023-10-04 · Moyang Li, Peng Wang, Lingzhe Zhao, Bangyan Liao 외

Neural Radiance Fields (NeRF) has received much attention recently due to its impressive capability to represent 3D scene and synthesize novel view images. Existing works usually assume that the input images are captured…

Camera Pose EstimationImage GenerationMotion EstimationNeRF+2

NeRF-AD: Neural Radiance Field with Attention-based Disentanglement for Talking Face Synthesis

2024-01-23 · Chongke Bi, Xiaoxing Liu, Zhilei Liu

Talking face synthesis driven by audio is one of the current research hotspots in the fields of multidimensional signal processing and multimedia. Neural Radiance Field (NeRF) has recently been brought to this research f…

DisentanglementFace GenerationNeRF