TACO: Temporal Consensus Optimization for Continual Neural Mapping
Xunlan Zhou, Hongrui Zhao, Negar Mehr
TL;DR
The paper addresses continual neural mapping in dynamic environments under strict memory and computation constraints by introducing TACO, a replay-free Temporal Consensus Optimization framework. TACO treats past model states as temporally weighted neighbors and enforces an importance-aware consensus to update the current map, enabling selective revision of outdated geometry while preserving stable regions. Built on Co-SLAM and ADMM-style optimization, it computes parameter importance from output sensitivity and uses this to regulate historical influence, achieving robust adaptation without data replay. Across static and dynamic simulations and real-world experiments, TACO consistently outperforms replay- and regularization-based baselines, delivering accurate, up-to-date maps with competitive memory usage and runtime, thus enabling scalable long-term neural mapping in dynamic robotic settings.
Abstract
Neural implicit mapping has emerged as a powerful paradigm for robotic navigation and scene understanding. However, real-world robotic deployment requires continual adaptation to changing environments under strict memory and computation constraints, which existing mapping systems fail to support. Most prior methods rely on replaying historical observations to preserve consistency and assume static scenes. As a result, they cannot adapt to continual learning in dynamic robotic settings. To address these challenges, we propose TACO (TemporAl Consensus Optimization), a replay-free framework for continual neural mapping. We reformulate mapping as a temporal consensus optimization problem, where we treat past model snapshots as temporal neighbors. Intuitively, our approach resembles a model consulting its own past knowledge. We update the current map by enforcing weighted consensus with historical representations. Our method allows reliable past geometry to constrain optimization while permitting unreliable or outdated regions to be revised in response to new observations. TACO achieves a balance between memory efficiency and adaptability without storing or replaying previous data. Through extensive simulated and real-world experiments, we show that TACO robustly adapts to scene changes, and consistently outperforms other continual learning baselines.
