OCDSLGOct 27, 2014

Exponentiated Subgradient Algorithm for Online Optimization under the Random Permutation Model

arXiv:1410.7171v2
Originality Incremental advance
AI Analysis

This work addresses resource allocation problems with uncertainty for applications like scheduling or routing, but it is incremental as it extends a known algorithm to a more general setting.

The paper tackles online optimization with general concave utilities under the random permutation model by modifying an existing algorithm, achieving a competitive ratio of 1-O(ε) under a near-optimal bid-to-budget ratio assumption and reducing computational cost compared to prior methods.

Online optimization problems arise in many resource allocation tasks, where the future demands for each resource and the associated utility functions change over time and are not known apriori, yet resources need to be allocated at every point in time despite the future uncertainty. In this paper, we consider online optimization problems with general concave utilities. We modify and extend an online optimization algorithm proposed by Devanur et al. for linear programming to this general setting. The model we use for the arrival of the utilities and demands is known as the random permutation model, where a fixed collection of utilities and demands are presented to the algorithm in random order. We prove that under this model the algorithm achieves a competitive ratio of $1-O(ε)$ under a near-optimal assumption that the bid to budget ratio is $O (\frac{ε^2}{\log({m}/ε)})$, where $m$ is the number of resources, while enjoying a significantly lower computational cost than the optimal algorithm proposed by Kesselheim et al. We draw a connection between the proposed algorithm and subgradient methods used in convex optimization. In addition, we present numerical experiments that demonstrate the performance and speed of this algorithm in comparison to existing 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