paper-with-me

홈 › Papers

VoxGRAF: Fast 3D-Aware Image Synthesis with Sparse Voxel Grids

2022-06-15 · Katja Schwarz, Axel Sauer, Michael Niemeyer, Yiyi Liao, Andreas Geiger

State-of-the-art 3D-aware generative models rely on coordinate-based MLPs to parameterize 3D radiance fields. While demonstrating impressive results, querying an MLP for every sample along each ray leads to slow rendering. Therefore, existing approaches often render low-resolution feature maps and process them with an upsampling network to obtain the final image. Albeit efficient, neural rendering often entangles viewpoint and content such that changing the camera pose results in unwanted changes of geometry or appearance. Motivated by recent results in voxel-based novel view synthesis, we investigate the utility of sparse voxel grid representations for fast and 3D-consistent generative modeling in this paper. Our results demonstrate that monolithic MLPs can indeed be replaced by 3D convolutions when combining sparse voxel grids with progressive growing, free space pruning and appropriate regularization. To obtain a compact representation of the scene and allow for scaling to higher voxel resolutions, our model disentangles the foreground object (modeled in 3D) from the background (modeled in 2D). In contrast to existing approaches, our method requires only a single forward pass to generate a full 3D scene. It hence allows for efficient rendering from arbitrary viewpoints while yielding 3D consistent results with high visual fidelity.

📄 PDF Abstract BibTeX arXiv:2206.07695

Code (1)

autonomousvision/voxgraf 공식 구현 pytorch

Tasks

3D-Aware Image SynthesisImage GenerationNeural RenderingNovel View Synthesis

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

FrameNeRF: A Simple and Efficient Framework for Few-shot Novel View Synthesis

2024-02-22 · Yan Xing, Pan Wang, Ligang Liu, Daolun Li 외

We present a novel framework, called FrameNeRF, designed to apply off-the-shelf fast high-fidelity NeRF models with fast training speed and high rendering quality for few-shot novel view synthesis tasks. The training sta…

NeRFNovel View Synthesis

MagnifyMe: Aiding Cross Resolution Face Recognition via Identity Aware Synthesis

2018-02-22 · Maneet Singh, Shruti Nagpal, Richa Singh, Mayank Vatsa 외

Enhancing low resolution images via super-resolution or image synthesis for cross-resolution face recognition has been well studied. Several image processing and machine learning paradigms have been explored for addressi…

Face IdentificationFace RecognitionImage GenerationSuper-Resolution

Image Retargeting by Content-Aware Synthesis

2014-03-26 · Weiming Dong, Fuzhang Wu, Yan Kong, Xing Mei 외

Real-world images usually contain vivid contents and rich textural details, which will complicate the manipulation on them. In this paper, we design a new framework based on content-aware synthesis to enhance content-awa…

Image Retargeting

Efficient Depth-Guided Urban View Synthesis

2024-07-17 · Sheng Miao, Jiaxin Huang, Dongfeng Bai, Weichao Qiu 외

Recent advances in implicit scene representation enable high-fidelity street view novel view synthesis. However, existing methods optimize a neural radiance field for each scene, relying heavily on dense training images …

Novel View Synthesis

SPARF: Large-Scale Learning of 3D Sparse Radiance Fields from Few Input Images

2022-12-18 · Abdullah Hamdi, Bernard Ghanem, Matthias Nießner

Recent advances in Neural Radiance Fields (NeRFs) treat the problem of novel view synthesis as Sparse Radiance Field (SRF) optimization using sparse voxels for efficient and fast rendering (plenoxels,InstantNGP). In orde…

Novel View Synthesis