Histopathology encoder pretrained entirely on prototype-guided synthetic H&E patches, matching models trained on 60-760x more real patient tiles.
No providers recorded yet. Browse all providers
Pathology foundation models have scaled the way vision models usually do — by adding slides. UNI was pretrained on more than 100 million H&E tiles, Prov-GigaPath on 1.3 billion. That costs more than compute: every tile comes from a real patient, with the consent, privacy, and institutional-access constraints that implies. Much less clear is how much of the resulting performance depends on the volume of real data, rather than on the diversity of morphology that volume happens to contain.
iBOT-Synth, a ViT-Base encoder from a UCLA group, is the clean test of that question: it is pretrained on 1,734,000 patches that are entirely synthetic, with no real patient tile in the corpus at all. The team first distilled the morphological space of TCGA into 578 histological prototypes — k-means centroids over patch embeddings within each of 32 organ-specific cancer subsets — then trained a latent diffusion model with classifier guidance on those prototypes, so sampling produces patches that are diagnostically meaningful rather than merely photorealistic.
Its companion iBOT-Hybrid adds an equal quantity of real TCGA patches to the same corpus, and the difference between the two is the paper's measurement of what real data still contributes. Evaluated as a frozen feature extractor across eight external downstream tasks, this encoder sits alongside UNI, CONCH, and Prov-GigaPath — and beats them outright on prognosis — despite training on roughly 60× to 760× less 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. The prototype-guided diffusion model is a method component of the paper, not a named or released artifact.
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. The headline result is prognostic: on prostate biochemical recurrence this encoder reaches a c-index of 0.700, against 0.632 for UNI, 0.664 for Prov-GigaPath, and 0.603 for CONCH. 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. The broader application is methodological: because this model never touched a patient tile, the recipe gives groups with no slide archive at all a path to foundation-model-scale pretraining, and gives institutions a synthetic surrogate they can share where the patient slides themselves cannot be.
The central claim — that targeted synthetic data can substitute for two to three orders of magnitude more real data in pathology self-supervised learning — is a counterweight to pure-scale arguments, and this fully synthetic model is the version of the claim with nothing hedged. 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.