← Search

Lena Stempfle

4 accepted papers

2025

An Investigation of Memorization Risk in Healthcare Foundation Models

NeurIPS 2025poster

Foundation models trained on large-scale de-identified electronic health records (EHRs) hold promise for clinical applications. However, their capacity to memorize patient information raises important privacy concerns. In this work, we introduce a suite of black-box evaluation tests to assess privac…

Cited by 0SourceScholar
2025

Prediction models that learn to avoid missing values

ICML 2025spotlight

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…

2024

MINTY: Rule-based models that minimize the need for imputing features with missing values

AISTATS 2024poster

Rule models are often preferred in prediction tasks with tabular inputs as they can be easily interpreted using natural language and provide predictive performance on par with more complex models. However, most rule models’ predictions are undefined or ambiguous when some inputs are missing, forcing…

2023

Sharing Pattern Submodels for Prediction with Missing Values

AAAI 2023technical

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…