MLLGFeb 3, 2022

Minimax rate of consistency for linear models with missing values

arXiv:2202.01463v1
AI Analysis

This addresses a fundamental issue in machine learning for real-world datasets with missing data, though it is incremental as it builds on existing linear models.

The paper tackles the problem of learning linear models with missing values, which is challenging due to the exponential number of missing patterns. It proposes a new algorithm that achieves minimax optimal risk bounds and outperforms state-of-the-art methods in numerical experiments.

Missing values arise in most real-world data sets due to the aggregation of multiple sources and intrinsically missing information (sensor failure, unanswered questions in surveys...). In fact, the very nature of missing values usually prevents us from running standard learning algorithms. In this paper, we focus on the extensively-studied linear models, but in presence of missing values, which turns out to be quite a challenging task. Indeed, the Bayes rule can be decomposed as a sum of predictors corresponding to each missing pattern. This eventually requires to solve a number of learning tasks, exponential in the number of input features, which makes predictions impossible for current real-world datasets. First, we propose a rigorous setting to analyze a least-square type estimator and establish a bound on the excess risk which increases exponentially in the dimension. Consequently, we leverage the missing data distribution to propose a new algorithm, andderive associated adaptive risk bounds that turn out to be minimax optimal. Numerical experiments highlight the benefits of our method compared to state-of-the-art algorithms used for predictions with missing values.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes