LGOCMLMay 23, 2019

Robust guarantees for learning an autoregressive filter

arXiv:1905.09897v119 citations
Originality Incremental advance
AI Analysis

This provides robust guarantees for reinforcement learning and control theory by addressing worst-case input scenarios, though it is incremental as it builds on existing statistical analyses.

The paper tackles the problem of learning an autoregressive filter for time-series prediction in unknown linear dynamical systems with hidden state and Gaussian noise, achieving optimal sample complexity in rollout length by using an L∞-based objective instead of ordinary least-squares.

The optimal predictor for a linear dynamical system (with hidden state and Gaussian noise) takes the form of an autoregressive linear filter, namely the Kalman filter. However, a fundamental problem in reinforcement learning and control theory is to make optimal predictions in an unknown dynamical system. To this end, we take the approach of directly learning an autoregressive filter for time-series prediction under unknown dynamics. Our analysis differs from previous statistical analyses in that we regress not only on the inputs to the dynamical system, but also the outputs, which is essential to dealing with process noise. The main challenge is to estimate the filter under worst case input (in $\mathcal H_\infty$ norm), for which we use an $L^\infty$-based objective rather than ordinary least-squares. For learning an autoregressive model, our algorithm has optimal sample complexity in terms of the rollout length, which does not seem to be attained by naive least-squares.

Foundations

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

Your Notes