paper-with-me

Papers

Learn to Memorize and to Forget: A Continual Learning Perspective of Dynamic SLAM

2024-07-18 · Baicheng Li, Zike Yan, Dong Wu, Hanqing Jiang, Hongbin Zha

Simultaneous localization and mapping (SLAM) with implicit neural representations has received extensive attention due to the expressive representation power and the innovative paradigm of continual learning. However, deploying such a system within a dynamic environment has not been well-studied. Such challenges are intractable even for conventional algorithms since observations from different views with dynamic objects involved break the geometric and photometric consistency, whereas the consistency lays the foundation for joint optimizing the camera pose and the map parameters. In this paper, we best exploit the characteristics of continual learning and propose a novel SLAM framework for dynamic environments. While past efforts have been made to avoid catastrophic forgetting by exploiting an experience replay strategy, we view forgetting as a desirable characteristic. By adaptively controlling the replayed buffer, the ambiguity caused by moving objects can be easily alleviated through forgetting. We restrain the replay of the dynamic objects by introducing a continually-learned classifier for dynamic object identification. The iterative optimization of the neural map and the classifier notably improves the robustness of the SLAM system under a dynamic environment. Experiments on challenging datasets verify the effectiveness of the proposed framework.

📄 PDF Abstract BibTeX arXiv:2407.13338

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningSimultaneous Localization and Mapping

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Continual Relation Learning via Episodic Memory Activation and Reconsolidation

2020-07-01 · ACL 2020 6 · Xu Han, Yi Dai, Tianyu Gao, Yankai Lin 외

Continual relation learning aims to continually train a model on new data to learn incessantly emerging novel relations while avoiding catastrophically forgetting old relations. Some pioneering work has proved that stori…

Continual LearningRelation

Group and Exclusive Sparse Regularization-based Continual Learning of CNNs

2026-01-07 · Basile Tousside, Janis Mohr, Jörg Frochte arxiv

We present a regularization-based approach for continual learning (CL) of fixed capacity convolutional neural networks (CNN) that does not suffer from the problem of catastrophic forgetting when learning multiple tasks s…

Continual Learning

Refining Sample Embeddings with Relation Prototypes to Enhance Continual Relation Extraction

2021-08-01 · ACL 2021 5 · Li Cui, Deqing Yang, Jiaxin Yu, Chengwei Hu 외

Continual learning has gained increasing attention in recent years, thanks to its biological interpretation and efficiency in many real-world applications. As a typical task of continual learning, continual relation extr…

Continual LearningContinual Relation ExtractionRelationRelation Extraction

Wide Neural Networks Forget Less Catastrophically

2021-10-21 · Seyed Iman Mirzadeh, Arslan Chaudhry, Dong Yin, Huiyi Hu 외

A primary focus area in continual learning research is alleviating the "catastrophic forgetting" problem in neural networks by designing new algorithms that are more robust to the distribution shifts. While the recent pr…

Continual Learning

DSI++: Updating Transformer Memory with New Documents

2022-12-19 · Sanket Vaibhav Mehta, Jai Gupta, Yi Tay, Mostafa Dehghani 외

Differentiable Search Indices (DSIs) encode a corpus of documents in model parameters and use the same model to answer user queries directly. Despite the strong performance of DSI models, deploying them in situations whe…

Continual LearningNatural QuestionsRetrieval