paper-with-me

홈 › Papers

Recurrent Neural Networks are Universal Filters

2019-09-25 · Wenjie Xu, Xiuqiong Chen, Stephen S.-T. Yau

Recurrent neural networks (RNN) are powerful time series modeling tools in ma- chine learning. It has been successfully applied in a variety of fields such as natural language processing (Mikolov et al. (2010), Graves et al. (2013), Du et al. (2015)), control (Fei & Lu (2017)) and traffic forecasting (Ma et al. (2015)), etc. In those application scenarios, RNN can be viewed as implicitly modelling a stochastic dy- namic system. Another type of popular neural network, deep (feed-forward) neural network has also been successfully applied in different engineering disciplines, whose approximation capability has been well characterized by universal approxi- mation theorem (Hornik et al. (1989), Park & Sandberg (1991), Lu et al. (2017)). However, the underlying approximation capability of RNN has not been fully understood in a quantitative way. In our paper, we consider a stochastic dynamic system with noisy observations and analyze the approximation capability of RNN in synthesizing the optimal state estimator, namely optimal filter. We unify the recurrent neural network into Bayesian filtering framework and show that recurrent neural network is a universal approximator of optimal finite dimensional filters under some mild conditions. That is to say, for any stochastic dynamic systems with noisy sequential observations that satisfy some mild conditions, we show that (informal) ∀ > 0, ∃ RNN-based filter, s.t. lim sup x̂ k|k − E[x k |Y k ] < , k→∞ where x̂ k|k is RNN-based filter’s estimate of state x k at step k conditioned on the observation history and E[x k |Y k ] is the conditional mean of x k , known as the optimal estimate of the state in minimum mean square error sense. As an interesting special case, the widely used Kalman filter (KF) can be synthesized by RNN.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Analysis

Similar Papers 제목 키워드 기반

Recurrent Neural Networks and Universal Approximation of Bayesian Filters

2022-11-01 · Adrian N. Bishop, Edwin V. Bonilla

We consider the Bayesian optimal filtering problem: i.e. estimating some conditional statistics of a latent time-series signal from an observation sequence. Classical approaches often rely on the use of assumed or estima…

Time SeriesTime Series Analysis

The Quest for Universal Master Key Filters in DS-CNNs

2025-09-15 · Zahra Babaiee, Peyman M. Kiassari, Daniela Rus, Radu Grosu arxiv

A recent study has proposed the "Master Key Filters Hypothesis" for convolutional neural network filters. This paper extends this hypothesis by radically constraining its scope to a single set of just 8 universal filters…

Transfer Learning

Convolutional Neural Networks with Recurrent Neural Filters

2018-08-28 · EMNLP 2018 10 · Yi Yang

We introduce a class of convolutional neural networks (CNNs) that utilize recurrent neural networks (RNNs) as convolution filters. A convolution filter is typically implemented as a linear affine transformation followed …

SentenceSentiment Analysis

Simple Cycle Reservoirs are Universal

2023-08-21 · Boyu Li, Robert Simon Fong, Peter Tiňo

Reservoir computation models form a subclass of recurrent neural networks with fixed non-trainable input and dynamic coupling weights. Only the static readout from the state space (reservoir) is trainable, thus avoiding …

Universality of Real Minimal Complexity Reservoir

2024-08-15 · Robert Simon Fong, Boyu Li, Peter Tiňo

Reservoir Computing (RC) models, a subclass of recurrent neural networks, are distinguished by their fixed, non-trainable input layer and dynamically coupled reservoir, with only the static readout layer being trained. T…