ProtoBandit: Efficient Prototype Selection via Multi-Armed Bandits
Arghya Roy Chaudhuri, Pratik Jawanpuria, and Bamdev Mishra

TL;DR
ProtoBandit is a novel multi-armed bandit-based framework that efficiently selects prototypes from large datasets, significantly reducing similarity computations while maintaining high solution quality.
Contribution
It introduces a stochastic greedy search combined with multi-armed bandits for prototype selection, achieving independence from target set size and reducing computational costs.
Findings
Reduces similarity comparisons by 100-1000 times.
Achieves comparable solution quality to state-of-the-art methods.
Provides an efficient approximation for the k-medoids clustering problem.
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 that best represents a given target set . 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 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 prototypes incurring…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Machine Learning and Algorithms · Advanced Bandit Algorithms Research
