Non-Autoregressive vs Autoregressive Neural Networks for System Identification
Daniel Weber, Clemens G\"uhmann

TL;DR
This paper compares autoregressive and non-autoregressive neural networks, specifically GRUs and TCNs, for system identification, demonstrating that non-autoregressive models are faster and at least as accurate as autoregressive ones.
Contribution
It provides a comprehensive comparison showing non-autoregressive neural networks outperform autoregressive models in accuracy and speed for system identification tasks.
Findings
Non-autoregressive networks are significantly faster.
Non-autoregressive networks are at least as accurate as autoregressive ones.
Non-autoregressive GRU outperforms other black-box methods in benchmarks.
Abstract
The application of neural networks to non-linear dynamic system identification tasks has a long history, which consists mostly of autoregressive approaches. Autoregression, the usage of the model outputs of previous time steps, is a method of transferring a system state between time steps, which is not necessary for modeling dynamic systems with modern neural network structures, such as gated recurrent units (GRUs) and Temporal Convolutional Networks (TCNs). We compare the accuracy and execution performance of autoregressive and non-autoregressive implementations of a GRU and TCN on the simulation task of three publicly available system identification benchmarks. Our results show, that the non-autoregressive neural networks are significantly faster and at least as accurate as their autoregressive counterparts. Comparisons with other state-of-the-art black-box system identification…
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
TopicsNeural Networks and Applications · Anomaly Detection Techniques and Applications · Image and Signal Denoising Methods
MethodsGated Recurrent Unit
