中文
相关论文

相关论文: Weight Norm Control

200 篇论文

Decoupled weight decay, solely responsible for the performance advantage of AdamW over Adam, has long been set to proportional to learning rate $\gamma$ without questioning. Some researchers have recently challenged such assumption and…

机器学习 · 计算机科学 2026-04-15 Jason Chuan-Chih Chou

L$_2$ regularization and weight decay regularization are equivalent for standard stochastic gradient descent (when rescaled by the learning rate), but as we demonstrate this is \emph{not} the case for adaptive gradient algorithms, such as…

机器学习 · 计算机科学 2019-01-08 Ilya Loshchilov , Frank Hutter

Is the standard weight decay in AdamW truly optimal? Although AdamW decouples weight decay from adaptive gradient scaling, a fundamental conflict remains: the Radial Tug-of-War. In deep learning, gradients tend to increase parameter norms…

机器学习 · 计算机科学 2026-02-06 Hao Chen , Jinghui Yuan , Hanmin Zhang

Adam with decoupled weight decay, also known as AdamW, is widely acclaimed for its superior performance in language modeling tasks, surpassing Adam with $\ell_2$ regularization in terms of generalization and optimization. However, this…

机器学习 · 计算机科学 2024-04-09 Shuo Xie , Zhiyuan Li

In this paper, we investigate the convergence properties of a wide class of Adam-family methods for minimizing quadratically regularized nonsmooth nonconvex optimization problems, especially in the context of training nonsmooth neural…

最优化与控制 · 数学 2023-10-16 Kuangyu Ding , Nachuan Xiao , Kim-Chuan Toh

Weight decay (WD) is a traditional regularization technique in deep learning, but despite its ubiquity, its behavior is still an area of active research. Golatkar et al. have recently shown that WD only matters at the start of the training…

机器学习 · 计算机科学 2020-12-29 Johan Bjorck , Kilian Weinberger , Carla Gomes

Weight decay is often used to ensure good generalization in the training practice of deep neural networks with batch normalization (BN-DNNs), where some convolution layers are invariant to weight rescaling due to the normalization. In this…

机器学习 · 计算机科学 2022-06-22 Ziquan Liu , Yufei Cui , Jia Wan , Yu Mao , Antoni B. Chan

This study investigates how weight decay affects the update behavior of individual neurons in deep neural networks through a combination of applied analysis and experimentation. Weight decay can cause the expected magnitude and angular…

机器学习 · 计算机科学 2024-06-04 Atli Kosson , Bettina Messmer , Martin Jaggi

Weight decay is a simple yet powerful regularization technique that has been very widely used in training of deep neural networks (DNNs). While weight decay has attracted much attention, previous studies fail to discover some overlooked…

机器学习 · 计算机科学 2024-08-19 Zeke Xie , Zhiqiang Xu , Jingzhao Zhang , Issei Sato , Masashi Sugiyama

Adaptive optimizers with decoupled weight decay, such as AdamW, are the de facto standard for pre-training large transformer-based generative models. Yet the quadratic nature of the $\ell_2$ penalty embedded in weight decay drives all…

机器学习 · 计算机科学 2025-11-19 Fu-Ming Guo , Yingfang Fan

Over the past few years, Batch-Normalization has been commonly used in deep networks, allowing faster training and high performance for a wide variety of applications. However, the reasons behind its merits remained unanswered, with several…

机器学习 · 统计学 2019-02-08 Elad Hoffer , Ron Banner , Itay Golan , Daniel Soudry

We introduce Cautious Weight Decay (CWD), a one-line, optimizer-agnostic modification that applies weight decay only to parameter coordinates whose signs align with the optimizer update. Unlike standard decoupled decay, which implicitly…

机器学习 · 计算机科学 2026-02-25 Lizhang Chen , Jonathan Li , Kaizhao Liang , Baiyu Su , Cong Xie , Nuo Wang Pierse , Chen Liang , Ni Lao , Qiang Liu

Within the context of intelligent manufacturing, industrial robots have a pivotal function. Nonetheless, extended operational periods cause a decline in their absolute positioning accuracy, preventing them from meeting high precision. To…

机器人学 · 计算机科学 2024-08-23 Tinghui Chen , Shuai Li

In this paper, we introduce weight prediction into the AdamW optimizer to boost its convergence when training the deep neural network (DNN) models. In particular, ahead of each mini-batch training, we predict the future weights according to…

机器学习 · 计算机科学 2023-08-09 Lei Guan

Modern optimizers such as AdamW, equipped with momentum and adaptive learning rate, are designed to escape local minima and explore the vast parameter space. This exploration is beneficial for finding good loss basins when training from…

机器学习 · 计算机科学 2024-11-05 Junjiao Tian , Chengyue Huang , Zsolt Kira

Weight decay is one of the standard tricks in the neural network toolbox, but the reasons for its regularization effect are poorly understood, and recent results have cast doubt on the traditional interpretation in terms of $L_2$…

机器学习 · 计算机科学 2018-10-30 Guodong Zhang , Chaoqi Wang , Bowen Xu , Roger Grosse

Regularization in the optimization of deep neural networks is often critical to avoid undesirable over-fitting leading to better generalization of model. One of the most popular regularization algorithms is to impose L-2 penalty on the…

机器学习 · 计算机科学 2019-08-09 Kensuke Nakamura , Byung-Woo Hong

The merits of fast convergence and potentially better performance of the weight normalization family have drawn increasing attention in recent years. These methods use standardization or normalization that changes the weight…

机器学习 · 计算机科学 2019-11-15 Li Xiang , Chen Shuo , Xia Yan , Yang Jian

In recent years, the nuclear norm minimization (NNM) problem has been attracting much attention in computer vision and machine learning. The NNM problem is capitalized on its convexity and it can be solved efficiently. The standard nuclear…

计算机视觉与模式识别 · 计算机科学 2014-05-26 Qi Xie , Deyu Meng , Shuhang Gu , Lei Zhang , Wangmeng Zuo , Xiangchu Feng , Zongben Xu

Adaptive optimizers like AdamW apply uniform hyperparameters across all parameter groups, ignoring heterogeneous optimization dynamics across layers and modules. We address this limitation by proposing MetaAdamW - a new optimizer that…

机器学习 · 计算机科学 2026-05-07 JiangBo Zhao , ZhaoXin Liu
‹ 上一页 1 2 3 10 下一页 ›