中文
相关论文

相关论文: Parallelizable memory recurrent units

200 篇论文

Recurrent neural networks (RNNs) have been widely adopted in temporal sequence analysis, where realtime performance is often in demand. However, RNNs suffer from heavy computational workload as the model often comes with large weight…

分布式、并行与集群计算 · 计算机科学 2020-05-13 Runbin Shi , Peiyan Dong , Tong Geng , Yuhao Ding , Xiaolong Ma , Hayden K. -H. So , Martin Herbordt , Ang Li , Yanzhi Wang

Designing deep neural networks is an art that often involves an expensive search over candidate architectures. To overcome this for recurrent neural nets (RNNs), we establish a connection between the hidden state dynamics in an RNN and…

机器学习 · 计算机科学 2021-12-14 Tan M. Nguyen , Richard G. Baraniuk , Andrea L. Bertozzi , Stanley J. Osher , Bao Wang

Recently, recurrent neural networks have become state-of-the-art in acoustic modeling for automatic speech recognition. The long short-term memory (LSTM) units are the most popular ones. However, alternative units like gated recurrent unit…

音频与语音处理 · 电气工程与系统科学 2018-07-18 Jan Vanek , Josef Michalek , Jan Zelinka , Josef Psutka

Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module. Many subquadratic-time architectures such as linear attention,…

机器学习 · 计算机科学 2024-06-03 Albert Gu , Tri Dao

Recurrent Neural Networks (RNNs) have long been recognized for their potential to model complex time series. However, it remains to be determined what optimization techniques and recurrent architectures can be used to best realize this…

机器学习 · 统计学 2015-10-19 Ben Krause

It is hard to train Recurrent Neural Network (RNN) with stable convergence and avoid gradient vanishing and exploding problems, as the weights in the recurrent unit are repeated from iteration to iteration. Moreover, RNN is sensitive to the…

机器学习 · 计算机科学 2022-03-29 Yu Tang , Zhigang Kan , Dequan Sun , Jingjing Xiao , Zhiquan Lai , Linbo Qiao , Dongsheng Li

Recurrent Neural Networks (RNNs) are a key technology for emerging applications such as automatic speech recognition, machine translation or image description. Long Short Term Memory (LSTM) networks are the most successful RNN…

神经与进化计算 · 计算机科学 2019-09-04 Franyell Silfa , Gem Dot , Jose-Maria Arnau , Antonio Gonzalez

Recently, recurrent neural networks (RNNs) as powerful sequence models have re-emerged as a potential acoustic model for statistical parametric speech synthesis (SPSS). The long short-term memory (LSTM) architecture is particularly…

计算与语言 · 计算机科学 2016-01-12 Zhizheng Wu , Simon King

Recurrent neural networks have achieved excellent performance in many applications. However, on portable devices with limited resources, the models are often too large to deploy. For applications on the server with large scale concurrent…

机器学习 · 计算机科学 2018-02-02 Chen Xu , Jianqiang Yao , Zhouchen Lin , Wenwu Ou , Yuanbin Cao , Zhirong Wang , Hongbin Zha

Recurrent neural networks (RNNs) have been widely used for processing sequential data. However, RNNs are commonly difficult to train due to the well-known gradient vanishing and exploding problems and hard to learn long-term patterns. Long…

计算机视觉与模式识别 · 计算机科学 2019-10-15 Shuai Li , Wanqing Li , Chris Cook , Ce Zhu , Yanbo Gao

Recent advances in single image super-resolution (SISR) have achieved extraordinary performance, but the computational cost is too heavy to apply in edge devices. To alleviate this problem, many novel and effective solutions have been…

计算机视觉与模式识别 · 计算机科学 2022-05-13 Zheyuan Li , Yingqi Liu , Xiangyu Chen , Haoming Cai , Jinjin Gu , Yu Qiao , Chao Dong

Viewing recurrent neural networks (RNNs) as continuous-time dynamical systems, we propose a recurrent unit that describes the hidden state's evolution with two parts: a well-understood linear component plus a Lipschitz nonlinearity. This…

机器学习 · 计算机科学 2021-04-27 N. Benjamin Erichson , Omri Azencot , Alejandro Queiruga , Liam Hodgkinson , Michael W. Mahoney

Visual storytelling aims to generate human-level narrative language (i.e., a natural paragraph with multiple sentences) from a photo streams. A typical photo story consists of a global timeline with multi-thread local storylines, where each…

计算机视觉与模式识别 · 计算机科学 2016-06-03 Yu Liu , Jianlong Fu , Tao Mei , Chang Wen Chen

Long Short-Term Memory (LSTM) is a recurrent neural network (RNN) architecture that has been designed to address the vanishing and exploding gradient problems of conventional RNNs. Unlike feedforward neural networks, RNNs have cyclic…

神经与进化计算 · 计算机科学 2014-02-06 Haşim Sak , Andrew Senior , Françoise Beaufays

Sequential models, such as Recurrent Neural Networks and Neural Ordinary Differential Equations, have long suffered from slow training due to their inherent sequential nature. For many years this bottleneck has persisted, as many thought…

机器学习 · 计算机科学 2024-01-17 Yi Heng Lim , Qi Zhu , Joshua Selfridge , Muhammad Firmansyah Kasim

Process Mining consists of techniques where logs created by operative systems are transformed into process models. In process mining tools it is often desired to be able to classify ongoing process instances, e.g., to predict how long the…

机器学习 · 计算机科学 2019-02-05 Markku Hinkka , Teemu Lehto , Keijo Heljanko , Alexander Jung

Gated recurrent units (GRUs) are specialized memory elements for building recurrent neural networks. Despite their incredible success on various tasks, including extracting dynamics underlying neural data, little is understood about the…

机器学习 · 计算机科学 2021-07-30 Ian D. Jordan , Piotr Aleksander Sokol , Il Memming Park

Many important NLP problems can be posed as dual-sequence or sequence-to-sequence modeling tasks. Recent advances in building end-to-end neural architectures have been highly successful in solving such tasks. In this work we propose a new…

神经与进化计算 · 计算机科学 2016-06-15 Dirk Weissenborn

Recurrent neural networks such as the GRU and LSTM found wide adoption in natural language processing and achieve state-of-the-art results for many tasks. These models are characterized by a memory state that can be written to and read from…

神经与进化计算 · 计算机科学 2016-06-10 Dirk Weissenborn , Tim Rocktäschel

Linear recurrent neural networks (RNNs) and state-space models (SSMs) such as Mamba have become promising alternatives to softmax-attention as sequence mixing layers in Transformer architectures. Current models, however, do not exhibit the…

机器学习 · 计算机科学 2025-10-27 Sajad Movahedi , Felix Sarnthein , Nicola Muca Cirone , Antonio Orvieto