paper-with-me

홈 › Papers

PrimeNet: Pre-Training for Irregular Multivariate Time Series

2023-06-26 · AAAI Conference on Artificial Intelligence 2023 6 · Ranak Roy Chowdhury, Jiacheng Li, Xiyuan Zhang, Dezhi Hong, Rajesh K. Gupta, Jingbo Shang

Real-world applications often involve irregular time series, for which the time intervals between successive observations are non-uniform. Irregularity across multiple features in a multi-variate time series further results in a different subset of features at any given time (i.e., asynchronicity). Existing pre-training schemes for time-series, however, often assume regularity of time series and make no special treatment of irregularity. We argue that such irregularity offers insight about domain property of the data — for example, frequency of hospital visits may signal patient health condition — that can guide representation learning. In this work, we propose PrimeNet to learn a self-supervised representation for irregular multivariate time series. Specifcally, we design a time-sensitive contrastive learning and data reconstruction task to pre-train a model. Irregular time series exhibits considerable variations in sampling density over time. Hence, our triplet generation strategy follows the density of the original data points, preserving its native irregularity. Moreover, the sampling density variation over time makes data reconstruction diffcult for different regions. Therefore, we design a data masking technique that always masks a constant time duration to accommodate reconstruction for regions of different sampling density. We learn with these tasks using unlabeled data to build a pre-trained model and fine-tune on a downstream task with limited labeled data, in contrast with existing fully supervised approach for irregular time-series, requiring large amounts of labeled data. Experiment results show that PrimeNet signifcantly outperforms state-of-the-art methods on naturally irregular and asynchronous data from Healthcare and IoT applications for several downstream tasks, including classifcation, interpolation, and regression.

📄 PDF Abstract BibTeX

Code (1)

ranakroychowdhury/PrimeNet pytorch

Tasks

Contrastive LearningIrregular Time SeriesMultivariate Time Series ForecastingRepresentation LearningTime SeriesTime Series ForecastingTriplet

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Compatible Transformer for Irregularly Sampled Multivariate Time Series

2023-10-17 · Yuxi Wei, Juntong Peng, Tong He, Chenxin Xu 외

To analyze multivariate time series, most previous methods assume regular subsampling of time series, where the interval between adjacent measurements and the number of samples remain unchanged. Practically, data collect…

Time Series

Forecasting in multivariate irregularly sampled time series with missing values

2020-04-06 · Shivam Srivastava, Prithviraj Sen, Berthold Reinwald

Sparse and irregularly sampled multivariate time series are common in clinical, climate, financial and many other domains. Most recent approaches focus on classification, regression or forecasting tasks on such data. In …

General ClassificationIrregular Time SeriesMissing Valuesregression+2

Two-Stage Aggregation with Dynamic Local Attention for Irregular Time Series

2023-11-13 · Xingyu Chen, Xiaochen Zheng, Amina Mollaysa, Manuel Schürch 외

Irregular multivariate time series data is characterized by varying time intervals between consecutive observations of measured variables/signals (i.e., features) and varying sampling rates (i.e., recordings/measurement)…

Irregular Time SeriesTime Series

Anomaly Detection for Sparse and Irregular Multivariate Time Series with Latent SDEs

2026-06-17 · Martin Uray, Dominik Geng, Florian Graf, Stefan Huber 외 arxiv

Multivariate time series anomaly detection (MTSAD) is critical for a wide range of application areas, such as industrial monitoring, cybersecurity, or healthcare. Real-world data is often sparse, irregularly sampled or p…

Time Series Anomaly Detection

Interpolation-Prediction Networks for Irregularly Sampled Time Series

2019-09-13 · ICLR 2019 5 · Satya Narayan Shukla, Benjamin M. Marlin

In this paper, we present a new deep learning architecture for addressing the problem of supervised learning with sparse and irregularly sampled multivariate time series. The architecture is based on the use of a semi-pa…

Deep LearningLength-of-Stay predictionMortality PredictionPrediction+3