PulseAugur
EN
LIVE 11:53:19

New research details approximation costs in Online Mirror Descent

A new paper explores the impact of approximation errors in Online Mirror Descent (OMD), a core algorithm for optimization and machine learning. The research reveals a complex relationship between the smoothness of the regularizer used and the algorithm's robustness to these errors. Specifically, while uniformly smooth regularizers have a tight bound on excess regret, barrier regularizers like negative entropy on the simplex are sensitive to approximation errors, requiring exponentially small errors to avoid linear regret. However, negative entropy regains robustness with stochastic losses on the simplex, though this benefit does not extend to all subsets. AI

IMPACT This research provides theoretical insights into the practical limitations of optimization algorithms used in machine learning.

RANK_REASON The cluster contains a peer-reviewed academic paper published on arXiv. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New research details approximation costs in Online Mirror Descent

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Ofir Schlisselberg, Uri Sherman, Tomer Koren, Yishay Mansour ·

    The Hidden Cost of Approximation in Online Mirror Descent

    arXiv:2511.22283v2 Announce Type: replace Abstract: Online mirror descent (OMD) is a fundamental algorithmic paradigm that underlies many algorithms in optimization, machine learning and sequential decision-making. The OMD iterates are defined as solutions to optimization subprob…