paper-with-me

Papers

Proportionate gradient updates with PercentDelta

2017-08-24 · Sami Abu-El-Haija

Deep Neural Networks are generally trained using iterative gradient updates. Magnitudes of gradients are affected by many factors, including choice of activation functions and initialization. More importantly, gradient magnitudes can greatly differ across layers, with some layers receiving much smaller gradients than others. causing some layers to train slower than others and therefore slowing down the overall convergence. We analytically explain this disproportionality. Then we propose to explicitly train all layers at the same speed, by scaling the gradient w.r.t. every trainable tensor to be proportional to its current value. In particular, at every batch, we want to update all trainable tensors, such that the relative change of the L1-norm of the tensors is the same, across all layers of the network, throughout training time. Experiments on MNIST show that our method appropriately scales gradients, such that the relative change in trainable tensors is approximately equal across layers. In addition, measuring the test accuracy with training time, shows that our method trains faster than other methods, giving higher test accuracy given same budget of training steps.

📄 PDF Abstract BibTeX arXiv:1708.07227

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Convergence Analysis of Gradient Descent Algorithms with Proportional Updates

2018-01-09 · Igor Gitman, Deepak Dilipkumar, Ben Parr

The rise of deep learning in recent years has brought with it increasingly clever optimization methods to deal with complex, non-linear loss functions. These methods are often designed with convex optimization in mind, b…

Do Not Let Low-Probability Tokens Over-Dominate in RL for LLMs

2025-05-19 · Zhihe Yang, Xufang Luo, Zilong Wang, Dongqi Han 외

Reinforcement learning (RL) has become a cornerstone for enhancing the reasoning capabilities of large language models (LLMs), with recent innovations such as Group Relative Policy Optimization (GRPO) demonstrating excep…

Reinforcement Learning (RL)

Intrinsic Gradient Suppression for Label-Noise Prompt Tuning in Vision-Language Models

2026-05-01 · Jiayu Li, Jiaxin Qi, Sheng Zhou, Jiaqiang Huang 외 arxiv

Contrastive vision-language models like CLIP exhibit remarkable zero-shot generalization. However, prompt tuning remains highly sensitive to label noise, as mislabeled samples generate disproportionately large gradients …

Zero-shot Generalization

Do Proportionate Algorithms Exploit Sparsity?

2021-08-16 · Markus V. S. Lima, Gabriel S. Chaves, Tadeu N. Ferreira, Paulo S. R. Diniz

Adaptive filters exploiting sparsity have been a very active research field, among which the algorithms that follow the "proportional-update principle", the so-called proportionate-type algorithms, are very popular. Inde…

When Distance Distracts: Representation Distance Bias in BT-Loss for Reward Models

2025-12-06 · Tong Xie, Andrew Bai, Yuanhao Ban, Yunqi Hong 외 arxiv

Reward models are central to Large Language Model (LLM) alignment within the framework of RLHF. The standard objective used in reward modeling is the Bradley-Terry (BT) loss, which learns from pairwise data consisting of…