paper-with-me

Papers

Learning Robust Algorithms for Online Allocation Problems Using Adversarial Training

2020-10-16 · Goran Zuzic, Di Wang, Aranyak Mehta, D. Sivakumar

We address the challenge of finding algorithms for online allocation (i.e. bipartite matching) using a machine learning approach. In this paper, we focus on the AdWords problem, which is a classical online budgeted matching problem of both theoretical and practical significance. In contrast to existing work, our goal is to accomplish algorithm design {\em tabula rasa}, i.e., without any human-provided insights or expert-tuned training data beyond specifying the objective and constraints of the optimization problem. We construct a framework based on insights and ideas from game theory, adversarial training and GANs Key to our approach is to generate adversarial examples that expose the weakness of any given algorithm. A unique challenge in our context is to generate complete examples from scratch rather than perturbing given examples and we demonstrate this can be accomplished for the Adwords problem. We use this framework to co-train an algorithm network and an adversarial network against each other until they converge to an equilibrium. This approach finds algorithms and adversarial examples that are consistent with known optimal results. Secondly, we address the question of robustness of the algorithm, namely can we design algorithms that are both strong under practical distributions, as well as exhibit robust performance against adversarial instances. To accomplish this, we train algorithm networks using a mixture of adversarial and practical distributions like power-laws; the resulting networks exhibit a smooth trade-off between the two input regimes.

📄 PDF Abstract BibTeX arXiv:2010.08418

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Best of Many Worlds: Dual Mirror Descent for Online Allocation Problems

2020-11-18 · Santiago Balseiro, Haihao Lu, Vahab Mirrokni

Online allocation problems with resource constraints are central problems in revenue management and online advertising. In these problems, requests arrive sequentially during a finite horizon and, for each request, a dec…

Assortment OptimizationManagement

Bi-Objective Online Matching and Submodular Allocations

2016-12-01 · NeurIPS 2016 12 · Hossein Esfandiari, Nitish Korula, Vahab Mirrokni

Online allocation problems have been widely studied due to their numerous practical applications (particularly to Internet advertising), as well as considerable theoretical interest. The main challenge in such problems i…

Active Learning for Fair and Stable Online Allocations

2024-06-20 · Riddhiman Bhattacharya, Thanh Nguyen, Will Wei Sun, Mohit Tawarmalani

We explore an active learning approach for dynamic fair resource allocation problems. Unlike previous work that assumes full feedback from all agents on their allocations, we consider feedback from a select subset of age…

Active LearningDecision MakingFairness

Analysis of Dual-Based PID Controllers through Convolutional Mirror Descent

2022-02-12 · Santiago R. Balseiro, Haihao Lu, Vahab Mirrokni, Balasubramanian Sivan

Dual-based proportional-integral-derivative (PID) controllers are often employed in practice to solve online allocation problems with global constraints, such as budget pacing in online advertising. However, controllers …

Adversarial Deep Learning for Online Resource Allocation

2021-11-19 · Bingqian Du, Zhiyi Huang, Chuan Wu

Online algorithm is an important branch in algorithm design. Designing online algorithms with a bounded competitive ratio (in terms of worst-case performance) can be hard and usually relies on problem-specific assumption…

Decision MakingDeep LearningSequential Decision Making