SHIFT Predicts Survival from Incomplete Genomic Data
Summary
SHIFT (Survival prediction Handling Incomplete Features using Transformer) is a missingness-aware survival model that directly predicts patient outcomes from incomplete and heterogeneous genomic data without test-time imputation. It uses masked self-attention and variable-rate feature masking to improve robustness and generalization across different cohorts.
Why it matters
For professionals in precision oncology and healthcare AI, SHIFT offers a robust solution for building and deploying survival prediction models using real-world, often incomplete, genomic data from multiple institutions. This can accelerate research, improve patient stratification, and enable more personalized treatment strategies.
How to implement this in your domain
- 1Evaluate SHIFT for developing survival prediction models using multi-center genomic datasets with varying completeness.
- 2Implement masked self-attention and feature-availability masks in your transformer-based models for handling missing data.
- 3Incorporate variable-rate feature masking during training to improve model robustness to heterogeneous data.
- 4Reconsider strategies for utilizing partially observed patient cohorts in model development to enhance generalization.
- 5Collaborate with clinical teams to validate SHIFT's predictions and integrate it into precision oncology workflows.
Who benefits
Key takeaways
- SHIFT is a new model for survival prediction from incomplete and heterogeneous genomic data.
- It uses masked self-attention to predict directly from observed features without imputation.
- Variable-rate feature masking during training improves robustness to diverse missingness patterns.
- The model shows strong generalization across different patient cohorts, even with severe data mismatches.
Original post by Muhammet Sami Yavuz, Ayhan Can Erdur, Sabri Mustafa Kahya, Benedikt Wiestler, Jana Lipkova
"arXiv:2607.07725v1 Announce Type: new Abstract: Genomic prediction models often fail to transfer across institutions because sequencing panels differ across sites, creating structural feature missingness at deployment. Existing approaches to this challenge typically restrict anal…"
View on XOriginally posted by Muhammet Sami Yavuz, Ayhan Can Erdur, Sabri Mustafa Kahya, Benedikt Wiestler, Jana Lipkova on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Research
New Algorithm Learns AC^0 Circuits Under Correlated Distributions
Researchers present a quasipolynomial-time algorithm for learning constant-depth circuits (AC^0) under graphical models that allow efficient local sampling. This work extends prior guarantees by circumventing the polynomial-growth requirement, offering a framework applicable to two-spin systems on arbitrary bounded-degree graphs.
AI System Recommends Pathological Tests, Improving Diagnostic Efficiency
A new study introduces a pathological test recommendation system using Classifier Chain (CC) techniques to suggest diagnostic tests based on patient symptoms before physician consultation. The system, leveraging machine learning and Explainable AI (XAI), achieved high accuracy and provided clinically interpretable reasoning consistent with medical knowledge.
CASL-VAE Learns Latent Variables from Unpaired Data for Disease Analysis
Researchers introduce CASL-VAE, a deep contrastive latent variable model that learns structured latent generative factors from unpaired data to quantify population variability. It factorizes variation into common and hierarchical salient factors, enabling improved subtype recovery and paired-sample generation, validated on neuroimaging data for Alzheimer's disease.