paper-with-me

Papers

Feedforward Sequential Memory Networks: A New Structure to Learn Long-term Dependency

2015-12-28 · Shiliang Zhang, Cong Liu, Hui Jiang, Si Wei, Li-Rong Dai, Yu Hu

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 inherent non-recurrent model structure.

📄 PDF Abstract BibTeX arXiv:1512.08301

Code (0)

등록된 구현이 없습니다.

Tasks

Language Modellingspeech-recognitionSpeech RecognitionTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Feedforward Sequential Memory Neural Networks without Recurrent Feedback

2015-10-09 · ShiLiang Zhang, Hui Jiang, Si Wei, Li-Rong Dai

We introduce a new structure for memory neural networks, called feedforward sequential memory networks (FSMN), which can learn long-term dependency without using recurrent feedback. The proposed FSMN is a standard feedfo…

Language ModelingLanguage Modelling

A Gentle Tutorial of Recurrent Neural Network with Error Backpropagation

2016-10-08 · Gang Chen

We describe recurrent neural networks (RNNs), which have attracted great attention on sequential tasks, such as handwriting recognition, speech recognition and image to text. However, compared to general feedforward neur…

Handwriting RecognitionImage to textspeech-recognitionSpeech Recognition

Unleashing the Potential of Spiking Neural Networks for Sequential Modeling with Contextual Embedding

2023-08-29 · Xinyi Chen, Jibin Wu, Huajin Tang, Qinyuan Ren 외

The human brain exhibits remarkable abilities in integrating temporally distant sensory inputs for decision-making. However, existing brain-inspired spiking neural networks (SNNs) have struggled to match their biological…

Decision Making

Blockwise Parallel Transformer for Large Context Models

2023-05-30 · Hao liu, Pieter Abbeel

Transformers have emerged as the cornerstone of state-of-the-art natural language processing models, showcasing exceptional performance across a wide range of AI applications. However, the memory demands posed by the sel…

Language ModelingLanguage Modelling

Blockwise Parallel Transformers for Large Context Models

2023-09-21 · NeurIPS 2023 11

Transformers have emerged as the cornerstone of state-of-the-art natural language processing models, showcasing exceptional performance across a wide range of AI applications. However, the memory demands posed by the sel…