Stronger Baseline Models -- A Key Requirement for Aligning Machine Learning Research with Clinical Utility
Nathan Wolfrath, Joel Wolfrath, Hengrui Hu, Anjishnu Banerjee, Anai N. Kothari
TL;DR
The paper addresses how the lack of strong, well-tuned baselines can obscure the true value of complex ML methods in healthcare. By analyzing five case studies, it shows that robust baselines often match or exceed the performance of sophisticated models, revealing when added complexity is unnecessary and highlighting issues of generalization and interpretability. It then offers a practical evaluation framework and best practices for constructing, reporting, and reasoning about baselines to better align ML research with clinical utility. This approach aims to reduce deployment barriers by improving transparency, comparability, and relevance of ML models in real-world healthcare settings.
Abstract
Machine Learning (ML) research has increased substantially in recent years, due to the success of predictive modeling across diverse application domains. However, well-known barriers exist when attempting to deploy ML models in high-stakes, clinical settings, including lack of model transparency (or the inability to audit the inference process), large training data requirements with siloed data sources, and complicated metrics for measuring model utility. In this work, we show empirically that including stronger baseline models in healthcare ML evaluations has important downstream effects that aid practitioners in addressing these challenges. Through a series of case studies, we find that the common practice of omitting baselines or comparing against a weak baseline model (e.g. a linear model with no optimization) obscures the value of ML methods proposed in the research literature. Using these insights, we propose some best practices that will enable practitioners to more effectively study and deploy ML models in clinical settings.
