Competitive Ratio

Competitive ratio analysis evaluates the performance of online algorithms by comparing their cost to that of an optimal offline algorithm with perfect foresight. Current research focuses on refining competitive ratio bounds for various online optimization problems, including those with switching costs, delayed gradients, and unreliable predictions, often employing algorithms like Follow-The-Regularized-Leader (FTRL) and Online Multiple Gradient Descent (OMGD). These advancements are crucial for designing efficient algorithms in diverse applications such as online advertising, control systems, and machine learning, where immediate decisions must be made under uncertainty. The ultimate goal is to develop algorithms that achieve near-optimal performance even in adversarial or stochastic environments, improving efficiency and resource allocation.

Papers