CVAIIVMLApr 21, 2025

How Effective Can Dropout Be in Multiple Instance Learning ?

arXiv:2504.14783v27 citationsh-index: 10Has CodeICML
Originality Highly original
AI Analysis

This work addresses a domain-specific issue in MIL for medical imaging, offering an incremental improvement by adapting dropout to mitigate noise and enhance model robustness.

The paper tackles the problem of noisy feature embeddings and weak supervision in Multiple Instance Learning (MIL), particularly for histological whole slide image classification, by proposing MIL-Dropout, a method that drops top-k important instances to improve performance and generalization, achieving boosted results on benchmark datasets with negligible computational cost.

Multiple Instance Learning (MIL) is a popular weakly-supervised method for various applications, with a particular interest in histological whole slide image (WSI) classification. Due to the gigapixel resolution of WSI, applications of MIL in WSI typically necessitate a two-stage training scheme: first, extract features from the pre-trained backbone and then perform MIL aggregation. However, it is well-known that this suboptimal training scheme suffers from "noisy" feature embeddings from the backbone and inherent weak supervision, hindering MIL from learning rich and generalizable features. However, the most commonly used technique (i.e., dropout) for mitigating this issue has yet to be explored in MIL. In this paper, we empirically explore how effective the dropout can be in MIL. Interestingly, we observe that dropping the top-k most important instances within a bag leads to better performance and generalization even under noise attack. Based on this key observation, we propose a novel MIL-specific dropout method, termed MIL-Dropout, which systematically determines which instances to drop. Experiments on five MIL benchmark datasets and two WSI datasets demonstrate that MIL-Dropout boosts the performance of current MIL methods with a negligible computational cost. The code is available at https://github.com/ChongQingNoSubway/MILDropout.

Code Implementations1 repo
Foundations

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

Your Notes