paper-with-me

홈 › Papers

Studying Catastrophic Forgetting in Neural Ranking Models

2021-01-18 · Jesus Lovon-Melgarejo, Laure Soulier, Karen Pinel-Sauvagnat, Lynda Tamine

Several deep neural ranking models have been proposed in the recent IR literature. While their transferability to one target domain held by a dataset has been widely addressed using traditional domain adaptation strategies, the question of their cross-domain transferability is still under-studied. We study here in what extent neural ranking models catastrophically forget old knowledge acquired from previously observed domains after acquiring new knowledge, leading to performance decrease on those domains. Our experiments show that the effectiveness of neuralIR ranking models is achieved at the cost of catastrophic forgetting and that a lifelong learning strategy using a cross-domain regularizer success-fully mitigates the problem. Using an explanatory approach built on a regression model, we also show the effect of domain characteristics on the rise of catastrophic forgetting. We believe that the obtained results can be useful for both theoretical and practical future work in neural IR.

📄 PDF Abstract BibTeX arXiv:2101.06984

Code (1)

jeslev/OpenNIR-Lifelong 공식 구현 pytorch

Tasks

Domain AdaptationLifelong learning

Similar Papers 제목 키워드 기반

Efficient Reinforcement Learning by Reducing Forgetting with Elephant Activation Functions

2025-09-23 · Qingfeng Lan, Gautham Vasan, A. Rupam Mahmood arxiv

Catastrophic forgetting has remained a significant challenge for efficient reinforcement learning for decades (Ring 1994, Rivest and Precup 2003). While recent works have proposed effective methods to mitigate this issue…

Reinforcement Learning

Ranking-aware Continual Learning for LiDAR Place Recognition

2025-05-12 · Xufei Wang, Gengxuan Tian, Junqiao Zhao, Siyue Tao 외

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. Howeve…

Autonomous DrivingContinual LearningKnowledge DistillationRobot Navigation

Elephant Neural Networks: Born to Be a Continual Learner

2023-10-02 · Qingfeng Lan, A. Rupam Mahmood

Catastrophic forgetting remains a significant challenge to continual learning for decades. While recent works have proposed effective methods to mitigate this problem, they mainly focus on the algorithmic side. Meanwhile…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+1

An Empirical Investigation of Catastrophic Forgetting in Gradient-Based Neural Networks

2013-12-21 · Ian J. Goodfellow, Mehdi Mirza, Da Xiao, Aaron Courville 외

Catastrophic forgetting is a problem faced by many machine learning models and algorithms. When trained on one task, then trained on a second task, many machine learning models "forget" how to perform the first task. Thi…

BIG-bench Machine Learning

Continual Learning in the Teacher-Student Setup: Impact of Task Similarity

2021-07-09 · Sebastian Lee, Sebastian Goldt, Andrew Saxe

Continual learning-the ability to learn many tasks in sequence-is critical for artificial learning systems. Yet standard training methods for deep networks often suffer from catastrophic forgetting, where learning new ta…

Continual Learning