Learning Optimal Search Algorithms from Data

11/05/2019
by   Shuchi Chawla, et al.
0

Classical algorithm design is geared towards worst case instances and fails to exploit structure that may be present in typical instances. Is it possible to learn this structure from examples and exploit it algorithmically? We study this question in the simplest algorithmic context – search for a cheap solution within an unstructured space. This setting captures, for example, search for a short path to drive to work when only some routes may ever be relevant to consider, or shopping online when there may only be a handful of stores that offer the best prices. We propose a framework for learning optimal search algorithms from data that captures the tradeoff between the cost of the solution and the time to find it. We consider a setting with n alternatives each having an unknown cost that can be revealed one at a time. Given sample access to the distribution of the costs, our goal is to learn an algorithm that minimizes the expected sum of the cost of the chosen alternative and the total time to find it. Algorithms for this problem fall into three different classes, non-adaptive which always query a fixed set of alternatives, partially-adaptive that query alternatives in a fixed order until they decide to stop and fully-adaptive that choose the next query based on the costs they've seen. While approximately optimal fully-adaptive strategies cannot be learned efficiently, our main result is that it is possible to learn a partially-adaptive strategy that approximates the best non-adaptive and partially-adaptive strategies efficiently both in terms of samples and computation. We extend our results to settings where multiple alternatives must be chosen and study the case where any k alternatives are feasible and the case where the alternatives must form a matroid base e.g. picking a minimum cost spanning tree.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/11/2023

Binary Search with Distance-Dependent Costs

We introduce a search problem generalizing the typical setting of Binary...
research
03/02/2023

Pandora's Problem with Combinatorial Cost

Pandora's problem is a fundamental model in economics that studies optim...
research
09/04/2020

Access-Adaptive Priority Search Tree

In this paper we show that the priority search tree of McCreight, which ...
research
01/31/2022

The Metric Distortion of Multiwinner Voting

We extend the recently introduced framework of metric distortion to mult...
research
05/26/2022

Contextual Pandora's Box

Pandora's Box is a fundamental stochastic optimization problem, where th...
research
02/27/2017

Optimal Experiment Design for Causal Discovery from Fixed Number of Experiments

We study the problem of causal structure learning over a set of random v...
research
06/28/2023

Refining the Adaptivity Notion in the Huge Object Model

The Huge Object model for distribution testing, first defined by Goldrei...

Please sign up or login with your details

Forgot password? Click here to reset