bio.rodeo
ModelsOrganizationsProvidersLeaderboardAboutSign in
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsProvidersLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
models / pathology / ibot-synth-hybrid
Pathology
UCLAReleased April 2025

iBOT-Synth / iBOT-Hybrid

Histopathology encoders pretrained on prototype-guided synthetic H&E patches, matching UNI and Prov-GigaPath with 60-760x less training data.

21Openness

Where to run it

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 and iBOT-Hybrid are two ViT-Base encoders from a UCLA group that test exactly that. 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. iBOT-Synth is pretrained from scratch, with the iBOT self-supervised objective, on 1,734,000 entirely synthetic patches. iBOT-Hybrid doubles the corpus to 3,468,000 by adding an equal number of real TCGA patches.

Evaluated as frozen feature extractors across eight external downstream tasks, both encoders sit alongside UNI, CONCH, and Prov-GigaPath — and beat them outright on the prognostic tasks — 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 prototype-guided diffusion model that generates the training data is a method component of the paper, not a named or released artifact; the two encoders are.

#Key Features

  • Prototype-guided synthesis: Classifier guidance over 578 unsupervised morphological prototypes steers the diffusion sampler toward biologically coherent tissue rather than generic texture, giving the corpus explicit coverage of 32 cancer types.
  • Two encoders, one recipe: iBOT-Synth isolates what purely synthetic pretraining can achieve; iBOT-Hybrid measures what real data still adds when mixed 1:1 with synthetic patches.
  • Frozen-feature evaluation: Neither encoder is fine-tuned downstream. All results come from training a lightweight attention-based MIL head on frozen features, the protocol used to benchmark the large pathology foundation models.
  • Data efficiency as the headline result: Competitive subtyping and superior prognostic performance from under 3.5 million patches challenges the assumption that pathology foundation models need hundred-million-tile corpora.
  • Reduced dependence on patient data: Because the corpus is generated rather than collected, pretraining scale becomes reachable where millions of real clinical slides are not.

#Technical Details

Both models are ViT-Base backbones (86M parameters) trained with iBOT 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, iBOT-Hybrid 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). The prognostic results are stronger still: on prostate biochemical recurrence, iBOT-Synth and iBOT-Hybrid reach c-indices of 0.700 and 0.704 against 0.632 for UNI, 0.664 for Prov-GigaPath, and 0.603 for CONCH, and iBOT-Hybrid leads lung survival at 0.636. Significance was assessed by Wilcoxon signed-rank tests for subtyping and DeLong's test for survival.

#Applications

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: prototype-guided generation gives groups with modest slide archives a way to build pretraining corpora at foundation-model scale, and gives institutions a synthetic surrogate they can share where the patient slides themselves cannot be.

#Impact

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 the prognostic results are its most striking evidence. Two constraints bound its reach. The paper contains no code, weights, or data-availability statement, so neither encoder nor the synthetic corpus can currently 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.

At a glance

Parameters
86 Million
Released
April 2025
Category
Pathology
Organization
UCLA

Links

Research Paper

Tags

cancer_subtypingdiffusionfoundation_modelhistologyself_supervisedsurvival_predictionvision_transformer

Something wrong?

Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.