paper-with-me

홈 › Papers

Do You Remember? Overcoming Catastrophic Forgetting for Fake Audio Detection

2023-08-07 · Xiaohui Zhang, Jiangyan Yi, JianHua Tao, Chenglong Wang, Chuyuan Zhang

Current fake audio detection algorithms have achieved promising performances on most datasets. However, their performance may be significantly degraded when dealing with audio of a different dataset. The orthogonal weight modification to overcome catastrophic forgetting does not consider the similarity of genuine audio across different datasets. To overcome this limitation, we propose a continual learning algorithm for fake audio detection to overcome catastrophic forgetting, called Regularized Adaptive Weight Modification (RAWM). When fine-tuning a detection network, our approach adaptively computes the direction of weight modification according to the ratio of genuine utterances and fake utterances. The adaptive modification direction ensures the network can effectively detect fake audio on the new dataset while preserving its knowledge of old model, thus mitigating catastrophic forgetting. In addition, genuine audio collected from quite different acoustic conditions may skew their feature distribution, so we introduce a regularization constraint to force the network to remember the old distribution in this regard. Our method can easily be generalized to related fields, like speech emotion recognition. We also evaluate our approach across multiple datasets and obtain a significant performance improvement on cross-dataset experiments.

📄 PDF Abstract BibTeX arXiv:2308.03300

Code (1)

cecile-hi/regularized-adaptive-weight-modification 공식 구현 pytorch

Tasks

Continual LearningEmotion RecognitionSpeech Emotion Recognition

Similar Papers 제목 키워드 기반

Overcoming catastrophic forgetting in neural networks

2016-12-02 · James Kirkpatrick, Razvan Pascanu, Neil Rabinowitz, Joel Veness 외

The ability to learn tasks in a sequential fashion is crucial to the development of artificial intelligence. Neural networks are not, in general, capable of this and it has been widely thought that catastrophic forgettin…

Atari Gamesclass-incremental learningClass Incremental LearningContinual Learning+2

cPNN: Continuous Progressive Neural Networks for Evolving Streaming Time Series

2026-03-03 · Federico Giannini, Giacomo Ziffer, Emanuele Della Valle arxiv

Dealing with an unbounded data stream involves overcoming the assumption that data is identically distributed and independent. A data stream can, in fact, exhibit temporal dependencies (i.e., be a time series), and data …

Understanding Catastrophic Forgetting and Remembering in Continual Learning with Optimal Relevance Mapping

2021-02-22 · Prakhar Kaushik, Alex Gain, Adam Kortylewski, Alan Yuille

Catastrophic forgetting in neural networks is a significant problem for continual learning. A majority of the current methods replay previous data during training, which violates the constraints of an ideal continual lea…

Continual Learning

What to Remember: Self-Adaptive Continual Learning for Audio Deepfake Detection

2023-12-15 · Xiaohui Zhang, Jiangyan Yi, Chenglong Wang, Chuyuan Zhang 외

The rapid evolution of speech synthesis and voice conversion has raised substantial concerns due to the potential misuse of such technology, prompting a pressing need for effective audio deepfake detection mechanisms. Ex…

Audio Deepfake DetectionContinual LearningDeepFake DetectionFace Swapping+2

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