Deep learning with missing data
Tianyi Ma, Tengyao Wang, Richard J. Samworth
TL;DR
This work addresses prediction with missing covariates in high-dimensional, nonparametric regression by introducing Pattern Embedded Neural Networks (PENNs), which integrate imputation-based learning with a dedicated network that encodes observation patterns (revelation vectors) and a fusion network that combines the two representations. The authors establish theoretical guarantees, including an oracle inequality and minimax-rate results under a piecewise compositional Hölder structure, showing that PENN achieves near-optimal rates across cells of the observation-pattern partition. They prove that the excess risk concentrates around a weighted average of cell-wise rates, with a poly-logarithmic factor, and provide a matching minimax lower bound; these results hold under general missingness mechanisms, including MNAR. Empirically, PENNs consistently outperform standard neural networks across simulated, semi-synthetic, and real data, often by large margins, and the method is compatible with any imputation technique, with code and tutorials publicly available. This approach offers a practical, theoretically-grounded solution for missing data in deep learning, demonstrating significant improvements in prediction when missingness is informative or pattern-dependent.
Abstract
In the context of multivariate nonparametric regression with missing covariates, we propose Pattern Embedded Neural Networks (PENNs), which can be applied in conjunction with any existing imputation technique. In addition to a neural network trained on the imputed data, PENNs pass the vectors of observation indicators through a second neural network to provide a compact representation. The outputs are then combined in a third neural network to produce final predictions. Our main theoretical result exploits an assumption that the observation patterns can be partitioned into cells on which the Bayes regression function behaves similarly, and belongs to a compositional Hölder class. It provides a finite-sample excess risk bound that holds for an arbitrary missingness mechanism, and in combination with a complementary minimax lower bound, demonstrates that our PENN estimator attains in typical cases the minimax rate of convergence as if the cells of the partition were known in advance, up to a poly-logarithmic factor in the sample size. Numerical experiments on simulated, semi-synthetic and real data confirm that the PENN estimator consistently improves, often dramatically, on standard neural networks without pattern embedding. Code to reproduce our experiments, as well as a tutorial on how to apply our method, is publicly available.
