Histopathology encoder pretrained on synthetic H&E patches mixed 1:1 with real TCGA tiles, outperforming UNI on lung and lymph node subtyping.
No providers recorded yet. Browse all providers
Pathology foundation models have scaled by adding slides — UNI on more than 100 million H&E tiles, Prov-GigaPath on 1.3 billion — and every tile comes from a real patient, with the consent and access constraints that implies.
iBOT-Hybrid, a ViT-Base encoder from a UCLA group, is the practical half of a two-model experiment testing how much of that scale is really necessary. It is pretrained on 3,468,000 patches: 1,734,000 generated by a prototype-guided latent diffusion model, mixed one-to-one with an equal number of real TCGA patches. Its companion iBOT-Synth trains on the synthetic half alone, and comparing the two is how the paper measures what real data still adds once synthetic coverage is in place.
The synthetic component comes from distilling the morphological space of TCGA into 578 histological prototypes — k-means centroids over patch embeddings within each of 32 organ-specific cancer subsets — and training a latent diffusion model with classifier guidance on them, so sampling produces diagnostically meaningful patches rather than merely photorealistic ones. Evaluated as a frozen feature extractor across eight external tasks, this encoder matches or beats UNI, CONCH, and Prov-GigaPath despite roughly 60× to 760× less training data. The work was posted to arXiv in April 2025 and presented at a CVPR 2025 workshop.
The backbone is a ViT-Base (86M parameters) trained with the iBOT self-supervised objective on 224×224×3 patches. Synthetic data comes from a two-stage latent diffusion model — autoencoder compression, then diffusion training — with a classifier trained on the latents to score prototype membership; a guidance scale controls how strongly that classifier steers the reverse process. Prototype count per organ was set by the elbow method on within-cluster sum of squares, yielding 578 prototypes, and 3,000 patches were sampled from each. Generated images reach an FID of 0.12.
Downstream evaluation uses ABMIL probing (2-layer MLP with 256 or 512 hidden units, gated attention, 0.25 dropout; AdamW, learning rate 1×10⁻⁴, weight decay 1×10⁻⁵, 20 epochs with early stopping) under patient-level 70:10:20 splits. Across five subtyping tasks this encoder reaches AUC 0.974 on PLCO lung, 0.965 on Camelyon lymph nodes, 0.972 on UBC-OCEAN ovarian, 0.929 on PANDA prostate, and 0.785 on PLCO breast — significantly outperforming UNI on lung (p=0.016) and lymph nodes (p<0.01), and beating Prov-GigaPath on prostate by a wide margin (0.725). Prognostically it reaches a c-index of 0.704 on prostate biochemical recurrence and leads lung survival at 0.636. Significance was assessed by Wilcoxon signed-rank tests for subtyping and DeLong's test for survival.
The immediate use is as a drop-in frozen feature extractor for slide-level tasks — cancer subtyping, survival modeling, biomarker prediction — in the slot a lab would otherwise fill with UNI or Prov-GigaPath. Of the two encoders this is the stronger general-purpose choice, since the added real data buys subtyping accuracy without costing prognostic performance. The recipe suits groups holding a modest slide archive: synthetic generation amplifies what they have rather than requiring what they do not.
Read against its fully synthetic sibling, this model quantifies what real data still contributes once prototype-guided synthesis has covered the morphological space — a small but consistent subtyping gain, and essentially no prognostic difference. That is a more useful finding than either model alone would give, and a counterweight to pure-scale arguments in pathology self-supervised learning. Two constraints bound its reach. The paper contains no code, weights, or data-availability statement, so neither the encoder nor the synthetic corpus can be obtained or independently reproduced. And the prototype vocabulary derives entirely from TCGA, leaving coverage of rare morphologies and of outside staining and scanner variation unestablished; one of the eight benchmarks, prostate biochemical recurrence, also uses a private UCLA cohort.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.