Feedforward Sequential Memory Networks: A New Structure to Learn Long-term Dependency
Shiliang Zhang, Cong Liu, Hui Jiang, Si Wei, Lirong Dai, and Yu Hu

TL;DR
This paper introduces FSMNs, a new feedforward neural network architecture with memory blocks, capable of modeling long-term dependencies in sequences more effectively and efficiently than traditional RNNs and LSTMs.
Contribution
The paper presents FSMNs, a novel non-recurrent neural network structure with learnable memory blocks, improving long-term dependency modeling and training efficiency.
Findings
FSMNs outperform RNNs and LSTMs in speech recognition and language modeling tasks.
FSMNs are faster and more reliable to train than recurrent models.
Experimental results demonstrate superior sequence modeling capabilities.
Abstract
In this paper, we propose a novel neural network structure, namely \emph{feedforward sequential memory networks (FSMN)}, to model long-term dependency in time series without using recurrent feedback. The proposed FSMN is a standard fully-connected feedforward neural network equipped with some learnable memory blocks in its hidden layers. The memory blocks use a tapped-delay line structure to encode the long context information into a fixed-size representation as short-term memory mechanism. We have evaluated the proposed FSMNs in several standard benchmark tasks, including speech recognition and language modelling. Experimental results have shown FSMNs significantly outperform the conventional recurrent neural networks (RNN), including LSTMs, in modeling sequential signals like speech or language. Moreover, FSMNs can be learned much more reliably and faster than RNNs or LSTMs due to the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Time Series Analysis and Forecasting · Speech Recognition and Synthesis
