paper-with-me

Papers

An Investigation of the Combination of Rehearsal and Knowledge Distillation in Continual Learning for Spoken Language Understanding

2022-11-15 · Umberto Cappellazzo, Daniele Falavigna, Alessio Brutti

Continual learning refers to a dynamical framework in which a model receives a stream of non-stationary data over time and must adapt to new data while preserving previously acquired knowledge. Unluckily, neural networks fail to meet these two desiderata, incurring the so-called catastrophic forgetting phenomenon. Whereas a vast array of strategies have been proposed to attenuate forgetting in the computer vision domain, for speech-related tasks, on the other hand, there is a dearth of works. In this paper, we consider the joint use of rehearsal and knowledge distillation (KD) approaches for spoken language understanding under a class-incremental learning scenario. We report on multiple KD combinations at different levels in the network, showing that combining feature-level and predictions-level KDs leads to the best results. Finally, we provide an ablation study on the effect of the size of the rehearsal memory that corroborates the efficacy of our approach for low-resource devices.

📄 PDF Abstract BibTeX arXiv:2211.08161

Code (1)

umbertocappellazzo/CL_SLU 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningContinual LearningIncremental LearningKnowledge DistillationSpoken Language Understanding

Methods 이 논문이 사용한 방법론

fail 설명 없음
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 제목 키워드 기반

A Closer Look at Rehearsal-Free Continual Learning

2022-03-31 · James Seale Smith, Junjiao Tian, Shaunak Halbe, Yen-Chang Hsu 외

Continual learning is a setting where machine learning models learn novel concepts from continuously shifting training data, while simultaneously avoiding degradation of knowledge on previously seen classes which may dis…

Continual LearningKnowledge DistillationL2 RegularizationNovel Concepts

Joint Diffusion models in Continual Learning

2024-11-12 · Paweł Skierś, Kamil Deja

In this work, we introduce JDCL - a new method for continual learning with generative rehearsal based on joint diffusion models. Neural networks suffer from catastrophic forgetting defined as abrupt loss in the model's p…

Continual LearningKnowledge Distillation

Centroid Distance Distillation for Effective Rehearsal in Continual Learning

2023-03-06 · Daofeng Liu, Fan Lyu, Linyan Li, Zhenping Xia 외

Rehearsal, retraining on a stored small data subset of old tasks, has been proven effective in solving catastrophic forgetting in continual learning. However, due to the sampled data may have a large bias towards the ori…

Continual Learning

Continual Learning with Dirichlet Generative-based Rehearsal

2023-09-13 · Min Zeng, Wei Xue, Qifeng Liu, Yike Guo

Recent advancements in data-driven task-oriented dialogue systems (ToDs) struggle with incremental learning due to computational constraints and time-consuming issues. Continual Learning (CL) attempts to solve this by av…

Continual LearningIncremental LearningIntent DetectionKnowledge Distillation+5

Brain-Inspired Continual Learning-Robust Feature Distillation and Re-Consolidation for Class Incremental Learning

2024-04-22 · Hikmat Khan, Nidhal Carla Bouaynaya, Ghulam Rasool

Artificial intelligence (AI) and neuroscience share a rich history, with advancements in neuroscience shaping the development of AI systems capable of human-like knowledge retention. Leveraging insights from neuroscience…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning