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 / mop-pathology
PathologyImaging
ShanghaiTech UniversityShanghai Jiao Tong UniversityShanghai Clinical Research and Trial CenterNanjing University of Information Science and TechnologyReleased March 2025

MoP

Pathology image restoration recovering all-in-focus histology from single defocused focal planes, guided by semantic, defocus, and edge prompts.

The short version

  • —Recovers all-in-focus histology patches from a single defocused focal plane
  • —Lets slide scanners skip multi-plane z-stack acquisition and the merging step
  • —Semantic, defocus, and edge prompts steer a mixture-of-experts restoration transformer
  • —Restored patches raise abnormal cervical cell classification AUC toward the sharp-scan ceiling
  • —Prompt generators transfer to a new scanner and tissue type without fine-tuning
14Openness0Citations
5GitHub stars

Where to run it

No providers recorded yet. Browse all providers

Whole-slide scanners produce all-in-focus images the slow way: they capture each field of view at many focal depths and fuse the stack. Tissue is not flat, so a single focal plane leaves parts of the slide blurred, and the multi-plane workaround costs scanning time on every slide a laboratory digitizes. Computational restoration offers the alternative — scan one plane, recover the rest — but generic deblurring networks struggle on histology, where the blur pattern varies across the field of view and the densely packed nuclear texture pathologists read is exactly the high-frequency content those networks smooth away.

MoP, from ShanghaiTech University with collaborators at Shanghai Jiao Tong University and Nanjing University of Information Science and Technology, addresses this with a two-stage cascade and a deliberately heterogeneous set of conditioning signals. A transformer stage, P-former, restores fidelity; a diffusion stage, P-diffusion, restores perceptual sharpness. Both are steered by a "mixture of prompts": a defocus prompt describing the microscope optics, a semantic prompt read out of a frozen pathology foundation model, and an edge prompt from Canny extraction that constrains fine tissue structure.

The prompt mixture is what distinguishes MoP from generic restoration. Defocus alone says how blurred a region is but nothing about what tissue it contains; the pathology embedding supplies that context, and the edge map keeps the diffusion stage from inventing structure. Because a blurred input yields a degraded semantic embedding, MoP first restores the prompt itself, mapping the low-quality embedding toward the one a sharp image would produce. The work is a preprint and has not yet been peer reviewed.

#Key Features

  • Two-stage fidelity and perception split: P-former is optimized for distortion metrics and P-diffusion for perceptual quality, and running them in sequence recovers high-frequency detail without the over-smoothing that single-stage networks produce.
  • Restored semantic prompt: The defocus prompt drives a restorer that pulls the blurred image's pathology embedding toward its sharp-image counterpart, so downstream stages are conditioned on clean semantics rather than degraded ones.
  • Prompt-gated mixture of experts: Inside P-former, the pathology prompt acts as the gate controller over three sub-experts per block, letting different tissue semantics route to specialized restoration paths.
  • Physics-grounded defocus estimation: A pretrained estimator predicts both distance from the optimal focal plane and the contrast transfer function value, giving the model an optical rather than purely statistical account of the degradation.
  • Diagnostically useful output: Restoration is evaluated not only on image metrics but on whether a downstream classifier can call abnormal cervical cells from the restored patches.

#Technical Details

P-former builds on a Restormer backbone, replacing its feed-forward blocks with a mixture-of-experts layer of three sub-experts gated by the input features concatenated with the pathology prompt. P-diffusion is built on ResShift and runs in four diffusion steps, with edge features fused into the conditioning path. Semantic prompts come from a frozen Prov-GigaPath encoder by default; substituting UNI or CONCH changes results marginally. Training used 100 histopathology slides from 100 patients covering multiple tissue types and organs, each scanned across 13 focal planes at 0.8 µm spacing, yielding 13,000 paired 256×256 patches, with 50 additional slides reserved to pretrain the defocus estimator. On the in-house test split, P-former reaches 29.14 dB PSNR and 0.8699 SSIM against Restormer's 28.85 and 0.8613, and the full cascade reaches 0.0735 LPIPS, the best perceptual score among all compared methods. On the public 3DHistech cervical cytopathology benchmark, where the defocus estimator and prompt restorer were transferred directly from the in-house data without fine-tuning, P-former reaches 33.68 dB PSNR and 0.903 SSIM and the cascade reaches 0.075 LPIPS, ahead of MPT+EFCR at 33.58, 0.887, and 0.119. Feeding restored patches to an abnormal-cell classifier lifts AUC from 90.90 on the raw defocused images to 96.58, approaching the 97.46 obtained from natively sharp scans.

#Applications

The immediate use is slide digitization: a scanner that captures one focal plane and restores the rest cuts acquisition time per slide, which matters most for laboratories digitizing at volume and for cytology specimens where cells sit at varying depths. The downstream classification result matters more than the image metrics, since it shows restoration recovering diagnostic content rather than merely pleasant-looking texture — relevant to anyone running automated screening over archival or single-plane scans whose quality they do not control.

#Impact

MoP demonstrates that pathology foundation model embeddings are useful as conditioning signals for low-level vision, not only as features for classification heads. Its ablations show the restored pathology prompt outperforming the raw low-quality embedding, the specific result that justifies the extra machinery. Only the scaffolding is public, though: the repository holds training code for the defocus encoder and the prompt restorer plus the curated abnormal-cell annotations for the 3DHistech test subset, while the README sections for training P-former and P-diffusion are empty and neither restoration model has code in the tree. No weights, no license, and no access to the in-house training slides accompany it.

At a glance

Released
March 2025
Category
Pathology
Organizations
ShanghaiTech University / Shanghai Jiao Tong University / Shanghai Clinical Research and Trial Center / Nanjing University of Information Science and Technology

Related models

  • HistDiST

    University of Tübingen

  • SAMPO-Path

    Fudan University

  • PixCell

    Stony Brook University / Argonne National Laboratory / University of Chicago / University of Utah

  • SPADE

    UCLA

  • NAFNet GAN for Bioimage Restoration

    Universidad Carlos III de Madrid

Links

GitHub RepositoryResearch Paper

Tags

diffusionhistologyimage_restorationmixture_of_expertstransformer

Something wrong?

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