Spatial proteomics prediction from routine H&E slides, generating 21-channel virtual multiplex immunofluorescence maps of the tumor microenvironment.
No providers recorded yet. Browse all providers
Multiplex immunofluorescence (mIF) shows which immune cells sit where inside a tumor, but it costs a dedicated staining run, a specialized scanner, and a tissue section that is often the only one left — so the assay is reserved for small cohorts while ordinary hematoxylin and eosin (H&E) slides accumulate by the million in hospital archives. GigaTIME-Flash reads the H&E slide instead: given a routine tile, it emits 21 channels of predicted protein expression — DAPI, CK, Ki67, CD3, CD8, CD68, PD-1, PD-L1 and thirteen more — as a spatial map registered to the original image.
The model was introduced in July 2026 by Microsoft Research with the University of Washington and Providence, alongside a sibling model, GigaPath-Flash, in the same preprint. It succeeds GigaTIME (Cell, 2026), which performed the same H&E-to-mIF translation with a 9M-parameter UNet++ convolutional network. GigaTIME-Flash keeps that task and training corpus and swaps the CNN backbone for a distilled 22M-parameter ViT-S tile encoder — the encoder shared with GigaPath-Flash, itself distilled from the billion-parameter ViT-g teacher of GigaPath. Task and data come from the GigaTIME line; only the backbone comes from the GigaPath line.
The substitution buys two things at once. Prediction quality improves, most clearly on tissue the model never saw, because a backbone pretrained on real-world clinical histopathology generalizes further than one fitted to the paired H&E/mIF corpus alone. And inference gets far cheaper — the point, when a slide holds thousands of tiles.
GigaTIME-Flash totals 23,806,559 parameters: a 12-layer ViT-S/16 encoder (384-dimensional, 6 heads) initialized from the distilled GigaPath-Flash checkpoint, plus a roughly 2M-parameter convolutional decoder. A 256x256 H&E tile becomes a 16x16 grid of patch tokens; block 12 seeds the decoder while skip features from blocks 4, 6 and 9 enter later U-Net stages through transposed-convolution projections, stepping 384 down to 24 channels before a final 1x1 convolution maps to the 21 mIF channels. Fine-tuning uses LoRA (rank 8, alpha 16) on the attention qkv and output projections with all other encoder weights frozen, over 300 epochs on an NVIDIA A100 node under a BCEDice loss.
Evaluation follows the original GigaTIME protocol: Pearson correlation over non-overlapping 8x8 pixel windows, roughly cell-sized, which limits sensitivity to registration error. On the in-distribution GigaTIME test set of 9,204 lung adenocarcinoma tiles, mean correlation rises from 0.311 to 0.331. On the out-of-distribution Providence tissue microarray cohorts — brain, breast, colon and lung — it rises from 0.163 to 0.208, the largest gain being brain at 0.198 to 0.268. The improvement is broad but not uniform: the CNN stays competitive on CD34, transgelin, actin and CD20. Per tile the model uses 14.9 GFLOPs against 69.1 for GigaTIME, scales from 60.3 to 1,679.2 tiles per second between batch size 1 and 128 where the CNN plateaus near 390, and peaks at 2.16 GB of GPU memory against 16.68 GB.
The immediate use is retrospective: running one checkpoint across an archive of diagnostic H&E slides to profile immune states in cohorts far larger than any mIF study could stain. That supports immuno-oncology research, biomarker exploration where spatial distribution matters more than bulk abundance, and stratification in tumor types for which multiplex data was never collected. The outputs are dense per-pixel maps, not slide-level scores, so existing image-analysis pipelines can quantify cell density, neighborhood statistics and marker co-localization.
GigaTIME-Flash shows that a distilled pathology foundation model can improve accuracy while cutting inference cost rather than trading one for the other, with the gain concentrated where fixed checkpoints usually fail: on unseen tissue. Its Apache-2.0 licensing is consequential in a subfield where several leading whole-slide models ship under non-commercial terms. The authors state the limits plainly: one LoRA configuration and a fixed 21-marker panel, cohorts with few independent patients, an in-silico correlation metric that establishes neither cell-level accuracy nor clinical utility, and absolute correlations on unseen tissue that remain low. This is a research release, explicitly not validated for diagnosis, prognosis, treatment selection or any other patient-care decision.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.