AI Navigate

UNIStainNet: Foundation-Model-Guided Virtual Staining of H&E to IHC

arXiv cs.CV / 3/16/2026

📰 NewsTools & Practical UsageModels & Research

Key Points

  • UNIStainNet is a SPADE-UNet conditioned on dense spatial tokens from a frozen pathology foundation model (UNI), providing tissue-level semantic guidance for H&E-to-IHC stain translation.
  • It uses a misalignment-aware loss and learned stain embeddings to enable a single model to predict multiple IHC markers (HER2, Ki67, ER, PR) while preserving stain quantification accuracy.
  • On MIST, UNIStainNet achieves state-of-the-art distributional metrics for all four stains from one unified model, and it also performs best on the BCI dataset.
  • A tissue-type stratified failure analysis shows remaining errors are systematic and concentrated in non-tumor tissue, highlighting specific limitations.
  • Code is available on GitHub, enabling reproduction and practical usage.

Abstract

Virtual immunohistochemistry (IHC) staining from hematoxylin and eosin (H&E) images can accelerate diagnostics by providing preliminary molecular insight directly from routine sections, reducing the need for repeat sectioning when tissue is limited. Existing methods improve realism through contrastive objectives, prototype matching, or domain alignment, yet the generator itself receives no direct guidance from pathology foundation models. We present UNIStainNet, a SPADE-UNet conditioned on dense spatial tokens from a frozen pathology foundation model (UNI), providing tissue-level semantic guidance for stain translation. A misalignment-aware loss suite preserves stain quantification accuracy, and learned stain embeddings enable a single model to serve multiple IHC markers simultaneously. On MIST, UNIStainNet achieves state-of-the-art distributional metrics on all four stains (HER2, Ki67, ER, PR) from a single unified model, where prior methods typically train separate per-stain models. On BCI, it also achieves the best distributional metrics. A tissue-type stratified failure analysis reveals that remaining errors are systematic, concentrating in non-tumor tissue. Code is available at https://github.com/facevoid/UNIStainNet.