A pathology tile encoder fine-tuned from Midnight-12k so its features track tissue morphology rather than the scanner and lab behind the slide.
No providers recorded yet. Browse all providers
PathoROB scores a pathology encoder by how far biological structure dominates medical-center signature in the neighborhoods of its feature space, on a scale where 1 means biology wins outright. On the benchmark's Camelyon cohort — sentinel lymph-node tiles from breast cancer patients across five Dutch medical centers digitized on three different scanners — Midnight-12k scores 0.478: in one of computational pathology's most data-efficient encoders, which laboratory produced the image competes with the tissue on nearly equal terms. Mascaret is that same encoder after a fine-tuning step that lifts the figure to 0.907, with no new pretraining corpus and none of those five centers present in the fine-tuning data.
Mascaret was released in July 2026 by Waiv, the Paris diagnostics company spun out of Owkin, alongside a preprint from Alexandre Filiot, Oskar Thaeter, Benoît Schmauch and Lionel Guillou. The paper is a method paper: one model-agnostic fine-tuning recipe applied uniformly to ten pathology foundation models, every one of which gains on both robustness and downstream performance. Two of the ten fine-tuned checkpoints were released — Mascaret, from kaiko.ai's Midnight-12k, and Phaet, from Phikon-v2.
Mascaret is therefore not an independently pretrained foundation model. It inherits Midnight-12k's architecture, pretraining corpus, input resolution and embedding dimension; its contribution is invariance to scanner and staining variability baked into the weights. The recipe leaves it the most robust encoder in the study's table, and second on average downstream performance behind UNI2-h.
Mascaret carries Midnight-12k's 1.14 billion parameters and its ViT-g/14 backbone, initialized from DINOv2-giant and pretrained by kaiko.ai with self-supervision on roughly 12,000 public TCGA whole-slide images. The preprint characterizes the fine-tuning step as lightweight and label-free, and reports its effects in detail, but does not specify the procedure; no training code has been released. Fine-tuning ran on IDRIS resources allocated by GENCI and on EuroHPC's MareNostrum 5 at the Barcelona Supercomputing Center.
Across PathoROB's three datasets the robustness index rises from 0.858 to 0.893 on TCGA, from 0.478 to 0.907 on Camelyon and from 0.941 to 0.972 on Tolkach ESCA, averaging 0.924 against the base model's 0.759 — the highest among the paper's twenty base and fine-tuned encoders. Downstream, the mean HEST gene-expression Pearson correlation improves from 0.3952 to 0.4167, one of the study's largest gains; the THUNDER rank sum drops from 70 to 34, with linear probing at 84.6 and segmentation at 67.6 but few-shot classification slipping from 76.2 to 75.2; and the Patho-Bench grand average reaches 58.0. The released checkpoint returns a 1536-dimensional pooled embedding, or the full 257-token sequence when patch-level features are needed.
Mascaret is a frozen tile encoder for computational pathology: embed H&E patches, aggregate with attention-based multiple-instance learning or mean pooling, and fit a light head for biomarker prediction, subtyping, grading, spatial gene expression or survival modeling. It is aimed at cohorts assembled across laboratories, where scanner and staining differences would otherwise leak into the features and be learned as shortcuts by whatever classifier sits on top.
The result reframes acquisition robustness as something repairable after pretraining rather than bought with scale, and Mascaret is the clearest demonstration: a mid-pack encoder on the robustness leaderboard becomes the most robust one without a single additional pretraining slide. Three limits stand. The PathoROB index is a feature-space proxy rather than a direct measure of downstream performance under domain shift on a clinical task; the fine-tuning recipe is described but not specified, and neither training code nor the fine-tuning corpus is public; and where Midnight-12k is distributed under MIT, Mascaret's weights are gated behind manual approval under a Waiv custom license limiting use to non-commercial academic research. The model has not been reviewed or approved by any regulatory body for diagnostic use.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.