paper-with-me

Papers

Order-Optimal Projection-Free Algorithm for Adversarially Constrained Online Convex Optimization

2025-02-23 · Yiyang Lu, Mohammad Pedramfar, Vaneet Aggarwal

Projection-based algorithms for constrained Online Convex Optimization (COCO) face scalability challenges in high-dimensional settings due to the computational complexity of projecting iterates onto constraint sets. This paper introduces a projection-free algorithm for COCO that achieves state-of-the-art performance guarantees while eliminating the need for projections. By integrating a separation oracle with adaptive Online Gradient Descent (OGD) and employing a Lyapunov-driven surrogate function, while dynamically adjusting step sizes using gradient norms, our method jointly optimizes the regret and cumulative constraint violation (CCV). We also use a blocked version of OGD that helps achieve tradeoffs betweeen the regret and CCV with the number of calls to the separation oracle. For convex cost functions, our algorithm attains an optimal regret of $\mathcal{O}(\sqrt{T})$ and a CCV of $\mathcal{O}(\sqrt{T} \log T)$, matching the best-known projection-based results, while only using $\tilde{\mathcal{O}}({T})$ calls to the separation oracle. The results also demonstrate a tradeoff where lower calls to the separation oracle increase the regret and the CCV. In the strongly convex setting, we further achieve a regret of $\mathcal{O}(\log T)$ and a CCV of $\mathcal{O}(\sqrt{T\log T} )$, while requiring ${\mathcal{O}}({T}^2)$ calls to the separation oracle. Further, tradeoff with the decreasing oracle calls is studied. These results close the gap between projection-free and projection-based approaches, demonstrating that projection-free methods can achieve performance comparable to projection-based counterparts.

📄 PDF Abstract BibTeX arXiv:2502.16744

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Gradient Free and Projection Free Stochastic Optimization

2018-10-08 · Anit Kumar Sahu, Manzil Zaheer, Soummya Kar

This paper focuses on the problem of \emph{constrained} \emph{stochastic} optimization. A zeroth order Frank-Wolfe algorithm is proposed, which in addition to the projection-free nature of the vanilla Frank-Wolfe algorit…

Stochastic Optimization

Exploiting the Curvature of Feasible Sets for Faster Projection-Free Online Learning

2022-05-23 · Zakaria Mhammedi

In this paper, we develop new efficient projection-free algorithms for Online Convex Optimization (OCO). Online Gradient Descent (OGD) is an example of a classical OCO algorithm that guarantees the optimal $O(\sqrt{T})$ …

Frequency-weighted H2-optimal model order reduction via oblique projection

2021-01-17 · Umair Zulfiqar, Victor Sreeram, Mian Ilyas Ahmad, Xin Du

In projection-based model order reduction, a reduced-order approximation of the original full-order system is obtained by projecting it onto a reduced subspace that contains its dominant characteristics. The problem of f…

Computational Efficiency

Projection-free Adaptive Regret with Membership Oracles

2022-11-22 · Zhou Lu, Nataly Brukhim, Paula Gradu, Elad Hazan

In the framework of online convex optimization, most iterative algorithms require the computation of projections onto convex sets, which can be computationally expensive. To tackle this problem HK12 proposed the study of…

Locally Accelerated Conditional Gradients

2019-06-19 · Jelena Diakonikolas, Alejandro Carderera, Sebastian Pokutta

Conditional gradients constitute a class of projection-free first-order algorithms for smooth convex optimization. As such, they are frequently used in solving smooth convex optimization problems over polytopes, for whic…