๐ฎ
๐ฎ
The Ethereal
SpectraNet: Multivariate Forecasting and Imputation under Distribution Shifts and Missing Data
October 22, 2022 ยท Entered Twilight ยท ๐ arXiv.org
Repo contents: .gitignore, LICENCE, NOTICE, README.md, data, environment.yml, images, run_spectranet.py, src
Authors
Cristian Challu, Peihong Jiang, Ying Nian Wu, Laurent Callot
arXiv ID
2210.12515
Category
cs.LG: Machine Learning
Cross-listed
cs.AI
Citations
1
Venue
arXiv.org
Repository
https://github.com/cchallu/spectranet
โญ 25
Last Checked
3 months ago
Abstract
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.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Machine Learning
๐ฎ
๐ฎ
The Ethereal
Continuous control with deep reinforcement learning
๐
๐
Old Age
Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
๐
๐
Old Age
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor
๐
๐
Old Age
SGDR: Stochastic Gradient Descent with Warm Restarts
๐ฎ
๐ฎ
The Ethereal