LGSYDec 14, 2020

Nonlinear state-space identification using deep encoder networks

arXiv:2012.07697v257 citations
AI Analysis

This method offers a more efficient and robust approach to identifying nonlinear state-space models, which is beneficial for researchers and engineers working with complex dynamical systems.

The paper addresses the computational expense and non-convexity of minimizing simulation error for nonlinear state-space identification in dynamical systems. It proposes a method that approximates the simulation loss by splitting the dataset into independent sections, enabling stochastic gradient optimization. This approach achieves the lowest known simulation error on the Wiener-Hammerstein benchmark.

Nonlinear state-space identification for dynamical systems is most often performed by minimizing the simulation error to reduce the effect of model errors. This optimization problem becomes computationally expensive for large datasets. Moreover, the problem is also strongly non-convex, often leading to sub-optimal parameter estimates. This paper introduces a method that approximates the simulation loss by splitting the data set into multiple independent sections similar to the multiple shooting method. This splitting operation allows for the use of stochastic gradient optimization methods which scale well with data set size and has a smoothing effect on the non-convex cost function. The main contribution of this paper is the introduction of an encoder function to estimate the initial state at the start of each section. The encoder function estimates the initial states using a feed-forward neural network starting from historical input and output samples. The efficiency and performance of the proposed state-space encoder method is illustrated on two well-known benchmarks where, for instance, the method achieves the lowest known simulation error on the Wiener--Hammerstein benchmark.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes