paper-with-me

Papers

A Simple, Optimal and Efficient Algorithm for Online Exp-Concave Optimization

2025-12-29 · Yi-Han Wang, Peng Zhao, Zhi-Hua Zhou arxiv

Online eXp-concave Optimization (OXO) is a fundamental problem in online learning, where the goal is to minimize regret when loss functions are exponentially concave. The standard algorithm, Online Newton Step (ONS), guarantees an optimal $O(d \log T)$ regret, where $d$ is the dimension and $T$ is the time horizon. Despite its simplicity, ONS may face a computational bottleneck due to the Mahalanobis projection at each round. This step costs $\tilde{O}(d^ω)$ arithmetic operations for bounded domains, even for simple domains such as the unit ball, where $ω\in (2,3]$ is the matrix-multiplication exponent. As a result, the total runtime can reach $\tilde{O}(d^ωT)$, particularly when iterates frequently oscillate near the domain boundary. This paper proposes a simple variant of ONS, called LightONS, which reduces the total runtime to $O(d^2 T + d^ω\sqrt{T \log T})$ while preserving the optimal regret. Deploying LightONS with the online-to-batch conversion implies a method for stochastic exp-concave optimization with runtime $\tilde{O}(d^3/\varepsilon)$, thereby answering an open problem posed by Koren [2013]. The design leverages domain-conversion techniques from parameter-free online learning and defers expensive Mahalanobis projections until necessary, thereby preserving the elegant structure of ONS and enabling LightONS to act as an efficient plug-in replacement in broader scenarios, including gradient-norm adaptivity, parametric stochastic bandits, and memory-efficient OXO.

📄 PDF Abstract BibTeX arXiv:2512.23190

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Algorithms for Online Stochastic Convex Programming

2014-10-28 · Shipra Agrawal, Nikhil R. Devanur

We introduce the online stochastic Convex Programming (CP) problem, a very general version of stochastic online problems which allows arbitrary concave objectives and convex feasibility constraints. Many well-studied pro…

Quasi-Newton Steps for Efficient Online Exp-Concave Optimization

2022-11-02 · Zakaria Mhammedi, Khashayar Gatmiry

The aim of this paper is to design computationally-efficient and optimal algorithms for the online and stochastic exp-concave optimization settings. Typical algorithms for these settings, such as the Online Newton Step (…

Open-Ended Question Answering

A Modular Algorithm for Non-Stationary Online Convex-Concave Optimization

2025-09-09 · Qing-xin Meng, Xia Lei, Jian-wei Liu arxiv

This paper investigates the problem of Online Convex-Concave Optimization, which extends Online Convex Optimization to two-player time-varying convex-concave games. The goal is to minimize the dynamic duality gap (D-DGap…

Follow the Perturbed Leader: Optimism and Fast Parallel Algorithms for Smooth Minimax Games

2020-06-13 · NeurIPS 2020 12 · Arun Sai Suggala, Praneeth Netrapalli

We consider the problem of online learning and its application to solving minimax games. For the online learning problem, Follow the Perturbed Leader (FTPL) is a widely studied algorithm which enjoys the optimal $O(T^{1/…

Online Minimax Multiobjective Optimization: Multicalibeating and Other Applications

2021-08-09 · Daniel Lee, Georgy Noarov, Mallesh Pai, Aaron Roth

We introduce a simple but general online learning framework in which a learner plays against an adversary in a vector-valued game that changes every round. Even though the learner's objective is not convex-concave (and s…

Multiobjective Optimization