paper-with-me

홈 › Papers

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

2022-10-22 · Cristian Challu, Peihong Jiang, Ying Nian Wu, Laurent Callot

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.

📄 PDF Abstract BibTeX arXiv:2210.12515

Code (1)

cchallu/spectranet 공식 구현 pytorch

Tasks

ImputationMultivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Revisiting Multivariate Time Series Forecasting with Missing Values

2025-09-27 · Jie Yang, Yifan Hu, Kexin Zhang, Luyang Niu 외 arxiv

Missing values are common in real-world time series, and multivariate time series forecasting with missing values (MTSF-M) has become a crucial area of research for ensuring reliable predictions. To address the challenge…

Multivariate Time Series Forecasting

Multivariate Time Series Data Imputation via Distributionally Robust Regularization

2026-01-31 · Che-Yi Liao, Zheng Dong, Gian-Gabriel Garcia, Kamran Paynabar arxiv

Multivariate time series imputation is often compromised by mismatch between the observed and true data distributions, a bias induced by the combined effects of time-series non-stationarity and systematic missingness. St…

Multivariate Time Series Imputation

Temporally-Reweighted Chinese Restaurant Process Mixtures for Clustering, Imputing, and Forecasting Multivariate Time Series

2017-10-18 · Feras A. Saad, Vikash K. Mansinghka

This article proposes a Bayesian nonparametric method for forecasting, imputation, and clustering in sparsely observed, multivariate time series data. The method is appropriate for jointly modeling hundreds of time serie…

ClusteringImputationTime SeriesTime Series Analysis

FADTI: Fourier and Attention Driven Diffusion for Multivariate Time Series Imputation

2025-12-17 · Runze Li, Hanchen Wang, Wenjie Zhang, Binghao Li 외 arxiv

Multivariate time series imputation is fundamental in applications such as healthcare, traffic forecasting, and biological modeling, where sensor failures and irregular sampling lead to pervasive missing values. However,…

Multivariate Time Series Imputation

Temporal Variational Implicit Neural Representations

2025-06-02 · Batuhan Koyuncu, Rachael DeVries, Ole Winther, Isabel Valera

We introduce Temporal Variational Implicit Neural Representations (TV-INRs), a probabilistic framework for modeling irregular multivariate time series that enables efficient individualized imputation and forecasting. By …

ImputationMeta-LearningTime Series