M-DEW: Extending Dynamic Ensemble Weighting to Handle Missing Values
Adam Catto, Nan Jia, Ansaf Salleb-Aouissi, Anita Raja

TL;DR
M-DEW introduces a novel AutoML approach that dynamically constructs and weights imputation-prediction pipelines during inference, effectively handling missing data to improve downstream task performance.
Contribution
It extends dynamic ensemble weighting to full imputation-prediction pipelines, optimizing the entire process jointly for better accuracy and calibration.
Findings
Outperforms state-of-the-art in model perplexity in 17/18 experiments.
Improves average precision in 13/18 experiments.
Reduces computational overhead compared to existing methods.
Abstract
Missing value imputation is a crucial preprocessing step for many machine learning problems. However, it is often considered as a separate subtask from downstream applications such as classification, regression, or clustering, and thus is not optimized together with them. We hypothesize that treating the imputation model and downstream task model together and optimizing over full pipelines will yield better results than treating them separately. Our work describes a novel AutoML technique for making downstream predictions with missing data that automatically handles preprocessing, model weighting, and selection during inference time, with minimal compute overhead. Specifically we develop M-DEW, a Dynamic missingness-aware Ensemble Weighting (DEW) approach, that constructs a set of two-stage imputation-prediction pipelines, trains each component separately, and dynamically calculates a…
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 · Neural Networks and Applications
MethodsSparse Evolutionary Training
