Predicts how sensitive a tumor is to different drugs
Cell line pretraining on GDSC2 dataset
Domain adaptation to patient samples
Uncertainty calibration on clinical data
Correlation with clinical response
Predicts how sensitive a tumor is to different drug classes based on its molecular profile, using interpretable biological pathway scores. Instead of a black-box prediction, it shows which biological pathways are driving the sensitivity or resistance — so a clinician can understand why the model recommends one drug over another. Trained first on cell-line drug response data, then adapted to match real patient biology.
z_bio248Biological state (z_prolif(1) + z_pathway(200) + z_ctx_clean(31) + z_residual(16))
driver_emb[50, 64]Top driver gene embeddings
drug_emb[D, 128]Drug molecular embeddings (ChemBERTa/Morgan fingerprints)
beta[K, D]Clone-specific drug sensitivity for K clones, D drugs
ic50_pred[D]Predicted IC50 values per drug
concepts[50]Interpretable pathway concept activations
Pathway concept extraction
Drug-specific feature modulation
Final sensitivity prediction
502561280.210050 eachPhase 1: GDSC2 cell line IC50 regression. Phase 2: CORAL domain adaptation to TCGA expression profiles. Phase 3: Temperature scaling on TCGA clinical response labels.