CVGRLGMar 25, 2024

INPC: Implicit Neural Point Clouds for Radiance Field Rendering

arXiv:2403.16862v211 citationsh-index: 93DV
Originality Incremental advance
AI Analysis

This addresses the challenge of balancing geometric detail and rendering speed in neural radiance fields for computer vision applications, representing an incremental improvement over existing hybrid methods.

The paper tackles the problem of reconstructing and synthesizing novel views of unbounded real-world scenes by introducing a hybrid representation that implicitly encodes geometry in a continuous octree-based probability field and appearance in a multi-resolution hash grid, achieving state-of-the-art image quality on benchmarks and fast inference at interactive frame rates.

We introduce a new approach for reconstruction and novel view synthesis of unbounded real-world scenes. In contrast to previous methods using either volumetric fields, grid-based models, or discrete point cloud proxies, we propose a hybrid scene representation, which implicitly encodes the geometry in a continuous octree-based probability field and view-dependent appearance in a multi-resolution hash grid. This allows for extraction of arbitrary explicit point clouds, which can be rendered using rasterization. In doing so, we combine the benefits of both worlds and retain favorable behavior during optimization: Our novel implicit point cloud representation and differentiable bilinear rasterizer enable fast rendering while preserving the fine geometric detail captured by volumetric neural fields. Furthermore, this representation does not depend on priors like structure-from-motion point clouds. Our method achieves state-of-the-art image quality on common benchmarks. Furthermore, we achieve fast inference at interactive frame rates, and can convert our trained model into a large, explicit point cloud to further enhance performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes