LLM Augmented Intervenable Multimodal Adaptor for Post-operative Complication Prediction in Lung Cancer Surgery
Shubham Pandey, Bhavin Jawade, Srirangaraj Setlur, Venu Govindaraju, Kenneth Seastedt
TL;DR
MIRACLE addresses the challenge of predicting postoperative complications in lung cancer surgery by unifying preoperative clinical data, radiomic CT biomarkers, and LLM-generated, evidence-grounded explanations into a single, interpretable pipeline. It employs a hyperspherical fusion of modality-specific embeddings via Bayesian MLP encoders and a frozen remark encoder, with a clinician-intervenable, text-grounded explanation channel that can be edited in real time to refine risk predictions, all trained with focal loss to handle class imbalance. On the real-world POC-L dataset (3,094 patients), MIRACLE with OpenBioLLM-70B achieves an AUC of $81.04\%$ and a maximum TPR of $81.31\%$ at $\text{FPR}=0.3$, outperforming classical ML baselines, standalone LLM predictors, and human surgeons, while providing actionable remarks tied to patient-specific factors. The work demonstrates the value of integrating multimodal data with language-based explanations and clinician intervention to create a practical, transparent decision-support tool for perioperative planning, with limitations including demographic bias and the need for multi-institutional validation to ensure generalizability and safety.
Abstract
Postoperative complications remain a critical concern in clinical practice, adversely affecting patient outcomes and contributing to rising healthcare costs. We present MIRACLE, a deep learning architecture for prediction of risk of postoperative complications in lung cancer surgery by integrating preoperative clinical and radiological data. MIRACLE employs a hyperspherical embedding space fusion of heterogeneous inputs, enabling the extraction of robust, discriminative features from both structured clinical records and high-dimensional radiological images. To enhance transparency of prediction and clinical utility, we incorporate an interventional deep learning module in MIRACLE, that not only refines predictions but also provides interpretable and actionable insights, allowing domain experts to interactively adjust recommendations based on clinical expertise. We validate our approach on POC-L, a real-world dataset comprising 3,094 lung cancer patients who underwent surgery at Roswell Park Comprehensive Cancer Center. Our results demonstrate that MIRACLE outperforms various traditional machine learning models and contemporary large language models (LLM) variants alone, for personalized and explainable postoperative risk management.
