CVSep 11, 2023

On the detection of Out-Of-Distribution samples in Multiple Instance Learning

arXiv:2309.05528v2h-index: 37Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of reliable OOD detection for real-world machine learning deployments in weakly supervised contexts, though it is incremental as it adapts existing methods.

The paper tackled the problem of out-of-distribution detection in Multiple Instance Learning, a weakly supervised setting, by adapting post-hoc methods and introducing a new benchmark, finding that KNN performed best overall but with significant shortcomings on some datasets.

The deployment of machine learning solutions in real-world scenarios often involves addressing the challenge of out-of-distribution (OOD) detection. While significant efforts have been devoted to OOD detection in classical supervised settings, the context of weakly supervised learning, particularly the Multiple Instance Learning (MIL) framework, remains under-explored. In this study, we tackle this challenge by adapting post-hoc OOD detection methods to the MIL setting while introducing a novel benchmark specifically designed to assess OOD detection performance in weakly supervised scenarios. Across extensive experiments based on diverse public datasets, KNN emerges as the best-performing method overall. However, it exhibits significant shortcomings on some datasets, emphasizing the complexity of this under-explored and challenging topic. Our findings shed light on the complex nature of OOD detection under the MIL framework, emphasizing the importance of developing novel, robust, and reliable methods that can generalize effectively in a weakly supervised context. The code for the paper is available here: https://github.com/loic-lb/OOD_MIL.

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