CVDec 8, 2022

ALTO: Alternating Latent Topologies for Implicit 3D Reconstruction

arXiv:2212.04096v133 citationsh-index: 76
Originality Incremental advance
AI Analysis

This addresses the trade-off between detail preservation and decoding efficiency in 3D reconstruction for computer vision applications, representing an incremental advancement.

The paper tackles the problem of high-fidelity implicit 3D surface reconstruction from noisy point clouds by proposing ALTO, which alternates between latent topologies to preserve detail while easing decoding, resulting in a performance improvement over state-of-the-art and a 3-10x runtime improvement.

This work introduces alternating latent topologies (ALTO) for high-fidelity reconstruction of implicit 3D surfaces from noisy point clouds. Previous work identifies that the spatial arrangement of latent encodings is important to recover detail. One school of thought is to encode a latent vector for each point (point latents). Another school of thought is to project point latents into a grid (grid latents) which could be a voxel grid or triplane grid. Each school of thought has tradeoffs. Grid latents are coarse and lose high-frequency detail. In contrast, point latents preserve detail. However, point latents are more difficult to decode into a surface, and quality and runtime suffer. In this paper, we propose ALTO to sequentially alternate between geometric representations, before converging to an easy-to-decode latent. We find that this preserves spatial expressiveness and makes decoding lightweight. We validate ALTO on implicit 3D recovery and observe not only a performance improvement over the state-of-the-art, but a runtime improvement of 3-10$\times$. Project website at https://visual.ee.ucla.edu/alto.htm/.

Foundations

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

Your Notes