MLLGMar 7, 2018

A bag-to-class divergence approach to multiple-instance learning

arXiv:1803.02782v21 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for multi-instance learning researchers, focusing on classification tasks with sparse data.

The paper tackles the problem of sparse training sets in multi-instance learning by introducing bag-to-class divergence, which leverages probability distributions to classify bags, resulting in a method that addresses the limitations of bag-to-bag approaches.

In multi-instance (MI) learning, each object (bag) consists of multiple feature vectors (instances), and is most commonly regarded as a set of points in a multidimensional space. A different viewpoint is that the instances are realisations of random vectors with corresponding probability distribution, and that a bag is the distribution, not the realisations. In MI classification, each bag in the training set has a class label, but the instances are unlabelled. By introducing the probability distribution space to bag-level classification problems, dissimilarities between probability distributions (divergences) can be applied. The bag-to-bag Kullback-Leibler information is asymptotically the best classifier, but the typical sparseness of MI training sets is an obstacle. We introduce bag-to-class divergence to MI learning, emphasising the hierarchical nature of the random vectors that makes bags from the same class different. We propose two properties for bag-to-class divergences, and an additional property for sparse training sets.

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