LGMLApr 18, 2019

Semi-bandit Optimization in the Dispersed Setting

arXiv:1904.09014v325 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and performance challenges for practitioners in AI, science, and engineering who optimize parameterized algorithms online, though it is incremental as it builds on existing semi-bandit methods.

The paper tackles the computational expense and volatility of loss functions in online data-driven algorithm design by developing semi-bandit optimization algorithms that exploit free information from evaluating similar algorithms, achieving regret bounds comparable to full-information feedback and improving guarantees for clustering and knapsack problems.

The goal of data-driven algorithm design is to obtain high-performing algorithms for specific application domains using machine learning and data. Across many fields in AI, science, and engineering, practitioners will often fix a family of parameterized algorithms and then optimize those parameters to obtain good performance on example instances from the application domain. In the online setting, we must choose algorithm parameters for each instance as they arrive, and our goal is to be competitive with the best fixed algorithm in hindsight. There are two major challenges in online data-driven algorithm design. First, it can be computationally expensive to evaluate the loss functions that map algorithm parameters to performance, which often require the learner to run a combinatorial algorithm to measure its performance. Second, the losses can be extremely volatile and have sharp discontinuities. However, we show that in many applications, evaluating the loss function for one algorithm choice can sometimes reveal the loss for a range of similar algorithms, essentially for free. We develop online optimization algorithms capable of using this kind of extra information by working in the semi-bandit feedback setting. Our algorithms achieve regret bounds that are essentially as good as algorithms under full-information feedback and are significantly more computationally efficient. We apply our semi-bandit results to obtain the first provable guarantees for data-driven algorithm design for linkage-based clustering and we improve the best regret bounds for designing greedy knapsack algorithms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes