CVJan 23, 2023

HexPlane: A Fast Representation for Dynamic Scenes

arXiv:2301.09632v2734 citationsh-index: 37
Originality Highly original
AI Analysis

This addresses the bottleneck of slow implicit representations in dynamic scene modeling for 3D vision applications, offering a significant speed improvement.

The paper tackles the problem of slow modeling and re-rendering of dynamic 3D scenes by introducing HexPlane, a fast explicit representation using six learned feature planes, which matches prior image quality while reducing training time by over 100x.

Modeling and re-rendering dynamic 3D scenes is a challenging task in 3D vision. Prior approaches build on NeRF and rely on implicit representations. This is slow since it requires many MLP evaluations, constraining real-world applications. We show that dynamic 3D scenes can be explicitly represented by six planes of learned features, leading to an elegant solution we call HexPlane. A HexPlane computes features for points in spacetime by fusing vectors extracted from each plane, which is highly efficient. Pairing a HexPlane with a tiny MLP to regress output colors and training via volume rendering gives impressive results for novel view synthesis on dynamic scenes, matching the image quality of prior work but reducing training time by more than $100\times$. Extensive ablations confirm our HexPlane design and show that it is robust to different feature fusion mechanisms, coordinate systems, and decoding mechanisms. HexPlane is a simple and effective solution for representing 4D volumes, and we hope they can broadly contribute to modeling spacetime for dynamic 3D scenes.

Code Implementations1 repo
Foundations

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

Your Notes