by , , ,
Abstract:
In many applications, one has to actively select among a set of expensive observations before making an informed decision. Often, we want to select observations which perform well when evaluated with an objective function chosen by an adversary. Examples include minimizing the maximum posterior variance in Gaussian Process regression, robust experimental design, and sensor placement for outbreak detection. In this paper, we present the Submodular Saturation algorithm, a simple and efficient algorithm with strong theoretical approximation guarantees for the case where the possible objective functions exhibit submodularity, an intuitive diminishing returns property. Moreover, we prove that better approximation algorithms do not exist unless NP-complete problems admit efficient algorithms. We evaluate our algorithm on several real-world problems. For Gaussian Process regression, our algorithm compares favorably with state-of-the-art heuristics described in the geostatistics literature, while being simpler, faster and providing theoretical guarantees. For robust experimental design, our algorithm performs favorably compared to SDP-based algorithms.
Reference:
Selecting Observations Against Adversarial Objectives A. Krause, B. McMahan, C. Guestrin, A. GuptaIn Proc. Neural Information Processing Systems (NeurIPS), 2007
Bibtex Entry:
@inproceedings{krause07selecting,
	address = {Vancouver, Canada},
	author = {Andreas Krause and Brendan McMahan and Carlos Guestrin and Anupam Gupta},
	booktitle = {Proc. Neural Information Processing Systems (NeurIPS)},
	month = {December},
	title = {Selecting Observations Against Adversarial Objectives},
	year = {2007}}