Gradient Shaping Beyond Clipping: A Functional Perspective on Update Magnitude Control
Haochen You, Baojing Liu
TL;DR
This work tackles the rigidity of global gradient clipping by introducing SPAMP, a differentiable gradient-shaping framework that uses per-layer statistics to adaptively modulate the update magnitude $\eta_t \|g_t\|$ via smooth, power-based operators. By unifying warmup, normalization, and clipping under a single objective and allowing per-layer thresholds $\tau_t^{(l)}$, SPAMP provides a principled mechanism for update control that adapts to layerwise geometry and training dynamics. The authors provide both theoretical insights into how SPAMP shapes loss descent and extensive experiments on image classification and language modeling demonstrating faster, more stable convergence, improved gradient norms, and robustness to perturbations and scale. The results suggest that smooth gradient shaping offers a scalable, flexible alternative to rigid thresholding, with practical implications for large-scale deep-network optimization.
Abstract
Gradient clipping is widely used to stabilize deep network training, but its formulation as a hard, fixed threshold limits flexibility and ignores gradient distribution dynamics. We propose SPAMP (Statistical Per-layer Adaptive Modulation and Projection), a unified framework that generalizes clipping into smooth, per-layer gradient shaping. SPAMP tracks local gradient statistics, dynamically estimates thresholds, and applies power-based transformations to modulate update magnitudes in a differentiable manner. This perspective recasts clipping and warmup as dual mechanisms for controlling the effective update scale $η_t \|g_t\|$, offering a principled alternative to rigid heuristics. Extensive experiments across image and language tasks demonstrate that SPAMP improves stability, convergence, and robustness over existing methods.
