← Latest papers
🧬 biology

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

This paper introduces Multimodality Stacking with Blockwise missing values (MSB), a late-fusion survival analysis framework that effectively integrates heterogeneous, partially missing clinical data to significantly improve the prediction of immunotherapy resistance in non-small cell lung cancer patients compared to standard baseline models.

Original authors: Mohamed Boussena, Florence Monville, Jacques Fieschi-Meric, Frederic Vely, Pierre Milpied, Julien Mazieres, Maurice Perol, Eric Vivier, Laurent Greillier, Fabrice Barlesi, Sebastien Benzekry

Published 2026-05-26
📖 5 min read🧠 Deep dive

Original authors: Mohamed Boussena, Florence Monville, Jacques Fieschi-Meric, Frederic Vely, Pierre Milpied, Julien Mazieres, Maurice Perol, Eric Vivier, Laurent Greillier, Fabrice Barlesi, Sebastien Benzekry

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). ⚕️ This is an AI-generated explanation of a preprint that has not been peer-reviewed. It is not medical advice. Do not make health decisions based on this content. Read full disclaimer

Imagine you are trying to predict how long a patient with advanced lung cancer will stay healthy after starting a new immunotherapy treatment. To do this, doctors usually gather a massive amount of information: blood tests, tumor biopsies, genetic sequencing, and routine clinical notes.

However, in real-world medical studies, this data is rarely perfect. Often, entire chunks of information are missing for certain patients. For example, a patient might have a full blood test but no tumor biopsy because the sample ran out, or a specific genetic test might only be available for patients at one hospital but not the others. This is called "blockwise missingness"—it's like trying to solve a puzzle where some entire pieces are missing, not just a few tiny bits.

The paper introduces a new method called MSB (Multimodality Stacking with Blockwise missing values) to solve this problem. Here is how it works, explained through simple analogies:

The Problem: The "All-or-Nothing" Approach

Traditionally, if a patient is missing even one major piece of data (like a tumor biopsy), standard computer models often have to throw that patient's data away entirely. This is like a chef refusing to cook a meal because they are missing one specific spice, even though they have plenty of other ingredients. This wastes valuable information and shrinks the pool of patients the model can learn from.

Other methods try to "guess" (impute) the missing numbers to fill the gaps. But when you have hundreds of different data types and high-dimensional data, guessing can lead to errors, making the model unreliable.

The Solution: The "Expert Panel" (MSB)

Instead of trying to force all the data into one giant, messy pile, MSB uses a strategy called "Late Fusion." Think of it as forming a panel of expert judges rather than asking one person to do everything.

  1. Specialized Teams: The method splits the data into its original sources (the "blocks").

    • Team A looks only at routine clinical notes (age, smoking history).
    • Team B looks only at blood test results.
    • Team C looks only at tumor tissue analysis.
    • And so on for all 8 different data sources.
  2. Independent Opinions: Each team builds its own prediction model using only the data they have. If Team C (tumor tissue) doesn't have data for a specific patient, they simply don't make a prediction for that patient. They don't guess; they just stay silent.

  3. The Head Judge (The Meta-Learner): A final "Head Judge" (a computer algorithm) collects the predictions (risk scores) from all the teams that did speak up.

    • If a patient has blood data but no tumor data, the Head Judge listens to Team B but ignores Team C.
    • The Head Judge then combines these partial opinions into one final, robust prediction.

Why This Works Better

The paper tested this on a real study called PIONeeR, involving 443 patients with lung cancer and 378 different biological markers.

  • Better Accuracy: The MSB method was significantly better at predicting patient outcomes than standard methods. For example, when using simple linear models, MSB improved accuracy by nearly 16%. Even with advanced models, it still provided a small but statistically significant boost.
  • Less Overconfidence: Standard models often memorize the training data too well (overfitting), leading to poor performance on new patients. MSB acted like a "regularizer," keeping the model honest and preventing it from making wild guesses based on noise.
  • No "Fake" Data Needed: The method proved that it didn't need to guess the missing values to work well. It learned to weigh the available information correctly.
  • What Actually Matters: When the researchers asked the model "What factors were most important?", it pointed to routine clinical features, blood markers, and PD-L1 expression (a protein on tumor cells). Interestingly, the model did not rely on the fact that data was missing to make its decisions. It didn't say, "Oh, this patient is missing a biopsy, so they must be sick." Instead, it focused on the actual biological signals present in the data that was available.

The Bottom Line

The MSB framework is a new way to handle messy, real-world medical data. Instead of throwing away patients with incomplete records or forcing bad guesses, it treats different data sources as separate experts. It listens to whatever experts are available for each patient and combines their wisdom to make a better prediction.

The authors conclude that this is a statistically validated tool that allows researchers to use all their data without needing every single patient to have every single test, making it a practical step forward for analyzing complex cancer studies. However, they note that before this can be used to make real-life medical decisions for patients, it needs to be tested on other groups of people outside of this specific study.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →