LGAIOct 22, 2022

SpectraNet: Multivariate Forecasting and Imputation under Distribution Shifts and Missing Data

arXiv:2210.12515v21 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

It addresses a critical problem for real-world applications in time-series analysis by unifying forecasting and imputation, though it is incremental as it builds on existing spectral and neural network methods.

The paper tackles multivariate time-series forecasting and imputation under distribution shifts and missing data, proposing SpectraNet, which achieves state-of-the-art performance on both tasks across five benchmarks, with up to 92% fewer parameters and nearly 50% improvement in settings with 80% missing data.

In this work, we tackle two widespread challenges in real applications for time-series forecasting that have been largely understudied: distribution shifts and missing data. We propose SpectraNet, a novel multivariate time-series forecasting model that dynamically infers a latent space spectral decomposition to capture current temporal dynamics and correlations on the recent observed history. A Convolution Neural Network maps the learned representation by sequentially mixing its components and refining the output. Our proposed approach can simultaneously produce forecasts and interpolate past observations and can, therefore, greatly simplify production systems by unifying imputation and forecasting tasks into a single model. SpectraNet achieves SoTA performance simultaneously on both tasks on five benchmark datasets, compared to forecasting and imputation models, with up to 92% fewer parameters and comparable training times. On settings with up to 80% missing data, SpectraNet has average performance improvements of almost 50% over the second-best alternative. Our code is available at https://github.com/cchallu/spectranet.

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