paper-with-me

Papers

Sharing pattern submodels for prediction with missing values

2022-06-22 · Lena Stempfle, Ashkan Panahi, Fredrik D. Johansson

Missing values are unavoidable in many applications of machine learning and present challenges both during training and at test time. When variables are missing in recurring patterns, fitting separate pattern submodels have been proposed as a solution. However, fitting models independently does not make efficient use of all available data. Conversely, fitting a single shared model to the full data set relies on imputation which often leads to biased results when missingness depends on unobserved factors. We propose an alternative approach, called sharing pattern submodels, which i) makes predictions that are robust to missing values at test time, ii) maintains or improves the predictive power of pattern submodels, and iii) has a short description, enabling improved interpretability. Parameter sharing is enforced through sparsity-inducing regularization which we prove leads to consistent estimation. Finally, we give conditions for when a sharing model is optimal, even when both missingness and the target outcome depend on unobserved variables. Classification and regression experiments on synthetic and real-world data sets demonstrate that our models achieve a favorable tradeoff between pattern specialization and information sharing.

📄 PDF Abstract BibTeX arXiv:2206.11161

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationMissing ValuesPrediction

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Conformal Prediction with Missing Values

2023-06-05 · Margaux Zaffran, Aymeric Dieuleveut, Julie Josse, Yaniv Romano

Conformal prediction is a theoretically grounded framework for constructing predictive intervals. We study conformal prediction with missing values in the covariates -- a setting that brings new challenges to uncertainty…

Conformal PredictionData AugmentationImputationMissing Values+6

PAMF: Prior-Aware Multimodal Fusion for Incomplete Time Series Data

2026-06-04 · Ziwen Kan, Wugeng Zheng, Tianlong Chen, Song Wang arxiv

In healthcare, multimodal time series tasks often operate on incomplete observations in practice, for example when ECG segments are lost because electrodes detach or an entire respiratory channel is unavailable during ov…

Recurrent Neural Networks for Multivariate Time Series with Missing Values

2016-06-06 · Zhengping Che, Sanjay Purushotham, Kyunghyun Cho, David Sontag 외

Multivariate time series data in practical applications, such as health care, geoscience, and biology, are characterized by a variety of missing values. In time series prediction and other related tasks, it has been note…

ImputationMissing ValuesMultivariate Time Series ForecastingMultivariate Time Series Imputation+5

When Pattern-by-Pattern Works: Theoretical and Empirical Insights for Logistic Models with Missing Values

2025-07-17 · Christophe Muller, Erwan Scornet, Julie Josse arxiv

Predicting with missing inputs challenges even parametric models, as parameter estimation alone is insufficient for prediction on incomplete data. While several works study prediction in linear models, we focus on logist…

Minimax rate of consistency for linear models with missing values

2022-02-03 · Alexis Ayme, Claire Boyer, Aymeric Dieuleveut, Erwan Scornet

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…

Missing Values