paper-with-me

홈 › Papers

ViewFormer: NeRF-free Neural Rendering from Few Images Using Transformers

2022-03-18 · Jonáš Kulhánek, Erik Derner, Torsten Sattler, Robert Babuška

Novel view synthesis is a long-standing problem. In this work, we consider a variant of the problem where we are given only a few context views sparsely covering a scene or an object. The goal is to predict novel viewpoints in the scene, which requires learning priors. The current state of the art is based on Neural Radiance Field (NeRF), and while achieving impressive results, the methods suffer from long training times as they require evaluating millions of 3D point samples via a neural network for each image. We propose a 2D-only method that maps multiple context views and a query pose to a new image in a single pass of a neural network. Our model uses a two-stage architecture consisting of a codebook and a transformer model. The codebook is used to embed individual images into a smaller latent space, and the transformer solves the view synthesis task in this more compact space. To train our model efficiently, we introduce a novel branching attention mechanism that allows us to use the same model not only for neural rendering but also for camera pose estimation. Experimental results on real-world scenes show that our approach is competitive compared to NeRF-based methods while not reasoning explicitly in 3D, and it is faster to train.

📄 PDF Abstract BibTeX arXiv:2203.10157

Code (1)

jkulhanek/viewformer 공식 구현 tf

Tasks

Camera Pose EstimationNeRFNeural RenderingNovel View SynthesisPose Estimation

Similar Papers 제목 키워드 기반

ViewFormer: Exploring Spatiotemporal Modeling for Multi-View 3D Occupancy Perception via View-Guided Transformers

2024-05-07 · Jinke Li, Xiao He, Chonghua Zhou, Xiaoqiang Cheng 외

3D occupancy, an advanced perception technology for driving scenarios, represents the entire scene without distinguishing between foreground and background by quantifying the physical space into a grid map. The widely ad…

3D Object Detectionobject-detectionObject Detection

FreeNeRF: Improving Few-shot Neural Rendering with Free Frequency Regularization

2023-03-13 · CVPR 2023 1 · Jiawei Yang, Marco Pavone, Yue Wang

Novel view synthesis with sparse inputs is a challenging problem for neural radiance fields (NeRF). Recent efforts alleviate this challenge by introducing external supervision, such as pre-trained models and extra depth …

NeRFNeural RenderingNovel View Synthesis

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 f…

Inductive BiasNeRFNovel View Synthesis

HeadNeRF: A Real-time NeRF-based Parametric Head Model

2021-12-10 · CVPR 2022 1 · Yang Hong, Bo Peng, Haiyao Xiao, Ligang Liu 외

In this paper, we propose HeadNeRF, a novel NeRF-based parametric head model that integrates the neural radiance field to the parametric representation of the human head. It can render high fidelity head images in real-t…

NeRFNeural Rendering

Leveraging NeRF-Rendered Images for 3D Gaussian Splatting

2026-06-08 · Mizuki Morikawa, Yuta Shimizu, Chunyu Li, Yusuke Monno 외 arxiv

Neural radiance field (NeRF) and 3D Gaussian splatting (3DGS) are two mainstream approaches for novel view synthesis. They often show complementary performance, i.e., 3DGS demonstrating faster rendering speed and NeRF de…

Novel View SynthesisImage Enhancement