Towards Large-Scale Incremental Dense Mapping using Robot-centric Implicit Neural Representation
Jianheng Liu, Haoyao Chen
TL;DR
This work tackles large-scale dense mapping with implicit neural representations by introducing Robot-centric Implicit Mapping (RIM). RIM uses a hybrid representation that stores learnable features in a multi-resolution voxel grid and decodes SDF values via a shallow MLP, trained locally on a robot-centered map while sharing a decoupled global map to maintain memory efficiency. It introduces bundle supervision and spatial sampling with outlier removal to mitigate catastrophic forgetting and dynamic object interference, enabling unbounded, real-time incremental mapping. Across Replica, MaiCity, and KITTI, RIM achieves superior reconstruction quality and efficiency, maintains constant video memory, and demonstrates applicability to real-world robotic tasks with robust performance under noise and dynamics. The approach offers practical implications for robotics, digital twins, and AR/VR scenarios requiring scalable, high-fidelity dense mapping with limited onboard memory.
Abstract
Large-scale dense mapping is vital in robotics, digital twins, and virtual reality. Recently, implicit neural mapping has shown remarkable reconstruction quality. However, incremental large-scale mapping with implicit neural representations remains problematic due to low efficiency, limited video memory, and the catastrophic forgetting phenomenon. To counter these challenges, we introduce the Robot-centric Implicit Mapping (RIM) technique for large-scale incremental dense mapping. This method employs a hybrid representation, encoding shapes with implicit features via a multi-resolution voxel map and decoding signed distance fields through a shallow MLP. We advocate for a robot-centric local map to boost model training efficiency and curb the catastrophic forgetting issue. A decoupled scalable global map is further developed to archive learned features for reuse and maintain constant video memory consumption. Validation experiments demonstrate our method's exceptional quality, efficiency, and adaptability across diverse scales and scenes over advanced dense mapping methods using range sensors. Our system's code will be accessible at https://github.com/HITSZ-NRSL/RIM.git.
