paper-with-me

Papers

A Learn-to-Optimize Approach for Coordinate-Wise Step Sizes for Quasi-Newton Methods

2024-11-25 · Wei Lin, Qingyu Song, Hong Xu

Tuning step sizes is crucial for the stability and efficiency of optimization algorithms. While adaptive coordinate-wise step sizes have been shown to outperform scalar step size in first-order methods, their use in second-order methods is still under-explored and more challenging. Current approaches, including hypergradient descent and cutting plane methods, offer limited improvements or encounter difficulties in second-order contexts. To address these limitations, we first conduct a theoretical analysis within the Broyden-Fletcher-Goldfarb-Shanno (BFGS) framework, a prominent quasi-Newton method, and derive sufficient conditions for coordinate-wise step sizes that ensure convergence and stability. Building on this theoretical foundation, we introduce a novel learn-to-optimize (L2O) method that employs LSTM-based networks to learn optimal step sizes by leveraging insights from past optimization trajectories, while inherently respecting the derived theoretical guarantees. Extensive experiments demonstrate that our approach achieves substantial improvements over scalar step size methods and hypergradient descent-based method, offering up to 4$\times$ faster convergence across diverse optimization tasks.

📄 PDF Abstract BibTeX arXiv:2412.00059

Code (0)

등록된 구현이 없습니다.

Tasks

Second-order methods

Similar Papers 제목 키워드 기반

The Power of Decaying Steps: Enhancing Attack Stability and Transferability for Sign-based Optimizers

2026-02-22 · Wei Tao, Yang Dai, Jincai Huang, Qing Tao arxiv

Crafting adversarial examples can be formulated as an optimization problem. While sign-based optimizers such as I-FGSM and MI-FGSM have become the de facto standard for the induced optimization problems, there still exis…

Cross-Modal RetrievalImage Classification

MuonBP: Faster Muon via Block-Periodic Orthogonalization

2025-10-19 · Ahmed Khaled, Kaan Ozkara, Tao Yu, Mingyi Hong 외 arxiv

Gradient orthogonalization is a simple strategy that shows great utility in speeding up gradient descent. The Muon optimizer (Jordan, Jin, et al., 2024) combines gradient orthogonalization with first-order momentum and a…

PowerStep: Memory-Efficient Adaptive Optimization via $\ell_p$-Norm Steepest Descent

2026-05-11 · Yao Lu, Dengdong Fan, Shixun Zhang, Yonghong Tian arxiv

Adaptive optimizers, most notably Adam, have become the default standard for training large-scale neural networks such as Transformers. These methods maintain running estimates of gradient first and second moments, incur…

Stochastic Optimization

Parallel coordinate descent for the Adaboost problem

2013-10-07 · Olivier Fercoq

We design a randomised parallel version of Adaboost based on previous studies on parallel coordinate descent. The algorithm uses the fact that the logarithm of the exponential loss is a function with coordinate-wise Lips…

Differentially Private Coordinate Descent for Composite Empirical Risk Minimization

2021-10-22 · Paul Mangold, Aurélien Bellet, Joseph Salmon, Marc Tommasi

Machine learning models can leak information about the data used to train them. To mitigate this issue, Differentially Private (DP) variants of optimization algorithms like Stochastic Gradient Descent (DP-SGD) have been …