CVGRApr 24, 2023

Pointersect: Neural Rendering with Cloud-Ray Intersection

arXiv:2304.12390v127 citationsh-index: 47
Originality Highly original
AI Analysis

This enables out-of-the-box applications like surface normal estimation and inverse rendering for point clouds, addressing a bottleneck in neural rendering for 3D data.

The paper tackles the problem of rendering point clouds as surfaces by directly inferring ray-surface intersections, achieving higher accuracy than state-of-the-art methods on three test sets and competitive quality in room-scale novel-view rendering without scene-specific optimization.

We propose a novel method that renders point clouds as if they are surfaces. The proposed method is differentiable and requires no scene-specific optimization. This unique capability enables, out-of-the-box, surface normal estimation, rendering room-scale point clouds, inverse rendering, and ray tracing with global illumination. Unlike existing work that focuses on converting point clouds to other representations--e.g., surfaces or implicit functions--our key idea is to directly infer the intersection of a light ray with the underlying surface represented by the given point cloud. Specifically, we train a set transformer that, given a small number of local neighbor points along a light ray, provides the intersection point, the surface normal, and the material blending weights, which are used to render the outcome of this light ray. Localizing the problem into small neighborhoods enables us to train a model with only 48 meshes and apply it to unseen point clouds. Our model achieves higher estimation accuracy than state-of-the-art surface reconstruction and point-cloud rendering methods on three test sets. When applied to room-scale point clouds, without any scene-specific optimization, the model achieves competitive quality with the state-of-the-art novel-view rendering methods. Moreover, we demonstrate ability to render and manipulate Lidar-scanned point clouds such as lighting control and object insertion.

Foundations

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

Your Notes