Beyond validation loss: Clinically-tailored optimization metrics improve a model's clinical performance
Charles B. Delahunt, Courosh Mehanian, Daniel E. Shea, Matthew P. Horning
TL;DR
This work argues that clinically-tailored optimization metrics, rather than traditional validation loss, better align ML model development with real-world medical needs. It demonstrates this through two real-world experiments: (1) hyperparameter optimization driven by patient-level versus object-level FoMs in a Loa loa detection task, showing superior patient-level performance when optimizing clinically-relevant metrics; and (2) stopping-point selection for a DNN diagnosing twins vs. singletons using multiple FoMs such as $90\%$ sliver AUC and sensitivity at $90\%$ specificity, revealing later, more clinically robust stopping points than those suggested by validation loss. The paper emphasizes the bespoke nature of FoM design, the need for collaboration with clinicians, and practical methods (e.g., z-scale alignment) to integrate these metrics into optimization workflows. Collectively, the findings advocate for embedding clinically-relevant FoMs early in model development to maximize in-clinic utility and robustness.
Abstract
A key task in ML is to optimize models at various stages, e.g. by choosing hyperparameters or picking a stopping point. A traditional ML approach is to use validation loss, i.e. to apply the training loss function on a validation set to guide these optimizations. However, ML for healthcare has a distinct goal from traditional ML: Models must perform well relative to specific clinical requirements, vs. relative to the loss function used for training. These clinical requirements can be captured more precisely by tailored metrics. Since many optimization tasks do not require the driving metric to be differentiable, they allow a wider range of options, including the use of metrics tailored to be clinically-relevant. In this paper we describe two controlled experiments which show how the use of clinically-tailored metrics provide superior model optimization compared to validation loss, in the sense of better performance on the clinical task. The use of clinically-relevant metrics for optimization entails some extra effort, to define the metrics and to code them into the pipeline. But it can yield models that better meet the central goal of ML for healthcare: strong performance in the clinic.
