School of Engineering Medicine, Beihang University,
Beijing 100191, China
Dr. Yushan Zheng received his bachelor's, Master's and Doctor's degrees in 2012, 2015, and 2019 from Beihang University. Now he is an associate professor with School of Engineering medicine, Beihang University and is also with Remex Lab. His research interests include medical image processing, histopathological image retrieval, segmentation, normalization, digital pathology, deep learning, etc.
The project aims to develop approaches for histopathology whole slide image analysis based on deep learning methods. The applications help cancer screening, predictions for gene mutation, tumor biomarker status, response to targeted therapy, etc. This direction of research involves representation learning, weakly supervised whole slide image classification, multi-modal collaborative learning, etc. This research is supported by the National Natural Science Foundation of China, Beijing Natural Science Foundation, etc.
The project studies the methodology of content-based image retrieval for histopathology whole slide image databases. It helps pathologists understand a region of a histological image by searching for similar regions in a database containing diagnosed cases. This project involves research on feature extraction, hashing, and specific retrieval strategies for large-scale gigapixel image databases. This research is supported by the National Natural Science Foundation of China and the China Postdoctoral Science Foundation.
Histopathological image normalization, 2018-2019
This project studies color normalization or standardization methods for deep learning based whole slide image analysis. The goal of this project is to develop lightweight and meanwhile effective modules and online stain normalization, style transfer and domain adaptation applications for histopathology images on digital pathology platforms.
Featured Works
Adapting pathology foundation models for continual cross-center WSI retrieval
Xinyu Zhu, Zhiguo Jiang, Kun Wu, Jun Shi, Yushan Zheng*
The construction of medical centers is rapidly advancing, generating a vast amount of whole slide images (WSIs). Content-based histopathological image retrieval (CBHIR) unlocks the rich digital morphologic content of WSIs previously confined to glass slides. Foundation models trained on large-scale pathology data have shown remarkable generalization and transfer capabilities, providing a powerful basis for CBHIR. However, deploying pathology foundation models across different centers remains challenging due to cross-center domain shifts and continual data expansion, which can lead to feature drift during long-term model adaptation. To address these issues, we present a continual learning framework that adapts pathology foundation models for continual cross-center WSI retrieval (CCBHIR). Our framework aligns outputs of pre-trained pathology foundation models into a unified latent domain by generating instance-wise prompts that dynamically mitigate domain discrepancies. In addition, an embedding consistency replay mechanism enables stable and efficient feature rehearsal without rebuilding the entire index, thus preserving both forward and backward retrieval compatibility across centers. Evaluations on a large-scale continual retrieval dataset comprising 10,837 WSIs from TCGA projects demonstrate that our framework achieves superior intra-center and cross-center retrieval performance compared with state-of-the-art continual learning methods. This work provides an effective strategy for adapting pathology foundation models to real-world, multi-center deployment scenarios, bridging the gap between foundation model research and practical computational pathology applications. The code is available at https://github.com/OliverZXY/CCBHIR.
Histopathology-Genomics Multi-modal Structural Representation Learning for Data-Efficient Precision Oncology
Kun Wu, Zhiguo Jiang, Xinyu Zhu, Jun Shi, Yushan Zheng*
The Fourteenth International Conference on Learning Representations (ICLR), 2026
Fusing histopathology images and genomics data with deep learning has significantly advanced precision oncology. However, genomics data is often missing due to its high acquisition cost and complexity in real-world clinical scenarios. Existing solutions aim to reconstruct genomics data from histopathology images. Nevertheless, these methods typically relied only on individual cases and overlooked the potential relationships among cases. Additionally, they failed to take advantage of the authentic genomics data of diagnostically related cases that are accessible from training for inference. In this work, we propose a novel Multi-modal Structural Representation Learning (MSRL) framework for data-efficient precision oncology. We pre-train a histopathology-genomics multi-modal representation graph adopting Graph Structure Learning (GSL) to construct inter-case relevance based on the data inherently. During the fine-tuning stage, we dynamically capture structural relevance between the training cases and the acquired authentic cases for precise prediction. MSRL leverages prior inter-case associations and authentic genomics data from diagnosed cases based on the graph, which contributes to effective inference based on the single histopathology image modality. We evaluated MSRL on public TCGA datasets with 7,263 cases across various tasks, including survival prediction, cancer grading, and gene mutation prediction. The results demonstrate that MSRL significantly outperforms existing missing-genomics generation approaches with improvements of 1.44% to 3.12% in C-Index on survival prediction tasks and achieves comparable performance to multi-modal fusion methods.
Promptable Representation Distribution Learning and Data Augmentation for Gigapixel Histopathology WSI Analysis
Gigapixel image analysis, particularly for whole slide images (WSIs), often relies on multiple instance learning (MIL). Under the paradigm of MIL, patch image representations are extracted and then fixed during the training of the MIL classifiers for efficiency consideration. However, the invariance of representations makes it difficult to perform data augmentation for WSI-level model training, which significantly limits the performance of the downstream WSI analysis. The current data augmentation methods for gigapixel images either introduce additional computational costs or result in a loss of semantic information, which is hard to meet the requirements for efficiency and stability needed for WSI model training. In this paper, we propose a Promptable Representation Distribution Learning framework (PRDL) for both patch-level representation learning and WSI-level data augmentation. Meanwhile, we explore the use of prompts to guide data augmentation in feature space, which achieves promptable data augmentation for training robust WSI-level models. The experimental results have demonstrated that the proposed method stably outperforms state-of-the-art methods.
Histopathology language-image representation learning for fine-grained digital pathology cross-modal retrieval
Dingyi Hu, Zhiguo Jiang, Jun Shi, Fengying Xie, Kun Wu, Kunming Tang, Ming Cao, Jianguo Huai, and Yushan Zheng*
Fine-grained cross-modal retrieval (FGCR) for digital pathology plays a crucial role in diagnostic support systems, enabling targeted searches using detailed descriptive queries. However, current research on FGCR for histopathology images faces three main challenges: the domain gap between medical language and histopathology images, the lack of robust fine-grained feature representation, and the absence of a comprehensive dataset to support such analysis. In this paper, we present a novel medical language and image representation learning framework specifically designed for FGCR in digital pathology. Our approach addresses the domain gap through a novel Knowledge-guided Contrastive Learning (KCL) strategy for representation alignment between texts and images in the histopathology domain. We also introduce a Dual-transformer network that enhances multimodal feature learning by integrating both global context and local details from pathology images. To facilitate research in this area, we have created the BreaKHis Cross-Modal Retrieval (BKCMR) dataset, containing over 5,000 image-text pairs with detailed morphological descriptions created by pathologists. Extensive experiments demonstrate that our method significantly outperforms current state-of-the-art approaches in cross-modal retrieval tasks, achieving substantial improvements across all evaluation metrics. This research represents an important step toward enabling more precise and effective cross-modal searches in digital pathology, with potential applications in diagnostic assistance and educational platforms.
Kernel Attention Transformer for Histopathology Whole Slide Image Analysis and Assistant Cancer Diagnosis
Yushan Zheng, Jun Li, Jun Shi*, Fengying Xie, Jianguo Huai, Ming Cao, and Zhiguo Jiang*
Attention-based transformer networks have shown immense promise for enhancing feature representation by capturing token correlations. However, the standard transformer architecture may not fully exploit the complex contextual dependencies or spatial relationships present in histopathology whole slide image (WSI) patches. This paper introduces a kernel attention transformer (KAT) architecture designed specifically for histopathology WSI analysis. Unlike traditional transformers, our KAT network learns kernel-based attention patterns that offer more varied attention to effectively model the complex relationships in histopathology images. Specifically, we introduced a designed kernel structure to represent attention patterns, which significantly expands the representational capacity beyond what the traditional dot-product attention allows, while maintaining training efficiency. Further, to improve its computational efficiency on high-resolution histopathology WSIs, we developed a memory-token-based KAT classifier that efficiently models global dependencies across the entire slide while being computationally tractable. The proposed method was evaluated on four public histopathology WSI datasets for classification. Experimental results demonstrated that our method outperforms state-of-the-art approaches, achieving significantly better accuracy, particularly on the most challenging histopathology tasks.
Prediction of Epidermal Growth Factor Receptor Mutation Subtypes in Non--Small Cell Lung Cancer From Hematoxylin and Eosin--Stained Slides Using Deep Learning
Wanqiu Zhang#, Wei Wang#, Yao Xu#, Kun Wu#, Jun Shi, Ming Li, Zhengzhong Feng*, Yinhua Liu*, Yushan Zheng*, Haibo Wu*
Laboratory Investigation, 2024
Report-Guided Cross-Modal Representation Learning for Predicting EGFR Mutations by Whole Slide Image
Histopathological whole slide images (WSIs) are gigapixel images widely used in cancer diagnosis. Each WSI may include multiple diagnostically relevant regions, making them challenging to represent. Meanwhile, the spatial relationships between tissue regions are often diagnostically significant. This paper proposes a novel location-aware graph encoding network (LaGeNet) for representing histopathology WSIs that captures both region-wise feature representations and spatial relationships. Unlike existing multiple-instance learning (MIL) methods that focus solely on region features, our approach builds a location graph from region nodes with positional encoding and creates a diagnostic node for global feature learning. The model is trained end-to-end using a contrastive learning strategy to capture diagnostic similarities between WSIs. We evaluate our approach on five datasets from different organs, demonstrating superior performance in diagnostically-relevant region retrieval compared to state-of-the-art methods. Our LaGeNet framework provides an effective approach for encoding gigapixel histopathology images while preserving spatial information.
2021
Frequency-based convolutional neural network for efficient segmentation of histopathology whole slide images
Wei Luo, Yushan Zheng, Dingyi Hu, Jun Li, Chenghai Xue, and Zhiguo Jiang
International Conference on Image and Graphics (ICIG), 2021