CVMar 8, 2024

Fine-tuning a Multiple Instance Learning Feature Extractor with Masked Context Modelling and Knowledge Distillation

arXiv:2403.05325v12 citationsh-index: 4ECCV Workshops
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient and effective feature extraction in medical imaging, specifically for pathologists analyzing whole slide images, though it is incremental as it builds on existing pre-training and distillation methods.

The paper tackled the problem of improving feature extractors for Multiple Instance Learning in Whole Slide Image classification by fine-tuning with masked context modeling and knowledge distillation, resulting in a single epoch of training increasing downstream performance and even outperforming the larger teacher model with reduced compute.

The first step in Multiple Instance Learning (MIL) algorithms for Whole Slide Image (WSI) classification consists of tiling the input image into smaller patches and computing their feature vectors produced by a pre-trained feature extractor model. Feature extractor models that were pre-trained with supervision on ImageNet have proven to transfer well to this domain, however, this pre-training task does not take into account that visual information in neighboring patches is highly correlated. Based on this observation, we propose to increase downstream MIL classification by fine-tuning the feature extractor model using \textit{Masked Context Modelling with Knowledge Distillation}. In this task, the feature extractor model is fine-tuned by predicting masked patches in a bigger context window. Since reconstructing the input image would require a powerful image generation model, and our goal is not to generate realistically looking image patches, we predict instead the feature vectors produced by a larger teacher network. A single epoch of the proposed task suffices to increase the downstream performance of the feature-extractor model when used in a MIL scenario, even capable of outperforming the downstream performance of the teacher model, while being considerably smaller and requiring a fraction of its compute.

Foundations

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

Your Notes