CVFeb 27, 2021

PRISM: A Rich Class of Parameterized Submodular Information Measures for Guided Subset Selection

arXiv:2103.00128v368 citations
AI Analysis

This work addresses the need for efficient subset selection in large datasets for applications such as improving model performance on rare classes and summarizing data with user intent, representing an incremental advancement in submodular optimization.

The paper tackles the problem of guided subset selection for tasks like targeted learning and guided summarization by introducing PRISM, a class of parameterized submodular information measures, and demonstrates its superiority over state-of-the-art methods in experiments on diverse datasets.

With ever-increasing dataset sizes, subset selection techniques are becoming increasingly important for a plethora of tasks. It is often necessary to guide the subset selection to achieve certain desiderata, which includes focusing or targeting certain data points, while avoiding others. Examples of such problems include: i)targeted learning, where the goal is to find subsets with rare classes or rare attributes on which the model is underperforming, and ii)guided summarization, where data (e.g., image collection, text, document or video) is summarized for quicker human consumption with specific additional user intent. Motivated by such applications, we present PRISM, a rich class of PaRameterIzed Submodular information Measures. Through novel functions and their parameterizations, PRISM offers a variety of modeling capabilities that enable a trade-off between desired qualities of a subset like diversity or representation and similarity/dissimilarity with a set of data points. We demonstrate how PRISM can be applied to the two real-world problems mentioned above, which require guided subset selection. In doing so, we show that PRISM interestingly generalizes some past work, therein reinforcing its broad utility. Through extensive experiments on diverse datasets, we demonstrate the superiority of PRISM over the state-of-the-art in targeted learning and in guided image-collection summarization

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