Continual Learning Long Short Term Memory.

Xin Guo (郭鑫),Yu Tian,Qinghan Xue,Panos Lampropoulos,Steven Eliuk,Kenneth E. Barner,Xiaolong Wang
DOI: https://doi.org/10.18653/V1/2020.FINDINGS-EMNLP.164
2020-01-01
Abstract:Catastrophic forgetting in neural networks indicates the performance decreasing of deep learning models on previous tasks while learning new tasks. To address this problem, we propose a novel Continual Learning Long Short Term Memory (CL-LSTM) cell in Recurrent Neural Network (RNN) in this paper. CL-LSTM considers not only the state of each individual task’s output gates but also the correlation of the states between tasks, so that the deep learning models can incrementally learn new tasks without catastrophically forgetting previously tasks. Experimental results demonstrate significant improvements of CL-LSTM over state-of-the-art approaches on spoken language understanding (SLU) tasks.
What problem does this paper attempt to address?