會議預印本樣式

JMLR 風格文章

JMLR 中的單欄期刊文章帶有捲標題行、編者註和關鍵字。

LaTeXCC0-1.0期刊與會議
在目錄中查看
已編譯 JMLR 風格文章 模板的第一頁
main.tex
% JMLR style article, recreated with standard packages only.
\documentclass[11pt]{article}
\usepackage[letterpaper,textwidth=6in,textheight=8.8in,top=1in]{geometry}
\usepackage{mathptmx}
\usepackage{amsmath}
\usepackage{titlesec}

\pagestyle{plain}

\titleformat{\section}{\large\bfseries}{\thesection.}{0.6em}{}
\titleformat{\subsection}{\normalsize\bfseries}{\thesubsection.}{0.6em}{}
\titlespacing*{\section}{0pt}{1.6ex plus .4ex}{0.9ex}

\begin{document}

\noindent{\small Journal of Machine Learning Research 27 (2026) 1--24
\hfill Submitted 9/25; Revised 4/26; Published 7/26}
\vskip 2pt
\noindent\rule{\textwidth}{0.5pt}

\vskip 22pt
\begin{center}
  {\Large\bfseries Convergence Rates of Stochastic Mirror Descent\\ with Adaptive Regularization\par}
\end{center}

\vskip 14pt
\noindent{\bfseries Nadia Kowalczyk} \hfill {\small\texttt{[email protected]}}\\
{\small\itshape Institute of Mathematics, University of Warsaw, Warsaw, Poland}
\vskip 8pt
\noindent{\bfseries Julian Weiss} \hfill {\small\texttt{[email protected]}}\\
{\small\itshape Institute of Science and Technology Austria, Klosterneuburg, Austria}
\vskip 12pt
\noindent{\small\bfseries Editor:} {\small Ravindra Menon}

\vskip 18pt
\begin{center}{\bfseries Abstract}\end{center}
\begin{list}{}{\leftmargin=0.3in\rightmargin=0.3in}\item\relax\small
We analyze stochastic mirror descent when the mirror map itself is adapted
online from observed gradients. Existing analyses fix the geometry in
advance, which forfeits the method's main practical appeal. We show that a
regularizer chosen from a growing family of Bregman divergences achieves the
best rate attainable by any fixed member of the family, up to a logarithmic
factor, without prior knowledge of the gradient distribution. The proof
couples a follow-the-regularized-leader argument with a new stability bound
for time-varying mirror maps. As corollaries we recover AdaGrad-type rates in
the Euclidean case and obtain the first adaptive guarantees for spectral
geometries used in matrix completion.
\end{list}
\vskip 4pt
\noindent{\small{\bfseries Keywords:} mirror descent, adaptive methods, online learning, Bregman divergences, regret bounds}

\section{Introduction}
Mirror descent generalizes gradient descent to non-Euclidean geometries and
underlies most modern adaptive optimizers. Its behavior is governed by the
choice of mirror map, yet that choice is usually made once, before any data
is seen~\cite{ferro2023geometry}. We ask whether the geometry can be learned
during optimization at no asymptotic cost.

With mirror map $\psi_t$ at step $t$, the iterate update is
\begin{equation}
  x_{t+1} \;=\; \arg\min_{x \in \mathcal{X}}
  \Bigl\{ \eta \,\langle \hat{g}_t, x \rangle + D_{\psi_t}(x, x_t) \Bigr\},
  \label{eq:md}
\end{equation}
where $D_{\psi_t}$ is the Bregman divergence of $\psi_t$ and $\hat{g}_t$ is
a stochastic gradient. Our contribution is a schedule for $\psi_t$ under
which Equation~\eqref{eq:md} satisfies an anytime regret bound competitive
with the best fixed geometry in hindsight.

\section{Main Result}
Our central theorem bounds the excess risk after $T$ steps by
$O(\sqrt{\smash[b]{S_T^{\ast} \log T}}/T)$, where $S_T^{\ast}$ is the
cumulative gradient energy measured in the optimal fixed geometry. The
stability argument extends the anytime analysis of~\cite{delgado2024anytime}
and closes a gap left open for spectral regularizers
by~\cite{brekke2022spectral}. All proofs are in Appendix~A, and code
reproducing the matrix-completion experiments accompanies the paper.

\begin{thebibliography}{9}
\bibitem{ferro2023geometry} L. Ferro and D. Anand.
Choosing the geometry of first-order methods.
\textit{Journal of Machine Learning Research}, 24(201):1--52, 2023.
\bibitem{delgado2024anytime} M. Delgado and S. Okabe.
Anytime bounds for follow-the-regularized-leader.
In \textit{Proceedings of the 37th Annual Conference on Learning Theory}, 2024.
\bibitem{brekke2022spectral} A. Brekke and P. Chandrasekar.
Spectral regularization in stochastic approximation.
\textit{Journal of Machine Learning Research}, 23(88):1--39, 2022.
\end{thebibliography}

\end{document}

在應用程式中:開啟新專案庫,在「取得更多範本」下安裝{標籤}包,此範本將顯示即時預覽和一鍵專案建立。編譯在捆綁引擎上本地運行。

所有模板