Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Geometric Level of Detail: Real-time Rendering with Implicit 3D Shapes

About

Neural signed distance functions (SDFs) are emerging as an effective representation for 3D shapes. State-of-the-art methods typically encode the SDF with a large, fixed-size neural network to approximate complex shapes with implicit surfaces. Rendering with these large networks is, however, computationally expensive since it requires many forward passes through the network for every pixel, making these representations impractical for real-time graphics. We introduce an efficient neural representation that, for the first time, enables real-time rendering of high-fidelity neural SDFs, while achieving state-of-the-art geometry reconstruction quality. We represent implicit surfaces using an octree-based feature volume which adaptively fits shapes with multiple discrete levels of detail (LODs), and enables continuous LOD with SDF interpolation. We further develop an efficient algorithm to directly render our novel neural SDF representation in real-time by querying only the necessary LODs with sparse octree traversal. We show that our representation is 2-3 orders of magnitude more efficient in terms of rendering speed compared to previous works. Furthermore, it produces state-of-the-art reconstruction quality for complex shapes under both 3D geometric and 2D image-space metrics.

Towaki Takikawa, Joey Litalien, Kangxue Yin, Karsten Kreis, Charles Loop, Derek Nowrouzezahrai, Alec Jacobson, Morgan McGuire, Sanja Fidler• 2021

Related benchmarks

TaskDatasetResultRank
Mesh ReconstructionThingi32
gIoU99.4
17
Mesh ReconstructionTurboSquid16
iIoU98.5
10
Mesh ReconstructionShapeNet150
gIoU91.7
9
Scene Reconstruction3D-Front (test)
CD11.3
9
3D Shape FittingStanford 3D Scanning Repository Armadillo
Chamfer Distance3.21e-6
6
3D Shape FittingStanford 3D Scanning Repository Thai Statue
Chamfer Distance1.94e-6
6
3D Shape FittingStanford 3D Scanning Repository Lucy
Chamfer Distance3.01e-6
6
3D Shape FittingStanford 3D Scanning Repository Dragon
Chamfer Distance1.92e-6
6
3D Shape FittingStanford 3D Scanning Repository Sphere
Chamfer Distance9.44e-7
6
Shape FittingStanford 3D Scanning Repository scenes (test)
Chamfer Distance2.42e-6
5
Showing 10 of 21 rows

Other info

Code

Follow for update