Learning to Optimize Computational Resources: Frugal Training with Generalization Guarantees
Abstract
Algorithms typically come with tunable parameters that have a considerable impact on the computational resources they consume. Too often, practitioners must hand-tune the parameters, a tedious and error-prone task. A recent line of research provides algorithms that return nearly-optimal parameters from within a finite set. These algorithms can be used when the parameter space is infinite by providing as input a random sample of parameters. This data-independent discretization, however, might miss pockets of nearly-optimal parameters: prior research has presented scenarios where the only viable parameters lie within an arbitrarily small region. We provide an algorithm that learns a finite set of promising parameters from within an infinite set. Our algorithm can help compile a configuration portfolio, or it can be used to select the input to a configuration algorithm for finite parameter spaces. Our approach applies to any configuration problem that satisfies a simple yet ubiquitous structure: the algorithm's performance is a piecewise constant function of its parameters. Prior research has exhibited this structure in domains from integer programming to clustering.
Cite
Text
Balcan et al. "Learning to Optimize Computational Resources: Frugal Training with Generalization Guarantees." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I04.5721Markdown
[Balcan et al. "Learning to Optimize Computational Resources: Frugal Training with Generalization Guarantees." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/balcan2020aaai-learning/) doi:10.1609/AAAI.V34I04.5721BibTeX
@inproceedings{balcan2020aaai-learning,
title = {{Learning to Optimize Computational Resources: Frugal Training with Generalization Guarantees}},
author = {Balcan, Maria-Florina and Sandholm, Tuomas and Vitercik, Ellen},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2020},
pages = {3227-3234},
doi = {10.1609/AAAI.V34I04.5721},
url = {https://mlanthology.org/aaai/2020/balcan2020aaai-learning/}
}