TL;DR
DeepMVI is a novel deep learning approach that significantly improves missing value imputation accuracy in multidimensional time series, outperforming existing methods across diverse datasets and scenarios.
Contribution
The paper introduces DeepMVI, a specialized neural network architecture with a temporal transformer and kernel regression, designed for effective missing data imputation in complex time series.
Findings
DeepMVI reduces imputation error by over 50% compared to existing methods.
It outperforms traditional algorithms across nine real datasets and four missing data scenarios.
DeepMVI provides more accurate analytics than simply dropping missing data.
Abstract
We present DeepMVI, a deep learning method for missing value imputation in multidimensional time-series datasets. Missing values are commonplace in decision support platforms that aggregate data over long time stretches from disparate sources, and reliable data analytics calls for careful handling of missing data. One strategy is imputing the missing values, and a wide variety of algorithms exist spanning simple interpolation, matrix factorization methods like SVD, statistical models like Kalman filters, and recent deep learning methods. We show that often these provide worse results on aggregate analytics compared to just excluding the missing data. DeepMVI uses a neural network to combine fine-grained and coarse-grained patterns along a time series, and trends from related series across categorical dimensions. After failing with off-the-shelf neural architectures, we design our own…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
