paper-with-me

Papers

AlphaDecay: Module-wise Weight Decay for Heavy-Tailed Balancing in LLMs

2025-06-17 · Di He, Ajay Jaiswal, Songjun Tu, Li Shen, Ganzhao Yuan, Shiwei Liu, Lu Yin

Weight decay is a standard regularization technique for training large language models (LLMs). While it is common to assign a uniform decay rate to every layer, this approach overlooks the structural diversity of LLMs and the varying spectral properties across modules. In this paper, we introduce AlphaDecay, a simple yet effective method that adaptively assigns different weight decay strengths to each module of an LLM. Our approach is guided by Heavy-Tailed Self-Regularization (HT-SR) theory, which analyzes the empirical spectral density (ESD) of weight correlation matrices to quantify "heavy-tailedness." Modules exhibiting more pronounced heavy-tailed ESDs, reflecting stronger feature learning, are assigned weaker decay, while modules with lighter-tailed spectra receive stronger decay. Our method leverages tailored weight decay assignments to balance the module-wise differences in spectral properties, leading to improved performance. Extensive pre-training tasks with various model sizes from 60M to 1B demonstrate that AlphaDecay achieves better perplexity and generalization than conventional uniform decay and other adaptive decay baselines. Our code is available at https://github.com/hed-ucas/AlphaDecay.

📄 PDF Abstract BibTeX arXiv:2506.14562

Code (1)

hed-ucas/alphadecay 공식 구현 pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

ReactVAU: A Slow-Fast Decoupled Framework for Streaming Video Anomaly Understanding

2026-09-07 · Chia-Hui Chen, Shih-Ying Yeh, Fu-En Yang, Min-Hung Chen 외 arxiv

In this paper, we propose ReactVAU, a Slow-Fast Decoupled Framework for real-time streaming Video Anomaly Understanding (VAU). Existing VAU methods rely on offline inference with global temporal sampling, which violates …

Computational EfficiencyAnomaly Detection

OUIDecay: Adaptive Layer-wise Weight Decay for CNNs Using Online Activation Patterns

2026-05-11 · Alberto Fernández-Hernández, Jose I. Mestre, Cristian Pérez-Corral, Manuel F. Dolz 외 arxiv

Weight decay remains one of the most widely used regularization mechanisms for training convolutional neural networks, yet it is still commonly applied as a fixed coefficient shared by all layers throughout training. Thi…

Learning-Augmented Moment Estimation on Time-Decay Models

2026-03-03 · Soham Nagawanshi, Shalini Panthangi, Chen Wang, David P. Woodruff 외 arxiv

Motivated by the prevalence and success of machine learning, a line of recent work has studied learning-augmented algorithms in the streaming model. These results have shown that for natural and practical oracles impleme…

Fast and Robust: Computationally Efficient Covariance Estimation for Sub-Weibull Vectors

2025-12-19 · Even He arxiv

High-dimensional covariance estimation is notoriously sensitive to outliers. While statistically optimal estimators exist for general heavy-tailed distributions, they often rely on computationally expensive techniques li…

RBED: Reward Based Epsilon Decay

2019-10-30 · Aakash Maroti

$\varepsilon$-greedy is a policy used to balance exploration and exploitation in many reinforcement learning setting. In cases where the agent uses some on-policy algorithm to learn optimal behaviour, it makes sense for …

Reinforcement LearningReinforcement Learning (RL)