paper-with-me

홈 › Papers

Approximate Fixed-Points in Recurrent Neural Networks

2021-06-04 · Zhengxiong Wang, Anton Ragni

Recurrent neural networks are widely used in speech and language processing. Due to dependency on the past, standard algorithms for training these models, such as back-propagation through time (BPTT), cannot be efficiently parallelised. Furthermore, applying these models to more complex structures than sequences requires inference time approximations, which introduce inconsistency between inference and training. This paper shows that recurrent neural networks can be reformulated as fixed-points of non-linear equation systems. These fixed-points can be computed using an iterative algorithm exactly and in as many iterations as the length of any given sequence. Each iteration of this algorithm adds one additional Markovian-like order of dependencies such that upon termination all dependencies modelled by the recurrent neural networks have been incorporated. Although exact fixed-points inherit the same parallelization and inconsistency issues, this paper shows that approximate fixed-points can be computed in parallel and used consistently in training and inference including tasks such as lattice rescoring. Experimental validation is performed in two tasks, Penn Tree Bank and WikiText-2, and shows that approximate fixed-points yield competitive prediction performance to recurrent neural networks trained using the BPTT algorithm.

📄 PDF Abstract BibTeX arXiv:2106.02417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reverse engineering recurrent networks for sentiment classification reveals line attractor dynamics

2019-06-25 · NeurIPS 2019 12 · Niru Maheswaranathan, Alex Williams, Matthew D. Golub, Surya Ganguli 외

Recurrent neural networks (RNNs) are a widely used tool for modeling sequential data, yet they are often treated as inscrutable black boxes. Given a trained recurrent network, we would like to reverse engineer it--to obt…

General ClassificationSentiment AnalysisSentiment Classification

Stable fixed points of combinatorial threshold-linear networks

2019-08-27 · Carina Curto, Jesse Geneson, Katherine Morrison

Combinatorial threshold-linear networks (CTLNs) are a special class of recurrent neural networks whose dynamics are tightly controlled by an underlying directed graph. Recurrent networks have long been used as models for…

Learning fixed points of recurrent neural networks by reparameterizing the network model

2023-07-13 · Vicky Zhu, Robert Rosenbaum

In computational neuroscience, fixed points of recurrent neural networks are commonly used to model neural responses to static or slowly changing stimuli. These applications raise the question of how to train the weights…

Reverse engineering recurrent neural networks with Jacobian switching linear dynamical systems

2021-11-01 · NeurIPS 2021 12 · Jimmy T. H. Smith, Scott W. Linderman, David Sussillo

Recurrent neural networks (RNNs) are powerful models for processing time-series data, but it remains challenging to understand how they function. Improving this understanding is of substantial interest to both the machin…

Time Series Analysis

Feed-forward approximations to dynamic recurrent network architectures

2017-04-21 · Dylan Richard Muir

Recurrent neural network architectures can have useful computational properties, with complex temporal dynamics and input-sensitive attractor states. However, evaluation of recurrent dynamic architectures requires soluti…