Multiple Instance Learning

233 papers with code • 0 benchmarks • 8 datasets

Multiple Instance Learning is a type of weakly supervised learning algorithm where training data is arranged in bags, where each bag contains a set of instances $X=\{x_1,x_2, \ldots,x_M\}$, and there is one single label $Y$ per bag, $Y\in\{0, 1\}$ in the case of a binary classification problem. It is assumed that individual labels $y_1, y_2,\ldots, y_M$ exist for the instances within a bag, but they are unknown during training. In the standard Multiple Instance assumption, a bag is considered negative if all its instances are negative. On the other hand, a bag is positive, if at least one instance in the bag is positive.

Source: Monte-Carlo Sampling applied to Multiple Instance Learning for Histological Image Classification

Libraries

Use these libraries to find Multiple Instance Learning models and implementations

Latest papers with no code

Integrating multiscale topology in digital pathology with pyramidal graph convolutional networks

no code yet • 22 Mar 2024

The architecture's unique configuration allows for the concurrent modeling of structural patterns at lower magnifications and detailed cellular features at higher ones, while also quantifying the contribution of each magnification level to the prediction.

Towards Efficient Information Fusion: Concentric Dual Fusion Attention Based Multiple Instance Learning for Whole Slide Images

no code yet • 21 Mar 2024

In the realm of digital pathology, multi-magnification Multiple Instance Learning (multi-mag MIL) has proven effective in leveraging the hierarchical structure of Whole Slide Images (WSIs) to reduce information loss and redundant data.

Prompt-Guided Adaptive Model Transformation for Whole Slide Image Classification

no code yet • 19 Mar 2024

To address this issue, we propose PAMT, a novel Prompt-guided Adaptive Model Transformation framework that enhances MIL classification performance by seamlessly adapting pre-trained models to the specific characteristics of histopathology data.

Siamese Learning with Joint Alignment and Regression for Weakly-Supervised Video Paragraph Grounding

no code yet • 18 Mar 2024

Different from previous weakly-supervised grounding frameworks based on multiple instance learning or reconstruction learning for two-stage candidate ranking, we propose a novel siamese learning framework that jointly learns the cross-modal feature alignment and temporal coordinate regression without timestamp labels to achieve concise one-stage localization for WSVPG.

RetMIL: Retentive Multiple Instance Learning for Histopathological Whole Slide Image Classification

no code yet • 16 Mar 2024

At the local level, the WSI sequence is divided into multiple subsequences.

PathM3: A Multimodal Multi-Task Multiple Instance Learning Framework for Whole Slide Image Classification and Captioning

no code yet • 13 Mar 2024

In the field of computational histopathology, both whole slide images (WSIs) and diagnostic captions provide valuable insights for making diagnostic decisions.

Semi-Supervised Multimodal Multi-Instance Learning for Aortic Stenosis Diagnosis

no code yet • 9 Mar 2024

However, existing deep learning pipelines for assessing AS from echocardiograms have two key limitations.

Self-Supervised Multiple Instance Learning for Acute Myeloid Leukemia Classification

no code yet • 8 Mar 2024

Automated disease diagnosis using medical image analysis relies on deep learning, often requiring large labeled datasets for supervised model training.

Multiple Instance Learning with random sampling for Whole Slide Image Classification

no code yet • 8 Mar 2024

In computational pathology, random sampling of patches during training of Multiple Instance Learning (MIL) methods is computationally efficient and serves as a regularization strategy.

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

no code yet • 8 Mar 2024

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.