Multimodality Stacking with Blockwise missing values and application to the PIONeeR biomarkers study for prediction of resistance to immunotherapy

· Source: stat.ML updates on arXiv.org · Field: Health & Wellbeing — Health & Medical Research, Medical Specialties & Subspecialties, Artificial Intelligence & Machine Learning · Depth: Expert, extended

Summary

The Multimodality Stacking with Blockwise missing values (MSB) framework is introduced for survival analysis, specifically to predict progression-free survival in advanced non-small cell lung cancer patients undergoing immunotherapy. Developed to address high dimensionality and blockwise missingness in clinical oncology datasets, MSB is a late-fusion approach that independently models modality-specific features before aggregating predictions using a cross-validated stacking meta-learner. Validated on the PIONeeR study (443 patients, 378 biomarkers from eight sources), MSB achieved superior predictive performance (C-index) compared to baseline algorithms. It demonstrated a 15.9% increase for linear models ($p<0.001$), 5.4% for random survival forests ($p=0.002$), and 2.1% for gradient boosting methods ($p=0.030$). MSB also significantly reduced the generalization gap, for instance, from 0.380 to 0.055 for linear models. Permutation importance analysis identified routine laboratory markers, clinical features, and PD-L1 expression as primary predictive drivers, with missing block indicators showing negligible importance. The framework's implementation is available under an Inria license.

Key takeaway

For AI or Research Scientists building prognostic models with multimodal, incomplete clinical data, you should consider the MSB framework. It significantly improves predictive performance and reduces overfitting compared to traditional methods, particularly when dealing with blockwise missingness and high dimensionality. By leveraging modality-specific risk scores, MSB allows for robust biomarker evaluation without requiring complete data. Prioritize integrating readily available clinical features, routine lab markers, and PD-L1 expression, as these were identified as primary predictive drivers.

Key insights

MSB effectively handles high-dimensional, blockwise missing multimodal clinical data for survival prediction via a late-fusion stacking approach.

Principles

Method

Train independent base-learners on available data for each modality. Aggregate out-of-fold cross-validated predictions (risk scores) from base learners using a meta-learner. Handle residual intra-block missingness with source-specific kNN imputation or MIA.

In practice

Topics

Code references

Best for: AI Scientist, Research Scientist, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.