paper-with-me

Papers

SAITS: Self-Attention-based Imputation for Time Series

2022-02-17 · Wenjie Du, David Cote, Yan Liu

Missing data in time series is a pervasive problem that puts obstacles in the way of advanced analysis. A popular solution is imputation, where the fundamental challenge is to determine what values should be filled in. This paper proposes SAITS, a novel method based on the self-attention mechanism for missing value imputation in multivariate time series. Trained by a joint-optimization approach, SAITS learns missing values from a weighted combination of two diagonally-masked self-attention (DMSA) blocks. DMSA explicitly captures both the temporal dependencies and feature correlations between time steps, which improves imputation accuracy and training speed. Meanwhile, the weighted-combination design enables SAITS to dynamically assign weights to the learned representations from two DMSA blocks according to the attention map and the missingness information. Extensive experiments quantitatively and qualitatively demonstrate that SAITS outperforms the state-of-the-art methods on the time-series imputation task efficiently and reveal SAITS' potential to improve the learning performance of pattern recognition models on incomplete time-series data from the real world. The code is open source on GitHub at https://github.com/WenjieDu/SAITS.

📄 PDF Abstract BibTeX arXiv:2202.08516

Code (3)

WenjieDu/PyPOTS 공식 구현 pytorch
WenjieDu/SAITS 공식 구현 pytorch
gorgen2020/LSSDM_imputation pytorch

Tasks

ImputationMissing ValuesMultivariate Time Series ImputationTime SeriesTime Series AnalysisTime Series Classification

Similar Papers 제목 키워드 기반

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

STING: Self-attention based Time-series Imputation Networks using GAN

2022-09-22 · Eunkyu Oh, Taehun Kim, Yunhu Ji, Sushil Khyalia

Time series data are ubiquitous in real-world applications. However, one of the most common problems is that the time series data could have missing values by the inherent nature of the data collection process. So imputi…

ImputationMissing ValuesTime SeriesTime Series Analysis

Filling out the missing gaps: Time Series Imputation with Semi-Supervised Learning

2023-04-09 · Karan Aggarwal, Jaideep Srivastava

Missing data in time series is a challenging issue affecting time series analysis. Missing data occurs due to problems like data drops or sensor malfunctioning. Imputation methods are used to fill in these values, with q…

ImputationTime SeriesTime Series Analysis

Continuous-time Autoencoders for Regular and Irregular Time Series Imputation

2023-12-27 · Hyowon Wi, Yehjin Shin, Noseong Park

Time series imputation is one of the most fundamental tasks for time series. Real-world time series datasets are frequently incomplete (or irregular with missing observations), in which case imputation is strongly requir…

ImputationIrregular Time SeriesTime Series

Self-attention-based Diffusion Model for Time-series Imputation in Partial Blackout Scenarios

2025-03-03 · Mohammad Rafid Ul Islam, Prasad Tadepalli, Alan Fern

Missing values in multivariate time series data can harm machine learning performance and introduce bias. These gaps arise from sensor malfunctions, blackouts, and human error and are typically addressed by data imputati…

ImputationMissing ValuesTime Series