🤖 AI Summary
This work proposes UNIStainNet, a method that directly generates multiple virtual immunohistochemistry (IHC) stains from routine H&E slides to reduce redundant tissue sectioning and accelerate diagnosis under tissue-limited conditions. Leveraging spatial semantic tokens extracted from the frozen foundation pathology model UNI, the approach employs a conditional SPADE-UNet architecture for unified multi-marker synthesis. Staining fidelity and specificity are enhanced through a misalignment-aware loss and learnable stain embeddings. Notably, this study is the first to integrate dense semantic representations from a pathology foundation model into virtual staining, enabling a single model to support diverse IHC markers—including HER2, Ki67, ER, and PR—while outperforming specialized models that require independent training on both the MIST and BCI datasets.
📝 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.