DUET: Dual-Paradigm Adaptive Expert Triage with Single-cell Inductive Prior for Spatial Transcriptomics Prediction
Summary
DUET is a novel dual-paradigm framework designed to infer spatially resolved gene expression from histology images, offering a cost-effective alternative to spatial transcriptomics (ST). It addresses limitations of existing methods, which often reduce the task to simple morphology-to-expression mapping and fail to incorporate large-scale single-cell RNA sequencing (scRNA-seq) data. DUET integrates parametric prediction (regression) and memory-based retrieval under cellular inductive priors, adaptively reconciling their outputs. By leveraging millions of scRNA-seq cells, DUET imposes molecular states as biological constraints, mitigating aleatoric vision ambiguity. A lightweight adapter dynamically assigns branch preference across spatial contexts for optimal performance. Extensive experiments on three public datasets (HER2, Breast Cancer, Kidney) across varied gene scales (100, 300, 500 high-variance genes) demonstrate that DUET achieves state-of-the-art performance, with consistent gains from each component.
Key takeaway
For AI Scientists and Machine Learning Engineers developing spatial transcriptomics prediction models, DUET's dual-paradigm approach offers a robust solution to overcome limitations of monolithic methods. You should consider integrating large-scale single-cell references to impose biological constraints and implement an adaptive fusion mechanism to balance expressive flexibility with biological fidelity, potentially improving prediction accuracy and reliability in real-world clinical scenarios.
Key insights
DUET unifies regression and retrieval with single-cell priors for robust spatial gene expression prediction from histology.
Principles
- Morphological similarity does not guarantee molecular consistency.
- Adaptive fusion of paradigms balances flexibility and reliability.
- Large-scale single-cell data provides crucial biological constraints.
Method
DUET constructs cellular inductive priors from scRNA-seq, performs cell-aware gating retrieval, and uses a dynamic soft consistency loss for regression. An adaptive expert triage module then fuses predictions via a lightweight MLP.
In practice
- Utilize scRNA-seq data for cell-type deconvolution.
- Employ a dual regression-retrieval architecture.
- Implement adaptive fusion for pathway preference.
Topics
- DUET Framework
- Spatial Transcriptomics
- Gene Expression Prediction
- Cellular Inductive Prior
- Adaptive Expert Triage
Code references
Best for: AI Scientist, Research Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.