paper-with-me

Papers

An Optimistic Algorithm for Online Convex Optimization with Adversarial Constraints

2024-12-11 · Jordan Lekeufack, Michael I. Jordan

We study Online Convex Optimization (OCO) with adversarial constraints, where an online algorithm must make sequential decisions to minimize both convex loss functions and cumulative constraint violations. We focus on a setting where the algorithm has access to predictions of the loss and constraint functions. Our results show that we can improve the current best bounds of $ O(\sqrt{T}) $ regret and $ \tilde{O}(\sqrt{T}) $ cumulative constraint violations to $ O(\sqrt{E_T(f)}) $ and $ \tilde{O}(\sqrt{E_T(g^+)}) $, respectively, where $ E_T(f) $ and $E_T(g^+)$ represent the cumulative prediction errors of the loss and constraint functions. In the worst case, where $E_T(f) = O(T) $ and $ E_T(g^+) = O(T) $ (assuming bounded gradients of the loss and constraint functions), our rates match the prior $ O(\sqrt{T}) $ results. However, when the loss and constraint predictions are accurate, our approach yields significantly smaller regret and cumulative constraint violations. Finally, we apply this to the setting of adversarial contextual bandits with sequential risk constraints, obtaining optimistic bounds $O (\sqrt{E_T(f)} T^{1/3})$ regret and $O(\sqrt{E_T(g^+)} T^{1/3})$ constraints violation, yielding better performance than existing results when prediction quality is sufficiently high.

📄 PDF Abstract BibTeX arXiv:2412.08060

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed Bandits

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Optimistic Online Mirror Descent for Bridging Stochastic and Adversarial Online Convex Optimization

2023-02-09 · Sijia Chen, Yu-Jie Zhang, Wei-Wei Tu, Peng Zhao 외

Stochastically Extended Adversarial (SEA) model is introduced by Sachs et al. [2022] as an interpolation between stochastic and adversarial online convex optimization. Under the smoothness condition, they demonstrate tha…

Online Optimization with Memory and Competitive Control

2020-02-13 · NeurIPS 2020 12 · Guanya Shi, Yiheng Lin, Soon-Jo Chung, Yisong Yue 외

This paper presents competitive algorithms for a novel class of online optimization problems with memory. We consider a setting where the learner seeks to minimize the sum of a hitting cost and a switching cost that depe…

Optimistic Online-to-Batch Conversions for Accelerated Convergence and Universality

2025-11-10 · Yu-Hu Yan, Peng Zhao, Zhi-Hua Zhou arxiv

In this work, we study offline convex optimization with smooth objectives, where the classical Nesterov's Accelerated Gradient (NAG) method achieves the optimal accelerated convergence. Extensive research has aimed to un…

Optimistic and Adaptive Lagrangian Hedging

2021-01-23 · Ryan D'Orazio, Ruitong Huang

In online learning an algorithm plays against an environment with losses possibly picked by an adversary at each round. The generality of this framework includes problems that are not adversarial, for example offline opt…

An Optimistic Acceleration of AMSGrad for Nonconvex Optimization

2019-03-04 · ICLR 2020 1 · Jun-Kun Wang, Xiaoyun Li, Belhal Karimi, Ping Li

We propose a new variant of AMSGrad, a popular adaptive gradient based optimization algorithm widely used for training deep neural networks. Our algorithm adds prior knowledge about the sequence of consecutive mini-batch…