English

ProtoBandit: Efficient Prototype Selection via Multi-Armed Bandits

Machine Learning 2023-08-24 v4 Artificial Intelligence Machine Learning

Abstract

In this work, we propose a multi-armed bandit-based framework for identifying a compact set of informative data instances (i.e., the prototypes) from a source dataset SS that best represents a given target set TT. Prototypical examples of a given dataset offer interpretable insights into the underlying data distribution and assist in example-based reasoning, thereby influencing every sphere of human decision-making. Current state-of-the-art prototype selection approaches require O(ST)O(|S||T|) similarity comparisons between source and target data points, which becomes prohibitively expensive for large-scale settings. We propose to mitigate this limitation by employing stochastic greedy search in the space of prototypical examples and multi-armed bandits for reducing the number of similarity comparisons. Our randomized algorithm, ProtoBandit, identifies a set of kk prototypes incurring O(k3S)O(k^3|S|) similarity comparisons, which is independent of the size of the target set. An interesting outcome of our analysis is for the kk-medoids clustering problem T=ST = S setting) in which we show that our algorithm ProtoBandit approximates the BUILD step solution of the partitioning around medoids (PAM) method in O(k3S)O(k^3|S|) complexity. Empirically, we observe that ProtoBandit reduces the number of similarity computation calls by several orders of magnitudes (1001000100-1000 times) while obtaining solutions similar in quality to those from state-of-the-art approaches.

Keywords

Cite

@article{arxiv.2210.01860,
  title  = {ProtoBandit: Efficient Prototype Selection via Multi-Armed Bandits},
  author = {Arghya Roy Chaudhuri and Pratik Jawanpuria and Bamdev Mishra},
  journal= {arXiv preprint arXiv:2210.01860},
  year   = {2023}
}

Comments

Erratum corrected

R2 v1 2026-06-28T02:48:27.118Z