A Quantifier-Reversal Approximation Paradigm for Recurrent Neural Networks
Clemens Hutter, Valentin Abadie, Helmut B\"olcskei

TL;DR
This paper proposes a new approximation paradigm for RNNs that achieves arbitrary accuracy by increasing runtime rather than network size, using fixed weights and topology, suitable for memory-constrained hardware.
Contribution
It introduces a quantifier-reversal approximation method for RNNs, enabling fixed-weight networks to approximate functions to arbitrary precision through extended runtime.
Findings
RNNs can approximate univariate polynomials with fixed weights.
Approximation error decays exponentially with runtime.
Network size depends on polynomial degree, not error tolerance.
Abstract
Classical neural network approximation results take the form: for every function and every error tolerance , one constructs a neural network whose architecture and weights depend on . This paper introduces a fundamentally different approximation paradigm that reverses this quantifier order. For each target function , we construct a single recurrent neural network (RNN) with fixed topology and fixed weights that approximates to within any prescribed tolerance when run for sufficiently many time steps. The key mechanism enabling this quantifier reversal is temporal computation combined with weight sharing: rather than increasing network depth, the approximation error is reduced solely by running the RNN longer. This yields exponentially decaying approximation error as a function of runtime while requiring storage of only a small, fixed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Neural Networks and Applications · Ferroelectric and Negative Capacitance Devices
