English

Momentum Memory for Knowledge Distillation in Computational Pathology

Computer Vision and Pattern Recognition 2026-03-25 v3

Abstract

Multimodal learning that integrates genomics and histopathology has shown strong potential in cancer diagnosis, yet its clinical translation is hindered by the limited availability of paired histology-genomics data. Knowledge distillation (KD) offers a practical solution by transferring genomic supervision into histopathology models, enabling accurate inference using histology alone. However, existing KD methods rely on batch-local alignment, which introduces instability due to limited within-batch comparisons and ultimately degrades performance. To address these limitations, we propose Momentum Memory Knowledge Distillation (MoMKD), a cross-modal distillation framework driven by a momentum-updated memory. This memory aggregates genomic and histopathology information across batches, effectively enlarging the supervisory context available to each mini-batch. Furthermore, we decouple the gradients of the genomics and histology branches, preventing genomic signals from dominating histology feature learning during training and eliminating the modality-gap issue at inference time. Extensive experiments on the TCGA-BRCA benchmark (HER2, PR, and ODX classification tasks) and an independent in-house testing dataset demonstrate that MoMKD consistently outperforms state-of-the-art MIL and multimodal KD baselines, delivering strong performance and generalization under histology-only inference. Overall, MoMKD establishes a robust and generalizable knowledge distillation paradigm for computational pathology.

Keywords

Cite

@article{arxiv.2602.21395,
  title  = {Momentum Memory for Knowledge Distillation in Computational Pathology},
  author = {Yongxin Guo and Hao Lu and Onur C. Koyun and Zhengjie Zhu and Muhammet Fatih Demir and Metin Nafi Gurcan},
  journal= {arXiv preprint arXiv:2602.21395},
  year   = {2026}
}

Comments

Accepted by CVPR 2026. Code: https://github.com/CAIR-LAB-WFUSM/MoMKD

R2 v1 2026-07-01T10:50:47.463Z