Ranking-aware Continual Learning for LiDAR Place Recognition
Xufei Wang, Gengxuan Tian, Junqiao Zhao, Siyue Tao, Qiwen Gu, Qiankun Yu, Tiantian Feng
TL;DR
This work tackles catastrophic forgetting in continual LiDAR place recognition by introducing KDF, a framework built on ranking-aware knowledge distillation and a knowledge fusion module. RKD preserves the intrinsic ranking structure of place embeddings across sequential domains, while DKD aligns the overall feature distributions between old and new models; a triplet-based metric learning loss supports robust descriptor learning, and fusion consolidates knowledge from both models. The method demonstrates improved mean Recall@1 and reduced forgetting across four backbone networks and multiple datasets, including generalization to unseen KITTI sequences. Overall, KDF enables smoother knowledge transfer and stronger generalization in evolving environments, with potential to extend to visual and multimodal place recognition tasks.
Abstract
Place recognition plays a significant role in SLAM, robot navigation, and autonomous driving applications. Benefiting from deep learning, the performance of LiDAR place recognition (LPR) has been greatly improved. However, many existing learning-based LPR methods suffer from catastrophic forgetting, which severely harms the performance of LPR on previously trained places after training on a new environment. In this paper, we introduce a continual learning framework for LPR via Knowledge Distillation and Fusion (KDF) to alleviate forgetting. Inspired by the ranking process of place recognition retrieval, we present a ranking-aware knowledge distillation loss that encourages the network to preserve the high-level place recognition knowledge. We also introduce a knowledge fusion module to integrate the knowledge of old and new models for LiDAR place recognition. Our extensive experiments demonstrate that KDF can be applied to different networks to overcome catastrophic forgetting, surpassing the state-of-the-art methods in terms of mean Recall@1 and forgetting score.
