Summary
This paper introduces a benchmark for time series imputation. This benchmark includes 8 datasets comprising air quality, traffic, electricity, and healthcare domains. Benchmark also includes 28 methods, from traditional methods to predictive and generative deep learning models. The paper compare model performances on these datasets, on diverse missing rates, patterns, and downstream performances.
Weaknesses
1. Models, especially generative models (VAE, GAN, Diffusion, or others) are outdated. Authors should include more recent methods such as mTANs[1], TimeCIB[2], GRIN [3], DSPD-GP[4], TIDER[5], BiTGraph[6], and many others. (This is not a research paper but benchmark, I believe the paper should provide much more comprehensive comparison)
2. Especially for deep learning methods, authors don't provide hyperparameters and method-specific settings. For example, which GP kernels did you use? For diffusion models, how comprehensive did you tested on noise schedule / number of timesteps ? Are these models indeed have optimal hyperparameters / training settings for new datasets? If you exclude several tests, what was the reason?
[1] Satya Narayan Shukla and Benjamin Marlin. Multi-Time Attention Networks for Irregularly Sampled Time Series. In International Conference on Learning Representations, 2021.
[2] MinGyu Choi and Changhee Lee. Conditional Information Bottleneck Approach for Time series Imputation. In International Conference on Learning Representations, 2023.
[3] Cini, Andrea, Ivan Marisca, and Cesare Alippi. Filling the g_ap_s: Multivariate time series imputation by graph neural networks. In International Conference on Learning Representations, 2022.
[4] Bilos et al., Modeling Temporal Data as Continuous Functions with Stochastic Process Diffusion, ICML, 2023
[5] Shuai et al., Multivariate Time-series Imputation with Disentangled Temporal Representations, In International Conference on Learning Representations, 2023.
[6] Chen, Xiaodan, et al. "Biased temporal convolution graph network for time series forecasting with missing values." The Twelfth International Conference on Learning Representations. 2023.
Questions
1. Regarding Weakness 1 - please provide much more comprehensive comparison among recent methods. Please focus on recent probabilistic generative models. If you had to choose only subset of them, please provide the reason. Again, since this paper is proposing a benchmark, I think it should include more comprehensive list of methods.
2. Regarding Weakness 2 - please provide settings for each method, each dataset, each task. You don't need to do full hyperparameter tunings, but please provide hyperparameter settings. For (recent) generative methods, I believe their performances highly depends on hyperparameter settings. I wish to know whether you tried to find (sub)optimal settings when you test on new dataset.
3. Related to 2: According to your tables, BRITS seems one of the most powerful tool yet it is quite early-published one. Do you have any hypothesis on why modern methods cannot beat them? Isn't this just because modern methods are not fully optimized for new tasks?