CVAILGApr 26, 2021

Less is more: Selecting informative and diverse subsets with balancing constraints

arXiv:2104.12835v26 citations
Originality Highly original
AI Analysis

This work addresses the challenge of reducing computation and labeling effort in deep learning, which is an incremental improvement over prior subset selection methods.

The paper tackles the problem of high resource costs in deep learning by selecting informative and diverse data subsets, showing that models trained on these subsets achieve similar performance to those trained on full datasets, with results demonstrated on CIFAR-10, CIFAR-100, ImageNet, and CIFAR-100-LT.

Deep learning has yielded extraordinary results in vision and natural language processing, but this achievement comes at a cost. Most models require enormous resources during training, both in terms of computation and in human labeling effort. We show that we can identify informative and diverse subsets of data that lead to deep learning models with similar performance as the ones trained with the original dataset. Prior methods have exploited diversity and uncertainty in submodular objective functions for choosing subsets. In addition to these measures, we show that balancing constraints on predicted class labels and decision boundaries are beneficial. We propose a novel formulation of these constraints using matroids, an algebraic structure that generalizes linear independence in vector spaces, and present an efficient greedy algorithm with constant approximation guarantees. We outperform competing baselines on standard classification datasets such as CIFAR-10, CIFAR-100, ImageNet, as well as long-tailed datasets such as CIFAR-100-LT.

Foundations

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

Your Notes