paper-with-me

홈 › Papers

Overcoming Catastrophic Forgetting beyond Continual Learning: Balanced Training for Neural Machine Translation

2022-03-08 · ACL 2022 5 · Chenze Shao, Yang Feng

Neural networks tend to gradually forget the previously learned knowledge when learning multiple tasks sequentially from dynamic data distributions. This problem is called \textit{catastrophic forgetting}, which is a fundamental challenge in the continual learning of neural networks. In this work, we observe that catastrophic forgetting not only occurs in continual learning but also affects the traditional static training. Neural networks, especially neural machine translation models, suffer from catastrophic forgetting even if they learn from a static training set. To be specific, the final model pays imbalanced attention to training samples, where recently exposed samples attract more attention than earlier samples. The underlying cause is that training samples do not get balanced training in each model update, so we name this problem \textit{imbalanced training}. To alleviate this problem, we propose Complementary Online Knowledge Distillation (COKD), which uses dynamically updated teacher models trained on specific data orders to iteratively provide complementary knowledge to the student model. Experimental results on multiple machine translation tasks show that our method successfully alleviates the problem of imbalanced training and achieves substantial improvements over strong baseline systems.

📄 PDF Abstract BibTeX arXiv:2203.03910

Code (1)

ictnlp/cokd 공식 구현 pytorch

Tasks

Continual LearningKnowledge DistillationMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

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

Overcoming Catastrophic Forgetting by XAI

2022-11-25 · Giang Nguyen

Explaining the behaviors of deep neural networks, usually considered as black boxes, is critical especially when they are now being adopted over diverse aspects of human life. Taking the advantages of interpretable machi…

Continual LearningExplainable Artificial Intelligence (XAI)Interpretable Machine Learning

Learn to Grow: A Continual Structure Learning Framework for Overcoming Catastrophic Forgetting

2019-03-31 · Xilai Li, Yingbo Zhou, Tianfu Wu, Richard Socher 외

Addressing catastrophic forgetting is one of the key challenges in continual learning where machine learning systems are trained with sequential or streaming tasks. Despite recent remarkable progress in state-of-the-art …

Continual LearningNeural Architecture Searchparameter estimationPermuted-MNIST

Overcoming Catastrophic Forgetting in Massively Multilingual Continual Learning

2023-05-25 · Genta Indra Winata, Lingjue Xie, Karthik Radhakrishnan, Shijie Wu 외

Real-life multilingual systems should be able to efficiently incorporate new languages as data distributions fed to the system evolve and shift over time. To do this, systems need to handle the issue of catastrophic forg…

Continual LearningScheduling

Quantum Continual Learning Overcoming Catastrophic Forgetting

2021-08-05 · Wenjie Jiang, Zhide Lu, Dong-Ling Deng

Catastrophic forgetting describes the fact that machine learning models will likely forget the knowledge of previously learned tasks after the learning process of a new one. It is a vital problem in the continual learnin…

BIG-bench Machine LearningContinual LearningIncremental LearningQuantum Machine Learning