paper-with-me

홈 › Papers

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 solution of systems of differential equations, and the number of evaluations required to determine their response to a given input can vary with the input, or can be indeterminate altogether in the case of oscillations or instability. In feed-forward networks, by contrast, only a single pass through the network is needed to determine the response to a given input. Modern machine-learning systems are designed to operate efficiently on feed-forward architectures. We hypothesised that two-layer feedforward architectures with simple, deterministic dynamics could approximate the responses of single-layer recurrent network architectures. By identifying the fixed-point responses of a given recurrent network, we trained two-layer networks to directly approximate the fixed-point response to a given input. These feed-forward networks then embodied useful computations, including competitive interactions, information transformations and noise rejection. Our approach was able to find useful approximations to recurrent networks, which can then be evaluated in linear and deterministic time complexity.

📄 PDF Abstract BibTeX arXiv:1704.06645

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Do Transformers Outperform Feedforward and Recurrent Networks? A Statistical Perspective

2025-03-14 · Alireza Mousavi-Hosseini, Clayton Sanford, Denny Wu, Murat A. Erdogdu

Theoretical efforts to prove advantages of Transformers in comparison with classical architectures such as feedforward and recurrent neural networks have mostly focused on representational power. In this work, we take an…

Architectural Complexity Measures of Recurrent Neural Networks

2016-02-26 · NeurIPS 2016 12 · Saizheng Zhang, Yuhuai Wu, Tong Che, Zhouhan Lin 외

In this paper, we systematically analyze the connecting architectures of recurrent neural networks (RNNs). Our main contribution is twofold: first, we present a rigorous graph-theoretic framework describing the connectin…

Language Modelling

Sequence Approximation using Feedforward Spiking Neural Network for Spatiotemporal Learning: Theory and Optimization Methods

2021-09-29 · ICLR 2022 4 · Xueyuan She, Saurabh Dash, Saibal Mukhopadhyay

A dynamical system of spiking neurons with only feedforward connections can classify spatiotemporal patterns without recurrent connections. However, the theoretical construct of a feedforward Spiking Neural Network (SNN)…

Gesture RecognitionImage ClassificationLearning Theory

The Topological Trouble With Transformers

2026-04-18 · Michael C. Mozer, Shoaib Ahmed Siddiqui, Rosanne Liu arxiv

Transformers encode structure in sequences via an expanding contextual history. However, their purely feedforward architecture fundamentally limits dynamic state tracking. State tracking -- the iterative updating of late…

Recurrent Dropout without Memory Loss

2016-03-16 · COLING 2016 12 · Stanislau Semeniuta, Aliaksei Severyn, Erhardt Barth

This paper presents a novel approach to recurrent neural network (RNN) regularization. Differently from the widely adopted dropout method, which is applied to \textit{forward} connections of feed-forward architectures or…