paper-with-me

홈 › Papers

Revealing Modular Gradient Noise Imbalance in LLMs: Calibrating Adam via Signal-to-Noise Ratio

2026-05-07 · Ziqing Wen, Zhouyang Liu, Jiahuan Wang, Ping Luo, Li Shen, Dongsheng Li, Tao Sun arxiv

The impressive performance of large language models (LLMs) arises from their massive scale and heterogeneous module composition. However, this structural heterogeneity introduces additional optimization challenges. While adaptive optimizers such as Adam(W) provide per-parameter adaptivity, they do not explicitly account for module-level gradient heterogeneity, resulting in slower convergence, suboptimal performance, or training instability. Existing approaches typically rely on manually tuned module-specific learning rates or specific optimization strategies, which are computationally costly and difficult to generalize across tasks or models. To establish a more principled approach, we first analyze the noise-damping behavior of Adam in high-noise modules and introduce \textbf{Module-wise Learning Rate Scaling via SNR (MoLS)}. MoLS estimates module-level SNRs to scale Adam updates, allowing automated module-wise learning rate allocation without manual tuning. Empirical results through multiple LLM training benchmarks demonstrate that MoLS improves convergence speed and generalization, achieving performance comparable to carefully tuned module-specific learning rates, while remaining compatible with memory-efficient training algorithms.

📄 PDF Abstract BibTeX arXiv:2605.05794

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Modular connectivity in neural networks emerges from Poisson noise-motivated regularisation, and promotes robustness and compositional generalisation

2025-12-05 · Daoyuan Qian, Qiyao Liang, Ila Fiete arxiv

Circuits in the brain commonly exhibit modular architectures that factorise complex tasks, resulting in the ability to compositionally generalise and reduce catastrophic forgetting. In contrast, artificial neural network…

Imbalanced Gradients in RL Post-Training of Multi-Task LLMs

2025-10-22 · Runzhe Wu, Ankur Samanta, Ayush Jain, Scott Fujimoto 외 arxiv

Multi-task post-training of large language models (LLMs) is typically performed by mixing datasets from different tasks and optimizing them jointly. This approach implicitly assumes that all tasks contribute gradients of…

LLM Unlearning using Gradient Ratio-Based Influence Estimation and Noise Injection

2025-08-08 · Ameya Anjarlekar, Sandeep Pombra arxiv

The growing legal and ethical scrutiny of large language models (LLMs) necessitates effective machine unlearning, particularly for sensitive or unauthorized data. Existing empirical methods often yield incomplete forgett…

On regularization of gradient descent, layer imbalance and flat minima

2020-07-18 · Boris Ginsburg

We analyze the training dynamics for deep linear networks using a new metric - layer imbalance - which defines the flatness of a solution. We demonstrate that different regularization methods, such as weight decay or noi…

Data Augmentation

Stochastic Continuous Submodular Maximization: Boosting via Non-oblivious Function

2022-01-03 · Qixin Zhang, Zengde Deng, Zaiyi Chen, Haoyuan Hu 외

In this paper, we revisit Stochastic Continuous Submodular Maximization in both offline and online settings, which can benefit wide applications in machine learning and operations research areas. We present a boosting fr…