vix.ing · top · new · best · stats

Adaptive Noise Injection: A Structure-Expanding Regularization for RNN

2019/07/25 by Rui Li, Kai Shuang, Li, Rui +5
Computer Science · #Computation and Language (cs.CL) #FOS: Computer and information sciences #Machine Learning (cs.LG) #Natural Language Processing Techniques #Speech Recognition and Synthesis #Topic Modeling #cs.CL #cs.LG

paper · pdf · doi:10.48550/arxiv.1907.10885

Recently, we find the theory "extending model can play the role of regularization"doesn't hold on other NLP tasks' datasets. Now, we are looking for a new theory to explain the effectiveness of ANI.We don't have an alternative version yet, so we choose to withdraw it

openalex publication_date 2019/07/25 · arxiv created 2021/03/17 · arxiv updated 2021/03/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

The vanilla LSTM has become one of the most potential architectures in word-level language modeling, like other recurrent neural networks, overfitting is always a key barrier for its effectiveness. The existing noise-injected regularizations introduce the random noises of fixation intensity, which inhibits the learning of the RNN throughout the training process. In this paper, we propose a new structure-expanding regularization method called Adjective Noise Injection (ANI), which considers the output of an extra RNN branch as a kind of adaptive noises and injects it into the main-branch RNN output. Due to the adaptive noises can be improved as the training processes, its negative effects can be weakened and even transformed into a positive effect to further improve the expressiveness of the main-branch RNN. As a result, ANI can regularize the RNN in the early stage of training and further promoting its training performance in the later stage. We conduct experiments on three widely-used corpora: PTB, WT2, and WT103, whose results verify both the regularization and promoting the training performance functions of ANI. Furthermore, we design a series simulation experiments to explore the reasons that may lead to the regularization effect of ANI, and we find that in training process, the robustness against the parameter update errors can be strengthened when the LSTM equipped with ANI.

Citations

Related