PointNeRF++: A multi-scale, point-based Neural Radiance Field
Point clouds offer an attractive source of information to complement images in neural scene representations, especially when few images are available. Neural rendering methods based on point clouds do exist, but they do not perform well when the point cloud quality is low -- e.g., sparse or incomplete, which is often the case with real-world data. We overcome these problems with a simple representation that aggregates point clouds at multiple scale levels with sparse voxel grids at different resolutions. To deal with point cloud sparsity, we average across multiple scale levels -- but only among those that are valid, i.e., that have enough neighboring points in proximity to the ray of a pixel. To help model areas without points, we add a global voxel at the coarsest scale, thus unifying ``classical'' and point-based NeRF formulations. We validate our method on the NeRF Synthetic, ScanNet, and KITTI-360 datasets, outperforming the state of the art, with a significant gap compared to other NeRF-based methods, especially on more challenging scenes.
Code (0)
등록된 구현이 없습니다.
Tasks
NeRFNeural RenderingvalidSimilar Papers 제목 키워드 기반
Lagrangian Hashing for Compressed Neural Field Representations
We present Lagrangian Hashing, a representation for neural fields combining the characteristics of fast training NeRF methods that rely on Eulerian grids (i.e.~InstantNGP), with those that employ points equipped with fea…
NeRFKeypointNeRF: Generalizing Image-based Volumetric Avatars using Relative Spatial Encoding of Keypoints
Image-based volumetric humans using pixel-aligned features promise generalization to unseen poses and identities. Prior work leverages global spatial encodings and multi-view geometric consistency to reduce spatial ambig…
3D Face Reconstruction3D Human ReconstructionGeneralizable Novel View SynthesisNovel View SynthesisImproved Neural Radiance Fields Using Pseudo-depth and Fusion
Since the advent of Neural Radiance Fields, novel view synthesis has received tremendous attention. The existing approach for the generalization of radiance field reconstruction primarily constructs an encoding volume fr…
Depth EstimationDepth PredictionNeRFNovel View SynthesisPoint2Pix: Photo-Realistic Point Cloud Rendering via Neural Radiance Fields
Synthesizing photo-realistic images from a point cloud is challenging because of the sparsity of point cloud representation. Recent Neural Radiance Fields and extensions are proposed to synthesize realistic images from 2…
NeRFvalidPartNerFace: Part-based Neural Radiance Fields for Animatable Facial Avatar Reconstruction
We present PartNerFace, a part-based neural radiance fields approach, for reconstructing animatable facial avatar from monocular RGB videos. Existing solutions either simply condition the implicit network with the morpha…