Multiple Instance Learning
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
Papers
Showing 226–250 of 744 papers
Benchmark Results
| # | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| 1 | Snuffy (DINO Exhaustive) | AUC | 0.99 | — | Unverified |
| 2 | Snuffy (SimCLR Exhaustive) | AUC | 0.97 | — | Unverified |
| 3 | CAMIL | AUC | 0.96 | — | Unverified |
| 4 | CAMIL (CAMIL-L) | AUC | 0.95 | — | Unverified |
| 5 | CAMIL (CAMIL-G) | AUC | 0.95 | — | Unverified |
| 6 | DTFD-MIL (AFS) | AUC | 0.95 | — | Unverified |
| 7 | DTFD-MIL (MAS) | AUC | 0.95 | — | Unverified |
| 8 | DTFD-MIL (MaxMinS) | AUC | 0.94 | — | Unverified |
| 9 | TransMIL | AUC | 0.93 | — | Unverified |
| 10 | DSMIL-LC | AUC | 0.92 | — | Unverified |
| # | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| 1 | DTFD-MIL (MAS) | AUC | 0.96 | — | Unverified |
| 2 | DTFD-MIL (AFS) | ACC | 0.95 | — | Unverified |
| 3 | Snuffy (SimCLR Exhaustive) | ACC | 0.95 | — | Unverified |
| 4 | DSMIL-LC | ACC | 0.93 | — | Unverified |
| 5 | DSMIL | ACC | 0.92 | — | Unverified |
| 6 | DTFD-MIL (MaxMinS) | ACC | 0.89 | — | Unverified |
| 7 | TransMIL | ACC | 0.88 | — | Unverified |
| 8 | DTFD-MIL (MaxS) | ACC | 0.87 | — | Unverified |