paper-with-me

Papers

WNGrad: Learn the Learning Rate in Gradient Descent

2018-03-07 · Xiaoxia Wu, Rachel Ward, Léon Bottou

Adjusting the learning rate schedule in stochastic gradient methods is an important unresolved problem which requires tuning in practice. If certain parameters of the loss function such as smoothness or strong convexity constants are known, theoretical learning rate schedules can be applied. However, in practice, such parameters are not known, and the loss function of interest is not convex in any case. The recently proposed batch normalization reparametrization is widely adopted in most neural network architectures today because, among other advantages, it is robust to the choice of Lipschitz constant of the gradient in loss function, allowing one to set a large learning rate without worry. Inspired by batch normalization, we propose a general nonlinear update rule for the learning rate in batch and stochastic gradient descent so that the learning rate can be initialized at a high value, and is subsequently decreased according to gradient observations along the way. The proposed method is shown to achieve robustness to the relationship between the learning rate and the Lipschitz constant, and near-optimal convergence rates in both the batch and stochastic settings ($O(1/T)$ for smooth loss in the batch setting, and $O(1/\sqrt{T})$ for convex loss in the stochastic setting). We also show through numerical evidence that such robustness of the proposed method extends to highly nonconvex and possibly non-smooth loss function in deep learning problems.Our analysis establishes some first theoretical understanding into the observed robustness for batch normalization and weight normalization.

📄 PDF Abstract BibTeX arXiv:1803.02865

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Hyper-Regularization: An Adaptive Choice for the Learning Rate in Gradient Descent

2019-05-01 · ICLR 2019 5 · Guangzeng Xie, Hao Jin, Dachao Lin, Zhihua Zhang

We present a novel approach for adaptively selecting the learning rate in gradient descent methods. Specifically, we impose a regularization term on the learning rate via a generalized distance, and cast the joint updat…

Accelerating Large Batch Training via Gradient Signal to Noise Ratio (GSNR)

2023-09-24 · Guo-qing Jiang, Jinlong Liu, Zixiang Ding, Lin Guo 외

As models for nature language processing (NLP), computer vision (CV) and recommendation systems (RS) require surging computation, a large number of GPUs/TPUs are paralleled as a large batch (LB) to improve training throu…

Recommendation Systems

Skill Downgrading Among Refugees and Economic Immigrants in Germany

2021-10-30 · Plamen Nikolov, Leila Salarpour, David Titus

Upon arrival to a new country, many immigrants face job downgrading, a phenomenon describing workers being in jobs below the ones they have based on the skills they possess. Moreover, in the presence of downgrading immig…

Investigating the Impact of Sovereign Credit Rating Downgrade on the US Equity Market

2024-09-26 · Japheth Torsar Jev

The primary objective of this study was to examine the impact of the US sovereign credit rating downgrade on its equity market. Utilizing the event study methodology, a sample of three most capitalized listed companies -…

Downgrade to Upgrade: Optimizer Simplification Enhances Robustness in LLM Unlearning

2025-10-01 · Yicheng Lang, Yihua Zhang, Chongyu Fan, Changsheng Wang 외 arxiv

Large language model (LLM) unlearning aims to surgically remove the influence of undesired data or knowledge from an existing model while preserving its utility on unrelated tasks. This paradigm has shown promise in addr…