V1 (Static)v1.0

TxResponse

Predicts how sensitive a tumor is to different drugs

Architecture
Concept Bottleneck Model with FiLM Drug Modulation
Phase 1 (GDSC)
Complete

Cell line pretraining on GDSC2 dataset

Target: Baseline training
Phase 2 (CORAL)
Complete

Domain adaptation to patient samples

Target: Distribution alignment
Phase 3 (Calibration)
Complete

Uncertainty calibration on clinical data

Target: ECE < 0.05
Spearman ρ
0.72

Correlation with clinical response

Target: > 0.60

Overview

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.

Inputs

3 inputs
z_bio248

Biological state (z_prolif(1) + z_pathway(200) + z_ctx_clean(31) + z_residual(16))

Source: vae
driver_emb[50, 64]

Top driver gene embeddings

Source: driver-gat
drug_emb[D, 128]

Drug molecular embeddings (ChemBERTa/Morgan fingerprints)

Source: GDSC/PRISM

Outputs

3 outputs
beta[K, D]

Clone-specific drug sensitivity for K clones, D drugs

Consumers: hypernet, neural-ode
ic50_pred[D]

Predicted IC50 values per drug

concepts[50]

Interpretable pathway concept activations

Mathematical Formulation

Concept Activation

Pathway concept extraction

FiLM Drug Modulation

Drug-specific feature modulation

IC50 Prediction

Final sensitivity prediction

Key Features

  • 50 interpretable pathway concepts for explainability
  • FiLM-based drug conditioning for drug-specific predictions
  • 3-phase training: GDSC → CORAL → calibration
  • Cross-attention fusion of driver and drug embeddings
  • Uncertainty quantification via MC Dropout

Key Innovations

  • 1Interpretable predictions through pathway concepts
  • 2Domain adaptation from cell lines to patients
  • 3Drug-context interaction modeling
  • 4Clinically calibrated uncertainty estimates

Hyperparameters

Concept Dim
50
Hidden Dim
256
Drug Embed Dim
128
Dropout
0.2
Phase 1 Epochs
100
Phase 2/3 Epochs
50 each

Training Details

Phase 1: GDSC2 cell line IC50 regression. Phase 2: CORAL domain adaptation to TCGA expression profiles. Phase 3: Temperature scaling on TCGA clinical response labels.