Imputing Missing Observations with Time Sliced Synthetic Minority Oversampling Technique
Andrew Baumgartner, Sevda Molani, Qi Wei, Jennifer Hadlock

TL;DR
This paper introduces tSMOTE, a novel time series imputation method based on a generalized SMOTE algorithm, which constructs uniform, complete time series data to improve classification and prediction tasks.
Contribution
The paper proposes a new imputation technique that extends SMOTE for time series data, enabling better handling of missing observations and improving model performance.
Findings
tSMOTE outperforms mean and median imputation methods.
Improves classification accuracy for COVID-19 severity prediction.
Enables recognition of diverse patient trajectories.
Abstract
We present a simple yet novel time series imputation technique with the goal of constructing an irregular time series that is uniform across every sample in a data set. Specifically, we fix a grid defined by the midpoints of non-overlapping bins (dubbed "slices") of observation times and ensure that each sample has values for all of the features at that given time. This allows one to both impute fully missing observations to allow uniform time series classification across the entire data and, in special cases, to impute individually missing features. To do so, we slightly generalize the well-known class imbalance algorithm SMOTE \cite{smote} to allow component wise nearest neighbor interpolation that preserves correlations when there are no missing features. We visualize the method in the simplified setting of 2-dimensional uncoupled harmonic oscillators. Next, we use tSMOTE to train an…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Machine Learning in Healthcare
MethodsSynthetic Minority Over-sampling Technique. · Logistic Regression
