paper-with-me

Papers

Missing Value Imputation on Multidimensional Time Series

2021-03-02 · Parikshit Bansal, Prathamesh Deshpande, Sunita Sarawagi

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 network that includes a temporal transformer with a novel convolutional window feature, and kernel regression with learned embeddings. The parameters and their training are designed carefully to generalize across different placements of missing blocks and data characteristics. Experiments across nine real datasets, four different missing scenarios, comparing seven existing methods show that DeepMVI is significantly more accurate, reducing error by more than 50% in more than half the cases, compared to the best existing method. Although slower than simpler matrix factorization methods, we justify the increased time overheads by showing that DeepMVI is the only option that provided overall more accurate analytics than dropping missing values.

📄 PDF Abstract BibTeX arXiv:2103.01600

Code (1)

eXascaleInfolab/bench-vldb20 공식 구현

Tasks

ImputationMissing ValuesTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Bayesian Temporal Factorization for Multidimensional Time Series Prediction

2019-10-14 · Xinyu Chen, Lijun Sun

Large-scale and multidimensional spatiotemporal data sets are becoming ubiquitous in many real-world applications such as monitoring urban traffic and air quality. Making predictions on these time series has become a cri…

ImputationMissing ValuesPredictionTime Series+2

RDIS: Random Drop Imputation with Self-Training for Incomplete Time Series Data

2020-10-20 · Tae-Min Choi, Ji-Su Kang, Jong-Hwan Kim

Time-series data with missing values are commonly encountered in many fields, such as healthcare, meteorology, and robotics. The imputation aims to fill the missing values with valid values. Most imputation methods train…

ImputationMissing ValuesTime SeriesTime Series Analysis+1

imputeTS: Time Series Missing Value Imputation in R

2017-06-01 · The R Journal 9(1) 2017 6 · Steffen Moritz, Thomas Bartz-Beielstein

The imputeTS package specializes on univariate time series imputation. It offers multiple state-of-the-art imputation algorithm implementations along with plotting functions for time series missing data statistics. While…

AttributeImputationMissing ValuesMultivariate Time Series Imputation+2

Missing data imputation for noisy time-series data and applications in healthcare

2024-12-15 · Lien P. Le, Xuan-Hien Nguyen Thi, Thu Nguyen, Michael A. Riegler 외

Healthcare time series data is vital for monitoring patient activity but often contains noise and missing values due to various reasons such as sensor errors or data interruptions. Imputation, i.e., filling in the missin…

Deep LearningDenoisingImputationMissing Values+1

Probabilistic Imputation for Time-series Classification with Missing Data

2023-08-13 · SeungHyun Kim, Hyunsu Kim, Eunggu Yun, Hwangrae Lee 외

Multivariate time series data for real-world applications typically contain a significant amount of missing values. The dominant approach for classification with such missing values is to impute them heuristically with s…

ImputationMissing ValuesTime SeriesTime Series Classification