paper-with-me

홈 › Papers

Overcoming Catastrophic Forgetting by Exemplar Selection in Task-oriented Dialogue System

2024-05-16 · Chen Chen, Ruizhe Li, Yuchen Hu, YuanYuan Chen, Chengwei Qin, Qiang Zhang

Intelligent task-oriented dialogue systems (ToDs) are expected to continuously acquire new knowledge, also known as Continual Learning (CL), which is crucial to fit ever-changing user needs. However, catastrophic forgetting dramatically degrades the model performance in face of a long streamed curriculum. In this paper, we aim to overcome the forgetting problem in ToDs and propose a method (HESIT) with hyper-gradient-based exemplar strategy, which samples influential exemplars for periodic retraining. Instead of unilaterally observing data or models, HESIT adopts a profound exemplar selection strategy that considers the general performance of the trained model when selecting exemplars for each task domain. Specifically, HESIT analyzes the training data influence by tracing their hyper-gradient in the optimization process. Furthermore, HESIT avoids estimating Hessian to make it compatible for ToDs with a large pre-trained model. Experimental results show that HESIT effectively alleviates catastrophic forgetting by exemplar selection, and achieves state-of-the-art performance on the largest CL benchmark of ToDs in terms of all metrics.

📄 PDF Abstract BibTeX arXiv:2405.10992

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningTask-Oriented Dialogue Systems

Similar Papers 제목 키워드 기반

DSS: A Diverse Sample Selection Method to Preserve Knowledge in Class-Incremental Learning

2023-12-14 · Sahil Nokhwal, Nirman Kumar

Rehearsal-based techniques are commonly used to mitigate catastrophic forgetting (CF) in Incremental learning (IL). The quality of the exemplars selected is important for this purpose and most methods do not ensure the a…

class-incremental learningClass Incremental LearningDiversityIncremental Learning

Online Structured Laplace Approximations For Overcoming Catastrophic Forgetting

2018-05-20 · NeurIPS 2018 12 · Hippolyt Ritter, Aleksandar Botev, David Barber

We introduce the Kronecker factored online Laplace approximation for overcoming catastrophic forgetting in neural networks. The method is grounded in a Bayesian online learning framework, where we recursively approximate…

Permuted-MNIST

Attention-Based Structural-Plasticity

2019-03-02 · Soheil Kolouri, Nicholas Ketz, Xinyun Zou, Jeffrey Krichmar 외

Catastrophic forgetting/interference is a critical problem for lifelong learning machines, which impedes the agents from maintaining their previously learned knowledge while learning new tasks. Neural networks, in partic…

Lifelong learningPermuted-MNISTSplit-MNIST

ZeroFlow: Overcoming Catastrophic Forgetting is Easier than You Think

2025-01-02 · Tao Feng, Wei Li, Didi Zhu, Hangjie Yuan 외

Backpropagation provides a generalized configuration for overcoming catastrophic forgetting. Like, SGD and Adam are commonly used for weight updates in continual learning and continual pre-training. In practice, permissi…

Continual Learning

DiffClass: Diffusion-Based Class Incremental Learning

2024-03-08 · Zichong Meng, Jie Zhang, Changdi Yang, Zheng Zhan 외

Class Incremental Learning (CIL) is challenging due to catastrophic forgetting. On top of that, Exemplar-free Class Incremental Learning is even more challenging due to forbidden access to previous task data. Recent exem…

class-incremental learningClass Incremental LearningDomain AdaptationExemplar-Free+2