REVIEW 2 major objections 4 minor 2 cited by
CFMI: Flow Matching for Missing Data Imputation
T0 review · 2 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A single flow-matching model imputes missing tabular and time-series data at least as well as nine existing methods.
desk verdict A well-executed empirical paper that deserves serious refereeing; the abstract's 'go-to' claim outruns the evidence a bit, but the core method and benchmarks are sound. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is a conditional continuous normalising flow (CNF) whose vector field is trained with the conditional flow-matching objective. Inputs are zero-padded target observations, zero-padded conditioning observations, the binary missingness mask, and a time embedding; the model predicts the vector field that transports noise to the missing values. During training, observed parts of incomplete data points are randomly split into target and conditioning variables, and the loss is normalised by the number of target variables; during imputation, the flow equation is integrated with an Euler solver to sample the missing values.
What would settle it
Train CFMI on incomplete data with a fixed pattern set, then evaluate on held-out patterns whose missing block is larger than any seen in training; if imputation error grows sharply with the size of the missing block beyond what training-data splitting predicts, the generalisation gap flagged in Section 3.3 is not benign.
Extended reading notes
Core claim
The paper claims that CFMI, a conditional continuous normalising flow trained via flow matching, performs at least as well as the best traditional imputation method (missForest) on low- to moderate-dimensional tabular data, and matches or exceeds deep learning methods (including CSDI) on higher-dimensional and time-series data, while being computationally cheaper than diffusion baselines. The claim rests on a shared conditional model: a single flow model, conditioned on the observed variables and the missingness mask, generates samples from p(x_m | x_o) for any missingness pattern.
Load-bearing premise
A model trained to predict randomly chosen observed variables from other observed variables will also correctly impute unobserved variables, even though the number of variables being predicted or conditioned on is generally larger at imputation time.
Editorial extensions
If this is right
- CFMI can serve as a single imputation method for both tabular and time-series data, replacing separate classical and deep-learning toolchains.
- Because it trains faster than CSDI at equivalent accuracy, CFMI makes probabilistic imputation practical under small training budgets.
- The method samples from the conditional distribution rather than predicting a single value, so downstream uncertainty estimates remain usable.
- Higher degrees of missingness favour CFMI relative to missForest, extending its advantage where traditional methods degrade.
Reading between the lines
- The paper leaves open whether the mode-seeking tendency observed on synthetic data affects downstream inference at high missingness rates; a testable extension is measuring coverage of imputation confidence intervals as missingness increases.
- Because the splitting strategy is a design choice, CFMI could be extended to missingness mechanisms beyond MCAR and MAR by learning the splitting distribution from observed missingness patterns.
- The same shared-conditional flow machinery could be applied to other structured outputs beyond tabular and time series, such as images or graphs, where arbitrary conditioning is also required.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes CFMI, a conditional continuous normalising flow trained via flow matching for missing-data imputation. The model is trained to approximate conditional distributions p(x_t | x_c) by randomly splitting the observed parts of incomplete training rows, and at imputation time it integrates the learned vector field to sample p(x_m | x_o) for arbitrary missingness masks. The central claims are that CFMI matches or outperforms both classical imputation methods (missForest, MICE, SoftImpute) and deep generative baselines (GAIN, HyperImpute, ForestDiffusion, CSDI) on 24 UCI tabular data sets across multiple metrics, and that in zero-shot time-series imputation it matches CSDI's accuracy while training substantially faster. The paper includes synthetic 2D experiments, extensive tabular benchmarks with standard errors, time-series experiments on PhysioNet and PM2.5, code release, and transparent documentation of modifications to the CSDI baseline.
Significance. If the central claims hold, CFMI is a practically valuable contribution: it offers one imputation method that is competitive with missForest on low-to-moderate-dimensional tabular data and with diffusion-based methods on higher-dimensional time-series data, while being more training-efficient than CSDI. The empirical evaluation is unusually thorough for the area: 24 data sets, multiple missingness mechanisms, multiple imputations, several distributional and downstream metrics, and standard errors throughout. The authors also ship code and carefully document their CSDI reimplementation, which strengthens reproducibility. The main weakness is that the method's central transfer assumption—from random splits of observed entries to full observed-conditioning imputation—is acknowledged but not quantitatively analysed, and the reported per-metric ranks do not fully support the abstract's broad 'go-to' phrasing.
major comments (2)
- [§3.3, Eqs. (8)–(9)] The paper's central claim—that a model trained with the random-split objective in Eq. (9) can impute arbitrary missingness patterns—requires that the learned conditional flows for the training splits generalise to the imputation conditionals p(x_m | x_o). Section 3.3 explicitly acknowledges that the target and conditioning dimensionalities differ between training and imputation, but it provides no quantitative analysis of this gap. Two concrete mismatches need to be addressed. First, during training each incomplete row is split into non-empty complementary target and conditioning subsets of the observed entries, so no training example has conditioning equal to the full observed set while also having a non-empty target; at imputation, conditioning is always the full observed set. Second, under MAR, the training target q(x_t | x_c) is the distribution of x_t in rows where x_t is observed, which equals p(x_t | x_c) only if missingness of x_t is conditionally independent of x_t given x_c; when missingness depends on observed variables outside x_c, the learned conditional is biased. The end-task ranks in Section 4 cannot distinguish robust transfer from split-distribution luck. I request either targeted experiments that directly probe the gap (for example, comparing models trained with split conditioning against evaluation on full observed conditioning, or ablating the splitting strategy) or a substantial moderation of the generalization claim.
- [§4.2, Table 1] The text states that missForest holds only a 'slight advantage' on Wasserstein-2 and RMSE, but Table 1 shows average ranks of 1.08 vs 2.17 for W2 and 0.75 vs 3.04 for RMSE, with non-overlapping standard errors. These gaps are not slight, and they are directly relevant to the abstract's claim that CFMI 'matches or outperforms both traditional and modern techniques across a wide range of metrics.' The abstract and conclusion should be reconciled with these per-metric results, for example by reporting per-metric significance tests or by restricting the 'go-to' claim to the aggregate rank across metrics.
minor comments (4)
- [Throughout] Several typos and formatting issues should be fixed: 'reults' in Table 11 heading, 'attemps' in Section 3.2, and 'for a total of 200 epochs steps' in Appendix A.4.1.
- [§3.1–3.2] The notation for zero-padded variables is inconsistent: Section 3.1 uses ~x^τ_m, while Section 3.2 uses ~x^t_t and ~x_c. Defining one consistent notation for padded probability-path samples, target variables, and conditioning variables would improve readability.
- [Eq. (9)] The time index t is used both for the flow time and in the subscript of the target variable x_t, which makes Eq. (9) difficult to parse. Renaming one of the two, or adding an explicit table of symbols, would help.
- [§4.1] The synthetic 2D experiments are evaluated only through qualitative KDE comparisons. Since the paper claims the model captures all necessary conditional distributions, a quantitative measure (for example, Wasserstein distance between true and learned conditional samples at several conditioning values) would strengthen this part of the evaluation.
Circularity Check
No material circularity: CFMI is evaluated against external benchmarks and the train/imputation gap is an acknowledged limitation, not a circular construction.
full rationale
No circular derivation found. CFMI's vector field is trained by conditional flow matching (Eq. 9) with a fixed probability path and target vector field, and imputation solves the ODE of Eq. (6) using the trained v_theta; neither equation defines the target in terms of the fitted parameter, and no fitted constant is renamed as a prediction. The central empirical claims are tested against external UCI, PhysioNet, and PM2.5 benchmarks with nine baselines, so the reported imputation performance is not forced by construction. The only self-citations (Simkus et al. 2023) are background statements that jointly-specified models are hard to fit from incomplete data; they do not justify CFMI's predictions, import a uniqueness theorem, or smuggle in an ansatz that determines the results. Section 3.3 explicitly acknowledges a potential train/imputation generalisation gap and tests it empirically; this is a stated limitation rather than a circular step. No step in the paper reduces to its own input by definition, so the circularity score is 0.
Assumptions & free parameters
free parameters (3)
- Euler integration steps for imputation =
100
- CSDI noise schedule maximum =
0.5
- Training budget (gradient steps) =
5000 and 75000
assumptions (4)
- domain assumption Data are missing at random (MAR), so p(xm|xo) is the target conditional that is sufficient for imputation.
- domain assumption A model trained on random splits of observed data generalizes to arbitrary missingness patterns at imputation time.
- standard math The flow-matching objective with the independent coupling path (Tong et al. 2023) yields a vector field whose ODE samples approximate the target conditional distributions.
- domain assumption 100-step Euler integration is a sufficiently accurate approximation of the flow ODE for imputation quality.
Cite this review
Pith. "Pith review of CFMI: Flow Matching for Missing Data Imputation." pith.science (2026). https://pith.science/paper/DXWMR2H2
@misc{pith2026250609258,
author = {Pith},
title = {Pith review of: CFMI: Flow Matching for Missing Data Imputation},
year = {2026},
howpublished = {\url{https://pith.science/paper/DXWMR2H2}},
note = {Machine review of arXiv:2506.09258}
}
read the original abstract
We introduce conditional flow matching for imputation (CFMI), a new general-purpose method to impute missing data. The method combines continuous normalising flows, flow-matching, and shared conditional modelling to deal with intractabilities of traditional multiple imputation. Our comparison with nine classical and state-of-the-art imputation methods on 24 small to moderate-dimensional tabular data sets shows that CFMI matches or outperforms both traditional and modern techniques across a wide range of metrics. Applying the method to zero-shot imputation of time-series data, we find that it matches the accuracy of a related diffusion-based method while outperforming it in terms of computational efficiency. Overall, CFMI performs at least as well as traditional methods on lower-dimensional data while remaining scalable to high-dimensional settings, matching or exceeding the performance of other deep learning-based approaches, making it a go-to imputation method for a wide range of data types and dimensionalities.
Figures
Figures from the paper (106 more)
Forward citations
Cited by 2 Pith papers
-
Neural Conditional Simulation for Complex Spatial Processes
Neural conditional simulation trains a masked diffusion model on unconditional spatial field samples to draw from predictive distributions, demonstrated on Gaussian and Brown–Resnick processes.
-
Flow Matching with Missing Data
Resampling missing coordinates and averaging the flow-matching loss reproduces the complete-data objective exactly under MCAR with oracle completions; one completion per example is optimal for a fixed budget.
Reference graph
Works this paper leans on
- [1]
-
[2]
Albergo, M. S., Boffi, N. M., and Vanden-Eijnden , E. Stochastic Interpolants : A Unifying Framework for Flows and Diffusions , November 2023
work page 2023
- [3]
-
[4]
Bonilla, E. V., Chai, K., and Williams, C. K. I. Multi-task Gaussian Process Prediction . In Advances in Neural Information Processing Systems ( NeurIPS ) , 2007
work page 2007
-
[5]
Brooks, T., Pope, D., and Michael Marcolini . Airfoil Self-Noise , 1989
work page 1989
-
[6]
BRITS : Bidirectional Recurrent Imputation for Time Series
Cao, W., Wang, D., Li, J., Zhou, H., Li, L., and Li, Y. BRITS : Bidirectional Recurrent Imputation for Time Series . In Neural Information Processing Systems ( NeurIPS ) , 2018
work page 2018
-
[7]
Charytanowicz, M., Niewczas, J., Kulczycki, P., Kowalski, P., and Lukasik, S. Seeds, 2010
work page 2010
-
[8]
Chen, R. T. Q., Rubanova, Y., Bettencourt, J., and Duvenaud, D. Neural Ordinary Differential Equations . In International Series in Operations Research and Management Science , 2019
work page 2019
Show all 73 references
-
[9]
RDIS : Random Drop Imputation with Self-Training for Incomplete Time Series Data
Choi, T.-M., Kang, J.-S., and Kim, J.-H. RDIS : Random Drop Imputation with Self-Training for Incomplete Time Series Data . In AAAI Conference on Artificial Intelligence , 2023. doi:10.1109/ACCESS.2023.3315343
2023
-
[10]
Wine Quality , 2009
Cortez, P., Cerdeira, A., Almeida, F., Matos, T., and Reis, J. Wine Quality , 2009
2009
- [11]
-
[12]
P., Laird, N
Dempster, A. P., Laird, N. M., and Rubin, D. B. Maximum Likelihood from Incomplete Data Via the EM Algorithm . Journal of the Royal Statistical Society: Series B (Methodological), 39 0 (1): 0 1--22, 1977. doi:10.1111/j.2517-6161.1977.tb01600.x
1977
-
[13]
Connectionist Bench ( Vowel Recognition - Deterding Data ), 1988
Deterding, D., Niranjan, M., and Robinson, T. Connectionist Bench ( Vowel Recognition - Deterding Data ), 1988
1988
-
[14]
Libras Movement , 2009
Dias, D., Peres, S., and Bscaro, H. Libras Movement , 2009
2009
-
[15]
A Universal Marginalizer for Amortized Inference in Generative Models
Douglas, L., Zarov, I., Gourgoulias, K., Lucas, C., Hart, C., Baker, A., Sahani, M., Perov, Y., and Johri, S. A Universal Marginalizer for Amortized Inference in Generative Models . In Workshop on Advances in Approximate Bayesian Inference ( NeurIPS ) , November 2017
2017
-
[16]
and Graff, C
Dua, D. and Graff, C. UCI Machine Learning Repository , 2017
2017
-
[17]
Interpolating between Optimal Transport and MMD using Sinkhorn Divergences
Feydy, J., S \'e journ \'e , T., Vialard, F.-X., Amari, S.-i., Trouv \'e , A., and Peyr \'e , G. Interpolating between Optimal Transport and MMD using Sinkhorn Divergences . In International Conference on Artificial Intelligence and Statistics ( AISTATS ) , 2019. doi:10.48550/...
-
[18]
Fisher, R. A. Iris, 1936
1936
-
[19]
Z., Boisbunon, A., Chambon, S., Chapel, L., Corenflos, A., Fatras, K., Fournier, N., Gautheron, L., Gayraud, N
Flamary, R., Courty, N., Gramfort, A., Alaya, M. Z., Boisbunon, A., Chambon, S., Chapel, L., Corenflos, A., Fatras, K., Fournier, N., Gautheron, L., Gayraud, N. T. H., Janati, H., Rakotomamonjy, A., Redko, I., Rolet, A., Schutz, A., Seguy, V., Sutherland, D. J., Tavenard, R., ...
2021
-
[20]
GP-VAE : Deep Probabilistic Time Series Imputation
Fortuin, V., Baranchuk, D., R \"a tsch, G., and Mandt, S. GP-VAE : Deep Probabilistic Time Series Imputation . In International Conference on Artificial Intelligence and Statistics ( AISTATS ) , February 2020. doi:10.48550/arXiv.1907.04155
- [21]
-
[22]
Glass Identification , 1987
German, B. Glass Identification , 1987
1987
-
[23]
Yacht Hydrodynamics , 1981
Gerritsma, J., Onnink, R., and Versluis, A. Yacht Hydrodynamics , 1981
1981
-
[24]
M., Rasch, M
Gretton, A., Borgwardt, K. M., Rasch, M. J., Sch \"o lkopf, B., and Smola, A. A Kernel Two-Sample Test . Journal of Machine Learning Research, 13 0 (25): 0 723--773, 2012. ISSN 1533-7928
2012
-
[25]
D., and Zadeh, R
Hastie, T., Mazumder, R., Lee, J. D., and Zadeh, R. Matrix Completion and Low-Rank SVD via Fast Alternating Least Squares . Journal of Machine Learning Research, 16 0 (104): 0 3367--3402, 2015. ISSN 1533-7928
2015
- [26]
-
[27]
Variational Autoencoder with Arbitrary Conditioning
Ivanov, O., Figurnov, M., and Vetrov, D. Variational Autoencoder with Arbitrary Conditioning . In arXiv Pre-Print , 2019
2019
-
[28]
C., Liu, T., Curth, A., and van der Schaar, M
Jarrett, D., Cebere, B. C., Liu, T., Curth, A., and van der Schaar, M. HyperImpute : Generalized Iterative Imputation with Automatic Model Selection . In International Conference on Machine Learning ( ICML ) , June 2022
2022
-
[29]
Generating and Imputing Tabular Data via Diffusion and Flow-based Gradient-Boosted Trees
Jolicoeur-Martineau , A., Fatras, K., and Kachman, T. Generating and Imputing Tabular Data via Diffusion and Flow-based Gradient-Boosted Trees . In International Conference on Artificial Intelligence and Statistics ( AISTATS ) , February 2024. doi:10.48550/arXiv.2309.09968
-
[30]
Kingma, D. P. and Ba, J. L. Adam: A Method for Stochastic Optimization . In International Conference on Learning Representations ( ICLR ) , December 2014
2014
-
[31]
DiffWave : A Versatile Diffusion Model for Audio Synthesis
Kong, Z., Ping, W., Huang, J., Zhao, K., and Catanzaro, B. DiffWave : A Versatile Diffusion Model for Audio Synthesis . In International Conference on Learning Representations ( ICLR ) , March 2021. doi:10.48550/arXiv.2009.09761
-
[32]
Li, Y., Akbar, S., and Oliva, J. B. Flow Models for Arbitrary Conditional Likelihoods . In International Conference on Machine Learning ( ICML ) , 2020
2020
- [33]
-
[34]
Parkinsons, 2007
Little, M. Parkinsons, 2007
2007
-
[35]
Little, R. J. A. and Rubin, D. B. Statistical Analysis with Missing Data : Third Edition . Wiley Series in Probability and Statistics. Wiley, Hoboken, NJ, 3rd edition edition, 2020. ISBN 978-1-119-48226-0
2020
-
[36]
Banknote Authentication , 2012
Lohweg, V. Banknote Authentication , 2012
2012
-
[37]
and Hutter, F
Loshchilov, I. and Hutter, F. Decoupled Weight Decay Regularization . In International Conference on Learning Representations ( ICLR ) , November 2017
2017
-
[38]
Climate Model Simulation Crashes , 2013
Lucas, D., Klein, R., Tannahill, J., Ivanova, D., Brandon, S., Domyancic, D., and Zhang, Y. Climate Model Simulation Crashes , 2013
2013
-
[39]
RePaint : Inpainting using Denoising Diffusion Probabilistic Models , August 2022
Lugmayr, A., Danelljan, M., Romero, A., Yu, F., Timofte, R., and Van Gool, L. RePaint : Inpainting using Denoising Diffusion Probabilistic Models , August 2022
2022
-
[40]
QSAR biodegradation, 2013
Mansouri, K., Ringsted, T., Ballabio, D., Todeschini, R., and Consonni, V. QSAR biodegradation, 2013
2013
-
[41]
Matheson, J. E. and Winkler, R. L. Scoring Rules for Continuous Probability Distributions . Management Science, 22 0 (10): 0 1087--1096, 1976. ISSN 0025-1909
1976
-
[42]
and Frellsen, J
Mattei, P.-A. and Frellsen, J. MIWAE : Deep Generative Modelling and Imputation of Incomplete Data Sets . In International Conference on Machine Learning ( ICML ) , 2019
2019
-
[43]
Generative Semi-supervised Learning for Multivariate Time Series Imputation
Miao, X., Wu, Y., Wang, J., Gao, Y., Mao, X., and Yin, J. Generative Semi-supervised Learning for Multivariate Time Series Imputation . In AAAI Conference on Artificial Intelligence , May 2021. doi:10.1609/aaai.v35i10.17086
2021 doi
- [44]
-
[45]
Murphy, K. P. Probabilistic Machine Learning : An Introduction . MIT Press, 2021
2021
-
[46]
Missing Data Imputation using Optimal Transport
Muzellec, B., Josse, J., Boyer, C., and Cuturi, M. Missing Data Imputation using Optimal Transport . In International Conference on Machine Learning ( ICML ) , 2020
2020
-
[47]
Yeast, 1991
Nakai, K. Yeast, 1991
1991
-
[48]
Ecoli, 1996
Nakai, K. Ecoli, 1996
1996
-
[49]
Pace, R. K. and Barry, R. Sparse spatial autoregressions. Statistics & Probability Letters, 33 0 (3): 0 291--297, May 1997. ISSN 0167-7152. doi:10.1016/S0167-7152(96)00140-X
1997 doi
-
[50]
PyTorch : An Imperative Style , High-Performance Deep Learning Library
Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen, T., Lin, Z., Gimelshein, N., Antiga, L., Desmaison, A., K \"o pf, A., Yang, E., DeVito, Z., Raison, M., Tejani, A., Chilamkurthy, S., Steiner, B., Fang, L., Bai, J., and Chintala, S. PyTorch : An I...
-
[51]
J., Dubourg, V., Vanderplas, J., Passos, A., Cournapeau, D., Brucher, M., Perrot, M., and Duchesnay, \'E
Pedregosa, F., Varoquaux, G., Gramfort, A., Michel, V., Thirion, B., Grisel, O., Blondel, M., Prettenhofer, P., Weiss, R. J., Dubourg, V., Vanderplas, J., Passos, A., Cournapeau, D., Brucher, M., Perrot, M., and Duchesnay, \'E . Scikit-learn: Machine Learning in Python . Journ...
2011
-
[52]
Rubin, D. B. Multiple Imputation for Nonresponse in Surveys . John Wiley & Sons, New York, 1987. ISBN 0-471-08705-X. doi:10.2307/3172772
1987 doi
-
[53]
M., Lugtig, P., and Vink, G
Schouten, R. M., Lugtig, P., and Vink, G. Generating missing values for simulation purposes: A multivariate amputation procedure. Journal of Statistical Computation and Simulation, 0 0 (0): 0 1--22, 2018. ISSN 0094-9655. doi:10.1080/00949655.2018.1491577
2018
-
[54]
and Gorman, R
Sejnowski, T. and Gorman, R. Connectionist Bench ( Sonar , Mines vs. Rocks ), 1988
1988
-
[55]
Ionosphere, 1989
Sigillito, V., Wing, S., Hutton, L., and Baker, K. Ionosphere, 1989
1989
-
[56]
J., Celi, L
Silva, I., Moody, G., Scott, D. J., Celi, L. A., and Mark, R. G. Predicting In-Hospital Mortality of ICU Patients : The PhysioNet / Computing in Cardiology Challenge 2012. Computing in cardiology, 39: 0 245--248, 2012
2012
-
[57]
Simkus, V., Rhodes, B., and Gutmann, M. U. Variational Gibbs Inference for Statistical Model Estimation from Incomplete Data . Journal of Machine Learning Research, 24 0 (196): 0 1--72, 2023. ISSN 1533-7928
2023
- [58]
- [59]
-
[60]
Stekhoven, D. J. and B \"u hlmann, P. MissForest - nonparametric missing value imputation for mixed-type data. Bioinformatics, 28 0 (1): 0 112--118, January 2012. ISSN 1367-4803, 1460-2059. doi:10.1093/bioinformatics/btr597
2012 doi
- [61]
-
[62]
GLIMA : Global and Local Time Series Imputation with Multi-directional Attention Learning
Suo, Q., Zhong, W., Xun, G., Sun, J., Chen, C., and Zhang, A. GLIMA : Global and Local Time Series Imputation with Multi-directional Attention Learning . In IEEE International Conference on Big Data ( Big Data ) , pp.\ 798--807, December 2020. doi:10.1109/BigData50022.2020.9378408
2020
-
[63]
CSDI : Conditional Score-based Diffusion Models for Probabilistic Time Series Imputation
Tashiro, Y., Song, J., Song, Y., and Ermon, S. CSDI : Conditional Score-based Diffusion Models for Probabilistic Time Series Imputation . In Neural Information Processing Systems ( NeurIPS ) , October 2021. doi:10.48550/arXiv.2107.03502
-
[64]
Improving and generalizing flow-based generative models with minibatch optimal transport
Tong, A., Malkin, N., Huguet, G., Zhang, Y., Rector-Brooks , J., Fatras, K., Wolf, G., and Bengio, Y. Improving and generalizing flow-based generative models with minibatch optimal transport. Transactions on Machine Learning Research, October 2023. doi:10.48550/arXiv.2302.00482
-
[65]
Flexible Imputation of Missing Data
van Buuren , S. Flexible Imputation of Missing Data . CRC Press LLC, 2 edition, 2018. ISBN 978-1-138-58831-8
2018
-
[66]
and Oudshoorn, C
van Buuren , S. and Oudshoorn, C. G. M. Multivariate Imputation by Chained Equations . Technical report, TNO Prevention and Health , 2000
2000
- [67]
-
[68]
Breast Cancer Wisconsin ( Diagnostic ), 1993
Wolberg, W., Mangasarian, O., Street, N., and Street, W. Breast Cancer Wisconsin ( Diagnostic ), 1993
1993
-
[69]
Concrete Compressive Strength , 1998
Yeh, I.-C. Concrete Compressive Strength , 1998
1998
-
[70]
Concrete Slump Test , 2007
Yeh, I.-C. Concrete Slump Test , 2007
2007
-
[71]
Blood Transfusion Service Center , 2008
Yeh, I.-C. Blood Transfusion Service Center , 2008
2008
-
[72]
ST-MVL : Filling Missing Values in Geo-Sensory Time Series Data
Yi, X., Zheng, Y., Zhang, J., and Li, T. ST-MVL : Filling Missing Values in Geo-Sensory Time Series Data . In International Joint Conference on Artificial Intelligence ( IJCAI ) , 2016
2016
-
[73]
GAIN : Missing Data Imputation using Generative Adversarial Nets
Yoon, J., Jordon, J., and van der Schaar , M. GAIN : Missing Data Imputation using Generative Adversarial Nets . In International Conference of Machine Learning ( ICML ) , June 2018
2018
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.