paper-with-me

Papers

Eigencurve: Optimal Learning Rate Schedule for SGD on Quadratic Objectives with Skewed Hessian Spectrums

2021-10-27 · ICLR 2022 4 · Rui Pan, Haishan Ye, Tong Zhang

Learning rate schedulers have been widely adopted in training deep neural networks. Despite their practical importance, there is a discrepancy between its practice and its theoretical analysis. For instance, it is not known what schedules of SGD achieve best convergence, even for simple problems such as optimizing quadratic objectives. In this paper, we propose Eigencurve, the first family of learning rate schedules that can achieve minimax optimal convergence rates (up to a constant) for SGD on quadratic objectives when the eigenvalue distribution of the underlying Hessian matrix is skewed. The condition is quite common in practice. Experimental results show that Eigencurve can significantly outperform step decay in image classification tasks on CIFAR-10, especially when the number of epochs is small. Moreover, the theory inspires two simple learning rate schedulers for practical applications that can approximate eigencurve. For some problems, the optimal shape of the proposed schedulers resembles that of cosine decay, which sheds light to the success of cosine decay for such situations. For other situations, the proposed schedulers are superior to cosine decay.

📄 PDF Abstract BibTeX arXiv:2110.14109

Code (1)

opensource12345678/why_cosine_works 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Step Decay 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

SWALP : Stochastic Weight Averaging in Low-Precision Training

2019-04-26 · Guandao Yang, Tianyi Zhang, Polina Kirichenko, Junwen Bai 외

Low precision operations can provide scalability, memory savings, portability, and energy efficiency. This paper proposes SWALP, an approach to low precision training that averages low-precision SGD iterates with a modif…

AutoLoss: Learning Discrete Schedules for Alternate Optimization

2018-10-04 · Haowen Xu, Hao Zhang, Zhiting Hu, Xiaodan Liang 외

Many machine learning problems involve iteratively and alternately optimizing different task objectives with respect to different sets of parameters. Appropriately scheduling the optimization of a task objective or a set…

Image GenerationMachine TranslationMeta-LearningNMT+2

AutoLoss: Learning Discrete Schedule for Alternate Optimization

2018-09-27 · ICLR 2019 · Haowen Xu, Hao Zhang, Zhiting Hu, Xiaodan Liang 외

Many machine learning problems involve iteratively and alternately optimizing different task objectives with respect to different sets of parameters. Appropriately scheduling the optimization of a task objective or a set…

Image GenerationMachine TranslationMeta-LearningNMT+1

Curvature-Weighted Gradient Diversity: A Noise Measure for Geometry-Adaptive SGD Schedules

2026-06-29 · Muhammad Hamza, Ayush Goel arxiv

The standard convergence analysis of mini-batch stochastic gradient descent (SGD) models gradient noise using a single variance term that treats all parameter directions equally, ignoring the fact that noise in high-curv…

Wasserstein bounds for denoising diffusion probabilistic models via the Föllmer process

2026-05-18 · Yuta Koike arxiv

This paper studies sampling error bounds for denoising diffusion probabilistic models (DDPMs) in the 2-Wasserstein distance. Our contributions are threefold. (i) Under general Lipschitz-type conditions on the score funct…