LGMLOct 26, 2018

Learning and Interpreting Multi-Multi-Instance Learning Networks

arXiv:1810.11514v424 citations
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable models in scenarios like text and image classification or graph-based learning, though it is incremental as it extends existing multi-instance learning.

The paper tackles the problem of learning from nested bags of instances (e.g., documents as bags of sentences, which are bags of words) by introducing a multi-multi instance learning framework with a bag-layer neural network, achieving competitive accuracy in text classification, citation graphs, and social graph data compared to methods like convolutional networks on graphs.

We introduce an extension of the multi-instance learning problem where examples are organized as nested bags of instances (e.g., a document could be represented as a bag of sentences, which in turn are bags of words). This framework can be useful in various scenarios, such as text and image classification, but also supervised learning over graphs. As a further advantage, multi-multi instance learning enables a particular way of interpreting predictions and the decision function. Our approach is based on a special neural network layer, called bag-layer, whose units aggregate bags of inputs of arbitrary size. We prove theoretically that the associated class of functions contains all Boolean functions over sets of sets of instances and we provide empirical evidence that functions of this kind can be actually learned on semi-synthetic datasets. We finally present experiments on text classification, on citation graphs, and social graph data, which show that our model obtains competitive results with respect to accuracy when compared to other approaches such as convolutional networks on graphs, while at the same time it supports a general approach to interpret the learnt model, as well as explain individual predictions.

Foundations

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

Your Notes