CVMay 15, 2025

Advancing Multiple Instance Learning with Continual Learning for Whole Slide Imaging

arXiv:2505.10649v11 citationsh-index: 12CVPR
Originality Incremental advance
AI Analysis

This work addresses the need for adaptable diagnostic models in medical imaging, though it is incremental as it builds on existing MIL and continual learning methods.

The paper tackled the problem of catastrophic forgetting in multiple instance learning (MIL) models for whole slide imaging by analyzing attention layers and proposing Attention Knowledge Distillation and Pseudo-Bag Memory Pool, resulting in significant improvements in accuracy and memory efficiency on diverse datasets.

Advances in medical imaging and deep learning have propelled progress in whole slide image (WSI) analysis, with multiple instance learning (MIL) showing promise for efficient and accurate diagnostics. However, conventional MIL models often lack adaptability to evolving datasets, as they rely on static training that cannot incorporate new information without extensive retraining. Applying continual learning (CL) to MIL models is a possible solution, but often sees limited improvements. In this paper, we analyze CL in the context of attention MIL models and find that the model forgetting is mainly concentrated in the attention layers of the MIL model. Using the results of this analysis we propose two components for improving CL on MIL: Attention Knowledge Distillation (AKD) and the Pseudo-Bag Memory Pool (PMP). AKD mitigates catastrophic forgetting by focusing on retaining attention layer knowledge between learning sessions, while PMP reduces the memory footprint by selectively storing only the most informative patches, or ``pseudo-bags'' from WSIs. Experimental evaluations demonstrate that our method significantly improves both accuracy and memory efficiency on diverse WSI datasets, outperforming current state-of-the-art CL methods. This work provides a foundation for CL in large-scale, weakly annotated clinical datasets, paving the way for more adaptable and resilient diagnostic models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes