paper-with-me

홈 › Papers

The Power of Second Order Methods for Sequence Preconditioning

2026-05-08 · Annie Marsden, Elad Hazan arxiv

Sequence prediction methods for linear dynamical systems with long memory, i.e. marginally stable systems, typically achieve regret that grows linearly with the hidden dimension of the underlying generative model. While many methods have been developed to address this regime with varying success, we show that simply using the second-order Vovk-Azoury-Warmuth (VAW) algorithm to learn a short autoregressive-with-inputs (ARX) model achieves astoundingly strong results: for bounded sequential data from a marginally-stable linear dynamical system with spectra in the complex disk except for angular wedge of width $δ$ around the negative real axis, this algorithm achieves dimension-free regret $O\left( δ^{-4} \log^2 T \right)$. These bounds are state-of-the-art to our knowledge. The key components for our result come from 1) using the theory of ``Universal Sequence Preconditioning'' (USP) \cite{marsdenuniversal} to prove the existence of an optimal setting of autoregressive coefficients, 2) the application of VAW which takes better advantage of the memory compression provided by USP, and 3) the analysis of Faber polynomials on circular sectors to extend these results to systems with complex spectra.

📄 PDF Abstract BibTeX arXiv:2605.08390

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ASDL: A Unified Interface for Gradient Preconditioning in PyTorch

2023-05-08 · Kazuki Osawa, Satoki Ishikawa, Rio Yokota, Shigang Li 외

Gradient preconditioning is a key technique to integrate the second-order information into gradients for improving and extending gradient-based learning algorithms. In deep learning, stochasticity, nonconvexity, and high…

NysAct: A Scalable Preconditioned Gradient Descent using Nystrom Approximation

2025-06-10 · Hyunseok Seung, Jaewoo Lee, Hyunsuk Ko

Adaptive gradient methods are computationally efficient and converge quickly, but they often suffer from poor generalization. In contrast, second-order methods enhance convergence and generalization but typically incur h…

Second-order methods

Scalable K-FAC Training for Deep Neural Networks with Distributed Preconditioning

2022-06-30 · Lin Zhang, Shaohuai Shi, Wei Wang, Bo Li

The second-order optimization methods, notably the D-KFAC (Distributed Kronecker Factored Approximate Curvature) algorithms, have gained traction on accelerating deep neural network (DNN) training on GPU clusters. Howeve…

GPU

First-Order Preconditioning via Hypergradient Descent

2019-10-18 · Ted Moskovitz, Rui Wang, Janice Lan, Sanyam Kapoor 외

Standard gradient descent methods are susceptible to a range of issues that can impede training, such as high correlations and different scaling in parameter space.These difficulties can be addressed by second-order appr…

Reinforcement Learning

Jorge: Approximate Preconditioning for GPU-efficient Second-order Optimization

2023-10-18 · Siddharth Singh, Zachary Sating, Abhinav Bhatele

Despite their better convergence properties compared to first-order optimizers, second-order optimizers for deep learning have been less popular due to their significant computational costs. The primary efficiency bottle…

Computational EfficiencyGPUSecond-order methods