paper-with-me

Papers

Bayesian Parameter-Efficient Fine-Tuning for Overcoming Catastrophic Forgetting

2024-02-19 · Haolin Chen, Philip N. Garner

We are motivated primarily by the adaptation of text-to-speech synthesis models; however we argue that more generic parameter-efficient fine-tuning (PEFT) is an appropriate framework to do such adaptation. Nevertheless, catastrophic forgetting remains an issue with PEFT, damaging the pre-trained model's inherent capabilities. We demonstrate that existing Bayesian learning techniques can be applied to PEFT to prevent catastrophic forgetting as long as the parameter shift of the fine-tuned layers can be calculated differentiably. In a principled series of experiments on language modeling and speech synthesis tasks, we utilize established Laplace approximations, including diagonal and Kronecker-factored approaches, to regularize PEFT with the low-rank adaptation (LoRA) and compare their performance in pre-training knowledge preservation. Our results demonstrate that catastrophic forgetting can be overcome by our methods without degrading the fine-tuning performance, and using the Kronecker-factored approximation produces a better preservation of the pre-training knowledge than the diagonal ones.

📄 PDF Abstract BibTeX arXiv:2402.12220

Code (1)

idiap/bayesian-peft 공식 구현 pytorch

Tasks

Language ModelingLanguage Modellingparameter-efficient fine-tuningSpeech Synthesistext-to-speechText to SpeechText-To-Speech Synthesis

Similar Papers 제목 키워드 기반

FedRef: Communication-Efficient Bayesian Fine Tuning with Reference Model

2025-06-29 · Taehwan Yoon, Bongjun Choi

Federated learning(FL) is used for distributed scenarios to train artificial intelligence(AI) models while ensuring users' privacy. In federated learning scenario, the server generally never knows about users' data. This…

Brain Tumor SegmentationFederated LearningModel OptimizationTransfer Learning

Parameter Efficient Fine-tuning of Self-supervised ViTs without Catastrophic Forgetting

2024-04-26 · Reza Akbarian Bafghi, Nidhin Harilal, Claire Monteleoni, Maziar Raissi

Artificial neural networks often suffer from catastrophic forgetting, where learning new concepts leads to a complete loss of previously acquired knowledge. We observe that this issue is particularly magnified in vision …

Continual LearningDomain AdaptationDomain Generalizationparameter-efficient fine-tuning

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

Overcoming Catastrophic Forgetting in Zero-Shot Cross-Lingual Generation

2022-05-25 · Tu Vu, Aditya Barua, Brian Lester, Daniel Cer 외

In this paper, we explore the challenging problem of performing a generative task in a target language when labeled data is only available in English, using summarization as a case study. We assume a strict setting with …

Cross-Lingual TransferMachine TranslationTransfer 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