paper-with-me

Papers

Bandit-Based Monte Carlo Optimization for Nearest Neighbors

2018-05-21 · Vivek Bagaria, Tavor Z. Baharav, Govinda M. Kamath, David N. Tse

The celebrated Monte Carlo method estimates an expensive-to-compute quantity by random sampling. Bandit-based Monte Carlo optimization is a general technique for computing the minimum of many such expensive-to-compute quantities by adaptive random sampling. The technique converts an optimization problem into a statistical estimation problem which is then solved via multi-armed bandits. We apply this technique to solve the problem of high-dimensional $k$-nearest neighbors, developing an algorithm which we prove is able to identify exact nearest neighbors with high probability. We show that under regularity assumptions on a dataset of $n$ points in $d$-dimensional space, the complexity of our algorithm scales logarithmically with the dimension of the data as $O\left((n+d)\log^2 \left(\frac{nd}{\delta}\right)\right)$ for error probability $\delta$, rather than linearly as in exact computation requiring $O(nd)$. We corroborate our theoretical results with numerical simulations, showing that our algorithm outperforms both exact computation and state-of-the-art algorithms such as kGraph, NGT, and LSH on real datasets.

📄 PDF Abstract BibTeX arXiv:1805.08321

Code (1)

govinda-kamath/combinatorial_MAB 공식 구현

Tasks

ClusteringMulti-Armed Bandits

Similar Papers 제목 키워드 기반

Simulation Based Algorithms for Markov Decision Processes and Multi-Action Restless Bandits

2020-07-25 · Rahul Meshram, Kesav Kaza

We consider multi-dimensional Markov decision processes and formulate a long term discounted reward optimization problem. Two simulation based algorithms---Monte Carlo rollout policy and parallel rollout policy are studi…

Sequential Monte Carlo Bandits

2013-10-04 · Michael Cherkassky, Luke Bornn

In this paper we propose a flexible and efficient framework for handling multi-armed bandits, combining sequential Monte Carlo algorithms with hierarchical Bayesian modeling techniques. The framework naturally encompasse…

Multi-Armed Bandits

Limited depth bandit-based strategy for Monte Carlo planning in continuous action spaces

2021-06-29 · Ricardo Quinteiro, Francisco S. Melo, Pedro A. Santos

This paper addresses the problem of optimal control using search trees. We start by considering multi-armed bandit problems with continuous action spaces and propose LD-HOO, a limited depth variant of the hierarchical op…

Measurable Monte Carlo Search Error Bounds

2021-06-08 · John Mern, Mykel J. Kochenderfer

Monte Carlo planners can often return sub-optimal actions, even if they are guaranteed to converge in the limit of infinite samples. Known asymptotic regret bounds do not provide any way to measure confidence of a recomm…

Indexability and Rollout Policy for Multi-State Partially Observable Restless Bandits

2021-07-30 · Rahul Meshram, Kesav Kaza

Restless multi-armed bandits with partially observable states has applications in communication systems, age of information and recommendation systems. In this paper, we study multi-state partially observable restless ba…

Multi-Armed BanditsRecommendation Systems