CVLGROOct 5, 2022

SHINE-Mapping: Large-Scale 3D Mapping Using Sparse Hierarchical Implicit Neural Representations

arXiv:2210.02299v3103 citationsh-index: 81
Originality Highly original
AI Analysis

This addresses the challenge of balancing memory and accuracy in outdoor autonomous mapping, offering an incremental solution to prevent forgetting in continual learning.

The paper tackles the problem of large-scale 3D reconstruction from LiDAR data by developing a sparse hierarchical implicit neural representation, resulting in more accurate, complete, and memory-efficient maps compared to state-of-the-art methods.

Accurate mapping of large-scale environments is an essential building block of most outdoor autonomous systems. Challenges of traditional mapping methods include the balance between memory consumption and mapping accuracy. This paper addresses the problem of achieving large-scale 3D reconstruction using implicit representations built from 3D LiDAR measurements. We learn and store implicit features through an octree-based, hierarchical structure, which is sparse and extensible. The implicit features can be turned into signed distance values through a shallow neural network. We leverage binary cross entropy loss to optimize the local features with the 3D measurements as supervision. Based on our implicit representation, we design an incremental mapping system with regularization to tackle the issue of forgetting in continual learning. Our experiments show that our 3D reconstructions are more accurate, complete, and memory-efficient than current state-of-the-art 3D mapping methods.

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