LGOCFeb 18, 2025

Constrained Online Convex Optimization with Polyak Feasibility Steps

arXiv:2502.13112v2h-index: 4ICML
Originality Incremental advance
AI Analysis

This work provides a stronger guarantee for constrained online optimization, which is incremental but improves practical feasibility in real-time decision-making systems.

The paper tackles online convex optimization with fixed constraints by ensuring anytime constraint satisfaction for all time steps while maintaining O(√T) regret, using only constraint values and subgradients at played actions.

In this work, we study online convex optimization with a fixed constraint function $g : \mathbb{R}^d \rightarrow \mathbb{R}$. Prior work on this problem has shown $O(\sqrt{T})$ regret and cumulative constraint satisfaction $\sum_{t=1}^{T} g(x_t) \leq 0$, while only accessing the constraint value and subgradient at the played actions $g(x_t), \partial g(x_t)$. Using the same constraint information, we show a stronger guarantee of anytime constraint satisfaction $g(x_t) \leq 0 \ \forall t \in [T]$, and matching $O(\sqrt{T})$ regret guarantees. These contributions are thanks to our approach of using Polyak feasibility steps to ensure constraint satisfaction, without sacrificing regret. Specifically, after each step of online gradient descent, our algorithm applies a subgradient descent step on the constraint function where the step-size is chosen according to the celebrated Polyak step-size. We further validate this approach with numerical experiments.

Foundations

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

Your Notes