paper-with-me

Papers

BayOTIDE: Bayesian Online Multivariate Time series Imputation with functional decomposition

2023-08-28 · Shikai Fang, Qingsong Wen, Yingtao Luo, Shandian Zhe, Liang Sun

In real-world scenarios like traffic and energy, massive time-series data with missing values and noises are widely observed, even sampled irregularly. While many imputation methods have been proposed, most of them work with a local horizon, which means models are trained by splitting the long sequence into batches of fit-sized patches. This local horizon can make models ignore global trends or periodic patterns. More importantly, almost all methods assume the observations are sampled at regular time stamps, and fail to handle complex irregular sampled time series arising from different applications. Thirdly, most existing methods are learned in an offline manner. Thus, it is not suitable for many applications with fast-arriving streaming data. To overcome these limitations, we propose BayOTIDE: Bayesian Online Multivariate Time series Imputation with functional decomposition. We treat the multivariate time series as the weighted combination of groups of low-rank temporal factors with different patterns. We apply a group of Gaussian Processes (GPs) with different kernels as functional priors to fit the factors. For computational efficiency, we further convert the GPs into a state-space prior by constructing an equivalent stochastic differential equation (SDE), and developing a scalable algorithm for online inference. The proposed method can not only handle imputation over arbitrary time stamps, but also offer uncertainty quantification and interpretability for the downstream application. We evaluate our method on both synthetic and real-world datasets.We release the code at {https://github.com/xuangu-fang/BayOTIDE}

📄 PDF Abstract BibTeX arXiv:2308.14906

Code (1)

xuangu-fang/bayotide 공식 구현 pytorch

Tasks

Computational EfficiencyGaussian ProcessesImputationMissing ValuesMultivariate Time Series ImputationTime SeriesUncertainty Quantification

Methods 이 논문이 사용한 방법론

fail 설명 없음
GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

Locally Adaptive Bayesian Multivariate Time Series

2013-12-01 · NeurIPS 2013 12 · Daniele Durante, Bruno Scarpa, David B. Dunson

In modeling multivariate time series, it is important to allow time-varying smoothness in the mean and covariance process. In particular, there may be certain time intervals exhibiting rapid changes and others in which c…

Bayesian InferenceTime SeriesTime Series Analysis

Multivariate Bayesian Structural Time Series Model

2018-01-10 · S. Rao Jammalamadaka, Jinwen Qiu, Ning Ning

This paper deals with inference and prediction for multiple correlated time series, where one has also the choice of using a candidate pool of contemporaneous predictors for each target series. Starting with a structural…

feature selectionmodelTime SeriesTime Series Analysis

Bayesian Feature Selection in Joint Quantile Time Series Analysis

2020-10-04 · Ning Ning

Quantile feature selection over correlated multivariate time series data has always been a methodological challenge and is an open problem. In this paper, we propose a general Bayesian dimension reduction methodology for…

Dimensionality Reductionfeature selectionparameter estimationquantile regression+2

Covariate-guided Bayesian mixture model for multivariate time series

2023-01-03 · Haoyi Fu, Lu Tang, Ori Rosen, Alison E. Hipwell 외

With rapid development of techniques to measure brain activity and structure, statistical methods for analyzing modern brain-imaging play an important role in the advancement of science. Imaging data that measure brain f…

Mixture-of-ExpertsTime SeriesTime Series Analysis

RoLA: A Real-Time Online Lightweight Anomaly Detection System for Multivariate Time Series

2023-05-25 · Ming-Chang Lee, Jia-Chun Lin

A multivariate time series refers to observations of two or more variables taken from a device or a system simultaneously over time. There is an increasing need to monitor multivariate time series and detect anomalies in…

Anomaly DetectionTime SeriesTime Series Anomaly Detection