Prediction Models That Learn to Avoid Missing Values
Lena Stempfle, Anton Matsson, Newton Mwai, Fredrik D. Johansson
TL;DR
The paper addresses the challenge of making accurate, interpretable predictions when test-time data contain missing values. It introduces missingness-avoiding (MA) learning, a framework that adds a missingness-reliance regularization term to standard learning objectives, and instantiates it across decision trees (MA-DT), sparse linear models (MA-LASSO), and tree ensembles (MA-RF, MA-GBT). The authors formalize missingness reliance with $\rho(h)$ and optimize $\mathbb{E}_p[L(Y,h(X))] + \alpha\rho(h)$, demonstrating that MA variants can maintain competitive AUROC while substantially reducing reliance on missing features across six real-world datasets; they also analyze when MA is feasible, and how distribution shifts or MNAR can affect performance. The results show that MA models can provide strong predictive performance with enhanced interpretability in the presence of test-time missing data, offering practical guidance for practitioners on tuning $\alpha$ and selecting model classes. Overall, this work advances the ability to deploy transparent, robust predictions under structured missingness and outlines directions for broader applicability and robustness.
Abstract
Handling missing values at test time is challenging for machine learning models, especially when aiming for both high accuracy and interpretability. Established approaches often add bias through imputation or excessive model complexity via missingness indicators. Moreover, either method can obscure interpretability, making it harder to understand how the model utilizes the observed variables in predictions. We propose missingness-avoiding (MA) machine learning, a general framework for training models to rarely require the values of missing (or imputed) features at test time. We create tailored MA learning algorithms for decision trees, tree ensembles, and sparse linear models by incorporating classifier-specific regularization terms in their learning objectives. The tree-based models leverage contextual missingness by reducing reliance on missing values based on the observed context. Experiments on real-world datasets demonstrate that MA-DT, MA-LASSO, MA-RF, and MA-GBT effectively reduce the reliance on features with missing values while maintaining predictive performance competitive with their unregularized counterparts. This shows that our framework gives practitioners a powerful tool to maintain interpretability in predictions with test-time missing values.
