Papers for

pharmaceutical data scientists

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Correcting uncertainty estimates under changing label distributions

Split Conformal Prediction with Label-Shift-Adjusted Bayesian Scores

Abstract: Conformal prediction provides distribution-free uncertainty quantification under exchangeability. However, this assumption is violated by label shift, where the marginal distribution of labels changes while the conditional distribution of inputs given labels remains stable. Under such shifts, standard conformal procedures no longer maintain their intended coverage behavior. Existing approaches address this via importance weighting. They pair the reweighting with residual-based nonconformity scores that ignore predictive uncertainty. The resulting intervals have uniform width. Bayesian conformal methods produce adaptive intervals by leveraging predictive distributions. They evaluate conformity under the source predictive, which is misaligned with the target domain under label shift. We propose the \emph{Label-Shift-Adjusted Bayesian Score} (LSA score), a nonconformity score derived from a posterior predictive tilting identity. This identity shows that the target predictive is an importance-weighted transformation of the source predictive. We use it to derive a direct correction to the Bayesian score. We evaluate the method on molecular property prediction under controlled label shift. The LSA score consistently yields shorter intervals than residual-based and source-based Bayesian scores. Coverage in the target domain remains comparable. Under stronger shift, all methods incur some coverage loss due to pseudo-label-based density-ratio estimation. The LSA score is defined for any source predictive with a tractable log-density. We instantiate it with Bayesian Ridge Regression, where the correction admits a closed form.

Fri 11 SeptMachine Learning
The gist
Predicting with confidence intervals can fail when the kinds of outcomes change between training and use, a problem called label shift. The authors propose a new way to adjust uncertainty estimates that accounts for this shift by modifying Bayesian predictive scores. This adjustment helps produce tighter confidence intervals without losing reliability, even when the distribution of labels differs. Their method works generally for models with accessible predictive densities and they tested it on molecular property prediction tasks.
Open 2609.12386v1

Reinforcement learning improves chemotherapy dosing under tumor diversity

Adaptive Chemotherapy Control under Tumor Heterogeneity via Reinforcement Learning

Abstract: Designing effective chemotherapy regimens is hindered by tumor heterogeneity and drug resistance, which complicate the deployment of patient-specific model-based optimal control across diverse populations. We develop and compare closed-loop deep reinforcement learning (DRL) dosing policies with continuous (TD3) and discrete (DQN) action spaces trained on a high-dimensional heterogeneous tumor model. The DRL policies are benchmarked against a Pontryagin's Maximum Principle (PMP)-derived open-loop benchmark. We assess generalization under parametric heterogeneity using a 100-patient virtual cohort with plus or minus 10 percent uniform perturbations in growth and drug-sensitivity parameters. Across this cohort, TD3 achieves higher average tumor reduction, while DQN yields tighter inter-patient dosing consistency, revealing a clear efficacy-consistency trade-off in this study. Our simulations assume full observation of all tumor subpopulations; translation to sparse and noisy clinical measurements will require partial-observability formulations and/or state estimation. Overall, the results show that simulation-trained DRL can learn state-dependent feedback dosing policies that complement open-loop optimal control benchmarks.

Thu 10 SeptMachine Learning
The gist
Chemotherapy treatment is hard to get right because tumors can be very different and some cells resist drugs. The authors created smart computer programs that learn how to adjust chemotherapy doses in real time based on how tumor cells respond. They tested two learning methods and found that one reduced tumors more on average while the other gave more consistent dose amounts. These methods work well in computer simulations but assume we can see all tumor cells clearly, which is harder in real life.
Open 2609.12264v1