Personalised Drug Identifier for Cancer Treatment with Transformers using Auxiliary Information
Aishwarya Jayagopal, Hansheng Xue, Ziyang He, Robert J. Walsh, Krishna Kumar Hariprasannan, David Shao Peng Tan, Tuan Zea Tan, Jason J. Pitt, Anand D. Jeyasekharan, Vaibhav Rajan
TL;DR
The paper addresses the scarcity of patient-level drug response data by introducing PREDICT-AI, a transformer-based framework that predicts drug efficacy from sparse diagnostic-panel mutations while explicitly modeling the variable-length mutation sequences. It employs a novel two-stage training regime, TransformerMTLR for survival prediction and TransformerDRP for drug response, augmented by a two-tier tokenization that encodes gene and mutation-level features and by incorporating auxiliary survival information into the learning process. Empirical results show state-of-the-art performance on survival (CI improvements over baselines) and DRP benchmarks (AUROC $=64.96\%$, AUPRC $=84.85\%$) with notable drug-specific gains, along with ablation evidence that pretraining and survival supervision meaningfully boost accuracy. The authors also implement a treatment recommendation system deployed at a clinical site to assist MTBs, discuss deployment challenges, and outline lessons for trust-building and indirect evidence usage in clinical decision making. The work advances personalized oncology by integrating sequential genomic inputs, auxiliary outcomes, and real-world clinical deployment to guide targeted therapies.
Abstract
Cancer remains a global challenge due to its growing clinical and economic burden. Its uniquely personal manifestation, which makes treatment difficult, has fuelled the quest for personalized treatment strategies. Thus, genomic profiling is increasingly becoming part of clinical diagnostic panels. Effective use of such panels requires accurate drug response prediction (DRP) models, which are challenging to build due to limited labelled patient data. Previous methods to address this problem have used various forms of transfer learning. However, they do not explicitly model the variable length sequential structure of the list of mutations in such diagnostic panels. Further, they do not utilize auxiliary information (like patient survival) for model training. We address these limitations through a novel transformer based method, which surpasses the performance of state-of-the-art DRP models on benchmark data. We also present the design of a treatment recommendation system (TRS), which is currently deployed at the National University Hospital, Singapore and is being evaluated in a clinical trial.
