BRITS: Bidirectional Recurrent Imputation for Time Series
Wei Cao, Dong Wang, Jian Li, Hao Zhou, Lei Li, Yitan Li

TL;DR
BRITS is a novel bidirectional recurrent neural network method that effectively imputes missing values in time series data without assuming linear dynamics, outperforming existing methods in various real-world datasets.
Contribution
It introduces a data-driven, flexible RNN-based approach for missing value imputation in time series, capable of handling nonlinear dynamics and multiple correlated missing values.
Findings
Outperforms state-of-the-art imputation methods.
Improves classification/regression accuracy on real datasets.
Handles nonlinear dynamics and multiple missing values effectively.
Abstract
Time series are widely used as signals in many classification/regression tasks. It is ubiquitous that time series contains many missing values. Given multiple correlated time series data, how to fill in missing values and to predict their class labels? Existing imputation methods often impose strong assumptions of the underlying data generating process, such as linear dynamics in the state space. In this paper, we propose BRITS, a novel method based on recurrent neural networks for missing value imputation in time series data. Our proposed method directly learns the missing values in a bidirectional recurrent dynamical system, without any specific assumption. The imputed values are treated as variables of RNN graph and can be effectively updated during the backpropagation.BRITS has three advantages: (a) it can handle multiple correlated missing values in time series; (b) it generalizes…
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.
Taxonomy
TopicsTime Series Analysis and Forecasting · Machine Learning in Healthcare · Anomaly Detection Techniques and Applications
