REVIEW 4 major objections 5 minor 1 cited by
Beyond Accuracy: An Empirical Study of Uncertainty Estimation in Imputation
T0 review · 4 major / 5 minor · reviewed 2026-08-03 · deepseek-v4-flash
Pith's one-line read This paper claims that accuracy and uncertainty calibration are often misaligned in imputation, and that method choice should weigh calibration quality, not just reconstruction error.
desk verdict A useful but over-sold benchmark: the accuracy-calibration misalignment is real within some methods, but the cross-method comparison partly reflects different ways of extracting uncertainty. 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 mechanism that carries the argument is a three-route uncertainty-extraction protocol coupled with a common scoring metric. For each imputer, uncertainty is obtained either from the spread across repeated independent runs, from sampling a trained generative model, or from model output that directly predicts a distribution (mean and variance); all are then evaluated with the same calibration curve and the Expected Calibration Error (ECE), which measures how often the claimed coverage intervals actually contain the true values. This standardization makes it possible to compare per-cell uncertainty across very different model families—from deterministic matrix completion (SoftImpute, whose r
What would settle it
A concrete test: pick a dataset where SoftImpute has low MAE but high ECE, and recompute its uncertainty by bootstrapping the observed rows (or wrapping it in a conformal predictor) instead of using randomized-SVD pseudo-uncertainty. If ECE drops substantially while MAE is unchanged, the misalignment for SoftImpute is largely an artifact of the chosen uncertainty route; if ECE stays high, the misalignment is real for that method.
Extended reading notes
Core claim
The central discovery is that accuracy and calibration are not redundant properties of an imputer. Across datasets and missingness regimes, methods with the lowest MAE (e.g., SoftImpute, MIWAE) do not systematically have low ECE, while methods with high ECE reliability (e.g., MICE) are often not the most accurate. This is demonstrated by standardizing how uncertainty is obtained—via multi-run variability, conditional sampling from a trained model, or direct predictive-distribution output—and then measuring empirical coverage against the nominal confidence level. The practical content of the result is that 'accurate' and 'trustworthy' are different axes, and a practitioner who picks an impute
Load-bearing premise
The central comparison assumes that the three uncertainty-extraction routes—multi-run variability, conditional sampling, and predictive-distribution output—produce commensurable per-cell uncertainties that can be scored by the same ECE metric, even though SoftImpute's uncertainty is explicitly 'pseudo-uncertainty' from randomized SVD (Section IV-A) and MICE's spread reflects residual sampling; if these routes measure different mixtures of aleatory and epistemic uncertainty, t
Editorial extensions
If this is right
- Imputation benchmarks should report calibration metrics such as ECE alongside MAE, since a method can win on accuracy yet mislead on confidence.
- In risk-sensitive or human-in-the-loop settings, a well-calibrated imputer with moderate accuracy (e.g., MICE) should be preferred over a highly accurate but miscalibrated one (e.g., SoftImpute).
- A poorly calibrated but accurate imputer needs a separate calibration step (or a different uncertainty route) before its confidence values are usable, suggesting that accuracy and uncertainty can be engineered independently.
- The finding that calibration stabilizes after roughly five runs, twenty conditional samples, or fifty diffusion trajectories gives concrete deployment guidance for uncertainty-aware imputation.
- Calibration degrades consistently from MCAR to MAR to MNAR, so missingness mechanism should be a factor in method selection, not just in accuracy analysis.
Reading between the lines
- The study's 'pseudo-uncertainty' route for SoftImpute may explain part of its poor calibration; if SoftImpute were given a fairer uncertainty mechanism (e.g., bootstrap resampling or conformal intervals), its ECE might improve without changing its MAE, which would test whether the misalignment is a property of the method or of the extraction route.
- If accuracy and calibration are truly separable, then post-hoc recalibration of high-accuracy imputers (e.g., temperature scaling or isotonic regression on held-out missing cells) could produce the best of both worlds, making the practical recommendation 'high-accuracy imputer + recalibrated confidence' rather than a natively well-calibrated imputer.
- The MCAR-to-MNAR degradation suggests that explicitly modeling the missingness mechanism (e.g., MNAR-aware imputers) should narrow the calibration gap; this is a testable extension of the paper's framework.
- All experiments are on numerical tabular data; the claimed trade-offs may not transfer to categorical or mixed-type data, where uncertainty representation and calibration metrics differ.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper presents an empirical study of uncertainty calibration for six imputation methods (MICE, SoftImpute, OT-Impute, GAIN, MIWAE, TabCSDI) across five small tabular datasets and three missingness mechanisms (MCAR, MAR, MNAR). Uncertainty is extracted through three routes: repeated model runs, conditional sampling from trained generative models, and direct predictive-distribution outputs. Accuracy is measured by MAE and calibration by calibration curves and Expected Calibration Error (ECE). The main reported finding is that accuracy and calibration are often misaligned: high-accuracy methods such as SoftImpute and OT-Impute are poorly calibrated, MICE is well calibrated but only moderately accurate, and MIWAE offers a favorable accuracy-calibration trade-off at higher computational cost. The paper also reports runtimes, analyzes missingness-rate trends, and gives practical guidelines for choosing imputers when uncertainty matters.
Significance. If the central claim is robust, the paper fills a real gap: imputation research overwhelmingly focuses on point accuracy, while uncertainty calibration is rarely evaluated across method families and missingness mechanisms. The paper's strengths include its transparent semi-synthetic evaluation protocol, the breadth of methods compared, and the public code repository. A well-executed version of this study could give practitioners concrete guidance. However, the current manuscript does not yet provide the quantitative evidence needed to establish the headline claim: the comparison uses fundamentally different uncertainty routes for different methods, ECE values are not tabulated with variability across the full experimental grid, and key hyperparameters are tuned on the evaluation data. These issues are fixable but require substantial additional analysis.
major comments (4)
- [Section IV-A and Section V-D] The central 'misalignment' claim rests on comparing uncertainties that are not commensurable. Section IV-A explicitly states that SoftImpute is 'deterministic by design' and that its uncertainty is 'treated as pseudo-uncertainty' from randomized SVD; OT-Impute's uncertainty comes from 'repeated optimization with different initializations or minibatch orders.' Neither is a predictive distribution for a missing cell. Section V-D then uses their flat, over-narrow calibration curves to conclude that high-accuracy methods are poorly calibrated. This is close to circular: any deterministic method assigned an ad hoc variance proxy will appear miscalibrated. The paper should either restrict the headline claim to the chosen uncertainty-extraction routes, or add a control experiment that gives all methods a common uncertainty wrapper (e.g., bootstrap resampling or conformal prediction) to test whe
- [Section IV-C and Section V-D] No ECE table is provided and no error bars are reported for ECE. The text makes quantitative-sounding claims ('MICE achieves the lowest ECE', 'SoftImpute is the least calibrated', 'MIWAE is generally well-calibrated') but the supporting evidence is only selected calibration curves (Figures 6, 8-11) for a few datasets at 30% MCAR. Given the paper's stated goal of a systematic study across five datasets and three mechanisms, the full ECE matrix (mean and standard deviation across seeds) for every method, variant, dataset, and mechanism should be tabulated. This is essential to assess whether the reported rankings are consistent or driven by a few configurations.
- [Section V-A] The hyperparameters n-runs and n-samples are selected by observing ECE plateaus on the same datasets (Figures 1-2) and then used in the reported ECE comparisons. Tuning on the evaluation data can bias the calibration comparisons in favor of the tuned methods. The paper should either use a separate validation split for this tuning or report ECE as a function of n-runs/n-samples for the main comparisons, demonstrating that the qualitative conclusions are insensitive to the chosen values.
- [Section IV-A and Tables II-III] The 'standardized' uncertainty-extraction framework is not actually standardized across methods: MICE only supports multi-run, TabCSDI has no predictive-distribution variant, and SoftImpute/OT-Impute have no native uncertainty at all, while GAIN-U and MIWAE-U use direct variance outputs. This is not a flaw per se, but it means that the paper compares the best available uncertainty proxy for each method rather than a common protocol. The abstract and introduction should be revised to state this explicitly, and the guidelines in Section VI should be framed as conditional on the uncertainty route used, not as intrinsic properties of the imputation algorithms.
minor comments (5)
- [Section IV-B] The missingness protocol is under-specified. The text says 'we fixed a target missingness rate (e.g., 10–15%)' but the results are consistently reported at 30% missingness, and Figure 7 implies multiple rates without stating them. Please specify the exact target rates for each experiment and whether rates refer to total cells or per-feature.
- [Section IV-C] The ECE definition uses a grid q∈{0,0.1,...,1.0} and a CDF-based approach, but the paper does not specify the binning scheme or interval construction for continuous targets. In particular, it is unclear how zero-width or degenerate predictive distributions (as can occur for deterministic methods) are handled. Please provide the exact interval construction and any binning used.
- [Section V-B (Figure 3 caption)] Runtime comparisons mix 'total time' for classical methods and 'train+single imputation' for deep models. This makes the runtime comparisons hard to interpret. It would be clearer to report training time, inference time, and total time separately for all methods.
- [Section III.B, SoftImpute paragraph] The sentence 'Although newer deep generative and diffusion-based methods often achieve higher accuracy and better uncertainty calibration' is not supported by the paper's own results (e.g., TabCSDI has higher MAE than SoftImpute on most datasets). Please rephrase to avoid an unsubstantiated background claim.
- [General] There are several typographical and rendering issues (e.g., 'MIW AE', 'a approache', garbled axis labels in Figures 6 and 8). Please ensure the final PDF renders all symbols and legends correctly.
Circularity Check
Essentially an independent empirical benchmark; mild circularity only in selecting n-runs/n-samples from the same ECE curves that are later reported.
-
fitted input called prediction
[Section V-A (Tuning and Default Parameter Setting), Figs 1–2; applied in Section V-D (Calibration Curves and ECE)]
"Figure 1 shows that ECE steadily improves with increasing n-runs, but the gains plateau around five runs. Accordingly, we set n-runs=5 as the default for all multi-run experiments. For sampling-based variants (Figure 2), both MIWAE-S and GAIN-S reach stable calibration by n-samples≈20, while TabCSDI-S exhibits its best calibration performance between 50 to 70 samples. We therefore adopt n-samples=20 for MIWAE-S and GAIN-S, and n-samples=50 for TabCSDI-S."
The hyperparameters n-runs and n-samples are chosen by observing ECE at 30% MCAR on the same datasets (wine, energy) that later generate the reported ECE comparisons. For TabCSDI-S, the selected interval is explicitly the one with 'best calibration performance', so the reported calibration for that variant is an in-sample optimum rather than a prediction on held-out settings. This is a selection-on-the-evaluation-metric form of circularity. It is mild because the choice is justified by a plateau (so nearby values give similar ECE) and the main accuracy/calibration misalignment is corroborated by several methods and datasets.
full rationale
The paper is an empirical benchmark against external, complete datasets with synthetically injected missingness; it does not derive a formal result from its inputs, and no step equates a fitted parameter with the quantity it claims to predict. The central claim — that point accuracy and calibration are often misaligned — is a summary of direct measurements across six methods, five datasets, and three missingness mechanisms, so it is not forced by a self-citation chain or by definition. The pseudo-uncertainty assigned to deterministic SoftImpute (Section IV-A: 'any minor stochasticity from randomized SVD is treated as pseudo-uncertainty') is an acknowledged construct-validity limitation, not a hidden circular step, because the paper transparently labels it and does not present it as a native predictive distribution. Self-citations [40]–[43], [46] are related work or a reproducibility repository and are not load-bearing. The only circularity-adjacent practice is the in-sample selection of n-runs and n-samples from the same ECE curves later reported; this mildly biases the calibration numbers for the tuned variants but does not reduce the headline result to its inputs.
Assumptions & free parameters
free parameters (7)
- n_runs (multi-run uncertainty) =
5
- n_samples (sampling variants) =
20 (MIWAE-S, GAIN-S), 50 (TabCSDI-S)
- SoftImpute shrinkage lambda =
selected via CV on observed entries (log grid, grid_len 15-25)
- MIWAE importance samples K =
10
- GAIN/MIWAE epochs =
1500-2500
- TabCSDI epochs/num_steps =
wine: 500/600; energy: 400/1000
- Missingness rates =
30% (main tables), also 10-20% (Figure 7)
assumptions (5)
- domain assumption Rubin's MCAR/MAR/MNAR taxonomy and Eq. (1)-(2) posterior factorization under row i.i.d. with shared parameter theta
- domain assumption MICE and MIWAE assume MAR (and MNAR handled only by inclusion of mechanism in data generation)
- domain assumption SoftImpute low-rank/nuclear-norm prior on the complete matrix
- domain assumption OT-Impute assumes random subsets of the dataset share the same distribution
- domain assumption Z-scored Gaussian predictive distributions and CDF-based calibration are appropriate for all methods
invented entities (1)
-
GAIN-U (heteroscedastic GAIN variant)
Cite this review
Pith. "Pith review of Beyond Accuracy: An Empirical Study of Uncertainty Estimation in Imputation." pith.science (2026). https://pith.science/paper/C2TOCYQD
@misc{pith2026251121607,
author = {Pith},
title = {Pith review of: Beyond Accuracy: An Empirical Study of Uncertainty Estimation in Imputation},
year = {2026},
howpublished = {\url{https://pith.science/paper/C2TOCYQD}},
note = {Machine review of arXiv:2511.21607}
}
read the original abstract
Handling missing data is a central challenge in data-driven analysis. Modern imputation methods not only aim for accurate reconstruction but also differ in how they represent and quantify uncertainty. Yet, the reliability and calibration of these uncertainty estimates remain poorly understood. This paper presents a systematic empirical study of uncertainty in imputation, comparing representative methods from three major families: statistical (MICE, SoftImpute), distribution alignment (OT-Impute), and deep generative (GAIN, MIWAE, TabCSDI). Experiments span multiple datasets, missingness mechanisms (MCAR, MAR, MNAR), and missingness rates. Uncertainty is estimated through three complementary routes: multi-run variability, conditional sampling, and predictive-distribution modeling, and evaluated using calibration curves and the Expected Calibration Error (ECE). Results show that accuracy and calibration are often misaligned: models with high reconstruction accuracy do not necessarily yield reliable uncertainty. We analyze method-specific trade-offs among accuracy, calibration, and runtime, identify stable configurations, and offer guidelines for selecting uncertainty-aware imputers in data cleaning and downstream machine learning pipelines.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 1 Pith paper
-
SafeImpute: Reliable Clinical Data Imputation via Conformal Selection
An event-graph GNN plus conformal FDR selection can impute irregular clinical labs and release only a subset with controlled rates of clinically large errors.
Reference graph
Works this paper leans on
-
[1]
A review of hot deck imputation for survey non-response,
R. R. Andridge and R. J. A. Little, “A review of hot deck imputation for survey non-response,”Int. Stat. Rev., vol. 78, no. 1, pp. 40–64, 2010
2010
-
[2]
Maximum likelihood from incomplete data via the em algorithm,
A. P. Dempster, N. M. Laird, and D. B. Rubin, “Maximum likelihood from incomplete data via the em algorithm,”J. R. Stat. Soc. B, vol. 39, no. 1, pp. 1–38, 1977
1977
-
[3]
D. B. Rubin,Multiple Imputation for Nonresponse in Surveys. John Wiley & Sons, 1987
1987
-
[4]
J. L. Schafer,Analysis of Incomplete Multivariate Data. Chapman & Hall/CRC, 1997
1997
-
[5]
Probabilistic principal component analysis,
M. E. Tipping and C. M. Bishop, “Probabilistic principal component analysis,”J. R. Stat. Soc. B, vol. 61, no. 3, pp. 611–622, 1999
1999
-
[6]
A bayesian missing value estimation method for gene expres- sion profile data,
S. Oba, M.-a. Sato, I. Takemasa, M. Monden, K.-i. Matsubara, and S. Ishii, “A bayesian missing value estimation method for gene expres- sion profile data,”Bioinformatics, vol. 19, no. 16, pp. 2088–2096, 2003
-
[7]
Missing value estimation methods for dna microarrays,
O. Troyanskaya, M. Cantor, G. Sherlock, P. Brown, T. Hastie, R. Tibshi- rani, D. Botstein, and R. B. Altman, “Missing value estimation methods for dna microarrays,”Bioinformatics, vol. 17, no. 6, pp. 520–525, 2001
2001
-
[8]
A study ofk-nearest neighbour as an imputation method,
G. E. A. P. A. Batista and M. C. Monard, “A study ofk-nearest neighbour as an imputation method,”HST, vol. 87, pp. 251–260, 2002
2002
Show all 46 references
-
[9]
Mice: Multivariate impu- tation by chained equations in r,
S. Van Buuren and K. Groothuis-Oudshoorn, “Mice: Multivariate impu- tation by chained equations in r,”J. Stat. Softw., vol. 45, no. 3, pp. 1–67, 2011
2011
-
[10]
Missforest—non-parametric missing value imputation for mixed-type data,
D. J. Stekhoven and P. B ¨uhlmann, “Missforest—non-parametric missing value imputation for mixed-type data,”Bioinformatics, vol. 28, no. 1, pp. 112–118, 2012
2012
-
[11]
Exact matrix completion via convex optimization,
E. J. Cand `es and B. Recht, “Exact matrix completion via convex optimization,”Found. Comput. Math., vol. 9, no. 6, pp. 717–772, 2009
2009
-
[12]
Spectral regularization algorithms for learning large incomplete matrices,
R. Mazumder, T. Hastie, and R. Tibshirani, “Spectral regularization algorithms for learning large incomplete matrices,”JMLR, vol. 11, pp. 2287–2322, 2010
2010
-
[13]
Matrix factorization techniques for recommender systems,
Y . Koren, R. Bell, and C. V olinsky, “Matrix factorization techniques for recommender systems,”Computer, vol. 42, no. 8, pp. 30–37, 2009
2009
-
[14]
Sinkhorn distances: Lightspeed computation of optimal transport,
M. Cuturi, “Sinkhorn distances: Lightspeed computation of optimal transport,” inNeurIPS, pp. 2292–2300, 2013
2013
-
[15]
Mida: Multiple imputation using denoising autoencoders,
L. Gondara and K. Wang, “Mida: Multiple imputation using denoising autoencoders,” inPAKDD, pp. 260–272, 2018
2018
-
[16]
Variational autoencoder with arbitrary conditioning,
O. Ivanov, M. Figurnov, and D. Vetrov, “Variational autoencoder with arbitrary conditioning,” inICLR, 2018
2018
-
[17]
Miwae: Deep generative modelling and imputation of incomplete data sets,
P.-A. Mattei and J. Frellsen, “Miwae: Deep generative modelling and imputation of incomplete data sets,” inICML, pp. 4413–4423, PMLR, 2019
2019
-
[18]
Gain: Missing data imputation using generative adversarial nets,
J. Yoon, J. Jordon, and M. van der Schaar, “Gain: Missing data imputation using generative adversarial nets,” inICML, pp. 5689–5698, 2018
2018
-
[19]
Csdi: Conditional score- based diffusion models for probabilistic time series imputation,
Y . Tashiro, J. Song, Y . Song, and S. Ermon, “Csdi: Conditional score- based diffusion models for probabilistic time series imputation,” in NeurIPS, 2021
2021
-
[20]
Tabddpm: Modelling tabular data with diffusion models,
A. Kotelnikov, D. Baranchuk, A. Fenus, D. Vetrov, and S. Ivanov, “Tabddpm: Modelling tabular data with diffusion models,” inNeurIPS, 2023
2023
-
[21]
Aleatoric and epistemic uncertainty in machine learning: An introduction to concepts and methods,
E. H ¨ullermeier and W. Waegeman, “Aleatoric and epistemic uncertainty in machine learning: An introduction to concepts and methods,”Mach. Learn., vol. 110, no. 3, pp. 457–506, 2021
2021
-
[22]
Quan- tifying aleatoric and epistemic uncertainty in machine learning: Are conditional entropy and mutual information appropriate measures?,
L. Wimmer, Y . Sale, P. Hofman, B. Bischl, and E. H ¨ullermeier, “Quan- tifying aleatoric and epistemic uncertainty in machine learning: Are conditional entropy and mutual information appropriate measures?,” Mach. Learn., vol. 112, pp. 2835–2867, 2023
2023
-
[23]
Rethinking aleatoric and epistemic uncertainty,
F. Bickford Smith, J. Kossen, E. Trollope, M. Van Der Wilk, A. Foster, and T. Rainforth, “Rethinking aleatoric and epistemic uncertainty,” in ICML, vol. 267 ofICML, pp. 4345–4359, 2025
2025
-
[24]
Characterizing uncertainty in machine learning for chemistry,
A. Thawani, B. Ramsundar, and P. Baldi, “Characterizing uncertainty in machine learning for chemistry,”Acc. Chem. Res., vol. 56, no. 7, pp. 871–883, 2023
2023
-
[25]
van Buuren,Flexible Imputation of Missing Data
S. van Buuren,Flexible Imputation of Missing Data. Chapman & Hall/CRC, 2 ed., 2018
2018
-
[26]
Efron and R
B. Efron and R. J. Tibshirani,An Introduction to the Bootstrap. Chapman & Hall/CRC, 1994
1994
-
[27]
Dropout as a bayesian approximation: Representing model uncertainty in deep learning,
Y . Gal and Z. Ghahramani, “Dropout as a bayesian approximation: Representing model uncertainty in deep learning,” inICML, pp. 1050– 1059, 2016
2016
-
[28]
A gentle introduction to conformal prediction and distribution-free uncertainty quantification,
A. N. Angelopoulos and S. Bates, “A gentle introduction to conformal prediction and distribution-free uncertainty quantification,”Foundations and Trends in Machine Learning, vol. 16, no. 2, pp. 174–246, 2023
2023
-
[29]
Strictly proper scoring rules, prediction, and estimation,
T. Gneiting and A. E. Raftery, “Strictly proper scoring rules, prediction, and estimation,”JASA, vol. 102, no. 477, pp. 359–378, 2007
2007
-
[30]
Inference and missing data,
D. B. Rubin, “Inference and missing data,”Biometrika, vol. 63, no. 3, pp. 581–592, 1976
1976
-
[31]
Missing data imputation using optimal transport,
B. Muzellec, J. Josse, C. Boyer, and M. Cuturi, “Missing data imputation using optimal transport,” inICML, pp. 7130–7140, 2020
2020
-
[32]
E. L. Lehmann and G. Casella,Theory of Point Estimation. Springer, 1998
1998
-
[33]
Casella and R
G. Casella and R. L. Berger,Statistical Inference. Duxbury Press, 2002
2002
-
[34]
Gelman, J
A. Gelman, J. B. Carlin, H. S. Stern, D. B. Dunson, A. Vehtari, and D. B. Rubin,Bayesian Data Analysis. CRC Press, 3 ed., 2013
2013
-
[35]
An uncertainty-aware imputation framework for alleviating the sparsity problem in collaborative filtering,
S. Hwang and D.-K. Chae, “An uncertainty-aware imputation framework for alleviating the sparsity problem in collaborative filtering,” inCIKM, pp. 802–811, 2022
2022
-
[36]
Leveraging variational autoencoders for multiple data imputation,
B. Roskams-Hieter, J. Wells, and S. Wade, “Leveraging variational autoencoders for multiple data imputation,” inECML PKDD, vol. 14169 ofLNCS, pp. 491–506, Springer, 2023
2023
-
[37]
Missing data imputation with uncertainty-driven network,
J. Wang, Y . Zhang, K. Wang, X. Lin, and W. Zhang, “Missing data imputation with uncertainty-driven network,”SIGMOD, vol. 2, no. 3, pp. 1–25, 2024
2024
-
[38]
Uncertainty-aware variational- recurrent imputation network for clinical time series,
A. W. Mulyadi, E. Jun, and H.-I. Suk, “Uncertainty-aware variational- recurrent imputation network for clinical time series,”IEEE Trans. Cybern., vol. 52, no. 9, pp. 9684–9694, 2021
2021
-
[39]
About the effects of data imputation techniques on ml uncertainty.,
C. Cappiello, F. Cerutti, C. Sancricca, R. Zanelli,et al., “About the effects of data imputation techniques on ml uncertainty.,” inVLDB Workshops, 2023
2023
-
[40]
Threshold-independent fair matching through score calibration,
M. H. Moslemi and M. Milani, “Threshold-independent fair matching through score calibration,” inGUIDE-AI @ SIGMOD, 2024
2024
-
[41]
Otclean: Data cleaning for conditional independence violations using optimal transport,
A. Pirhadi, M. H. Moslemi, A. Cloninger, M. Milani, and B. Salimi, “Otclean: Data cleaning for conditional independence violations using optimal transport,”SIGMOD, vol. 2, no. 3, p. 160, 2024
2024
-
[42]
Currentclean: Interactive change exploration and cleaning of stale data,
Z. Zheng, T. M. Quach, Z. Jin, F. Chiang, and M. Milani, “Currentclean: Interactive change exploration and cleaning of stale data,” inCIKM, pp. 2917–2920, 2019
2019
-
[43]
Currentclean: Spatio-temporal cleaning of stale data,
M. Milani, Z. Zheng, and F. Chiang, “Currentclean: Spatio-temporal cleaning of stale data,” inICDE, pp. 172–183, 2019
2019
-
[44]
Importance weighted autoencoders,
Y . Burda, R. Grosse, and R. Salakhutdinov, “Importance weighted autoencoders,” inICLR, 2016
2016
-
[45]
Diffusion models for missing value imputation in tabular data,
S. Zheng and N. Charoenphakdee, “Diffusion models for missing value imputation in tabular data,” inTRL @ NeurIPS, 2022
2022
-
[46]
Imputation uncertainty
H. Zarin, “Imputation uncertainty.” https://github.com/ZarinTahia/ Imputation Uncertainty, 2025. GitHub repository; accessed August 2025
2025
Reviewed August 3, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.