LGMLOct 7, 2019

High-Dimensional Multivariate Forecasting with Low-Rank Gaussian Copula Processes

arXiv:1910.03002v2273 citations
Originality Highly original
AI Analysis

This addresses computational and numerical challenges in high-dimensional forecasting for applications like anomaly detection and financial risk management, representing a novel method for a known bottleneck.

The paper tackles the problem of predicting dependencies in high-dimensional multivariate time series by proposing a method that combines an RNN-based model with a low-rank Gaussian copula process, enabling modeling of thousands of series with time-varying correlations and showing significant accuracy improvements over state-of-the-art baselines on real-world datasets.

Predicting the dependencies between observations from multiple time series is critical for applications such as anomaly detection, financial risk management, causal analysis, or demand forecasting. However, the computational and numerical difficulties of estimating time-varying and high-dimensional covariance matrices often limits existing methods to handling at most a few hundred dimensions or requires making strong assumptions on the dependence between series. We propose to combine an RNN-based time series model with a Gaussian copula process output model with a low-rank covariance structure to reduce the computational complexity and handle non-Gaussian marginal distributions. This permits to drastically reduce the number of parameters and consequently allows the modeling of time-varying correlations of thousands of time series. We show on several real-world datasets that our method provides significant accuracy improvements over state-of-the-art baselines and perform an ablation study analyzing the contributions of the different components of our model.

Code Implementations2 repos
Foundations

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

Your Notes