Methods › General › Optimization › Gradient Clipping
Gradient Clipping
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
One difficulty that arises with optimization of deep neural networks is that large parameter gradients can lead an SGD optimizer to update the parameters strongly into a region where the loss function is much greater, effectively undoing much of the work that was needed to get to the current solution.
Gradient Clipping clips the size of the gradients to ensure optimization performs more reasonably near sharp areas of the loss surface. It can be performed in a number of ways. One option is to simply clip the parameter gradient element-wise before a parameter update. Another option is to clip the norm ||g|| of the gradient g before a parameter update:
if ||g|| > v then g ←gv/(||g||)
where v is a norm threshold.
Source: Deep Learning, Goodfellow et al
Image Source: Pascanu et al
Papers archive 2025-07-28
30 shown of 167, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Differentially Private Relational Learning with Entity-level Privacy Guarantees 10 Jun 2025 · 1 repository · arXiv:2506.08347
-
GeoClip: Geometry-Aware Clipping for Differentially Private SGD 6 Jun 2025 · 0 repositories · arXiv:2506.06549
-
GCFL: A Gradient Correction-based Federated Learning Framework for Privacy-preserving CPSS 4 Jun 2025 · 0 repositories · arXiv:2506.03618
-
Sample and Computationally Efficient Continuous-Time Reinforcement Learning with General Function Approximation 20 May 2025 · 1 repository · arXiv:2505.14821
-
A Training Framework for Optimal and Stable Training of Polynomial Neural Networks 16 May 2025 · 1 repository · arXiv:2505.11589
-
Dyn-D²P: Dynamic Differentially Private Decentralized Learning with Provable Utility Guarantee 10 May 2025 · 0 repositories · arXiv:2505.06651
-
Can Local Representation Alignment RNNs Solve Temporal Tasks? 18 Apr 2025 · 0 repositories · arXiv:2504.13531
-
Technical Report: Full Version of Analyzing and Optimizing Perturbation of DP-SGD Geometrically 8 Apr 2025 · 0 repositories · arXiv:2504.05618
-
ZClip: Adaptive Spike Mitigation for LLM Pre-Training 3 Apr 2025 · 1 repository · arXiv:2504.02507Syntology ran 0 of 1 samples · 1 unverified
-
World Model Agents with Change-Based Intrinsic Motivation 26 Mar 2025 · 1 repository · arXiv:2503.21047
-
Tractable Representations for Convergent Approximation of Distributional HJB Equations 7 Mar 2025 · 0 repositories · arXiv:2503.05563
-
AdaGC: Improving Training Stability for Large Language Model Pretraining 16 Feb 2025 · 0 repositories · arXiv:2502.11034
-
Local Differential Privacy is Not Enough: A Sample Reconstruction Attack against Federated Learning with Local Differential Privacy 12 Feb 2025 · 0 repositories · arXiv:2502.08151
-
Mitigating Unintended Memorization with LoRA in Federated Learning for LLMs 7 Feb 2025 · 1 repository · arXiv:2502.05087
-
BMG-Q: Localized Bipartite Match Graph Attention Q-Learning for Ride-Pooling Order Dispatch 23 Jan 2025 · 0 repositories · arXiv:2501.13448
-
Integrating LLMs with ITS: Recent Advances, Potentials, Challenges, and Future Directions 8 Jan 2025 · 0 repositories · arXiv:2501.04437
-
On the Convergence of DP-SGD with Adaptive Clipping 27 Dec 2024 · 0 repositories · arXiv:2412.19916
-
Optimized Gradient Clipping for Noisy Label Learning 12 Dec 2024 · 1 repository · arXiv:2412.08941
-
A Combined Encoder and Transformer Approach for Coherent and High-Quality Text Generation 19 Nov 2024 · 0 repositories · arXiv:2411.12157
-
Gradient Normalization Provably Benefits Nonconvex SGD under Heavy-Tailed Noise 21 Oct 2024 · 0 repositories · arXiv:2410.16561
-
From Gradient Clipping to Normalization for Heavy Tailed SGD 17 Oct 2024 · 0 repositories · arXiv:2410.13849
-
Adaptive Gradient Normalization and Independent Sampling for (Stochastic) Generalized-Smooth Optimization 17 Oct 2024 · 0 repositories · arXiv:2410.14054
-
Private and Communication-Efficient Federated Learning based on Differentially Private Sketches 8 Oct 2024 · 0 repositories · arXiv:2410.05733
-
Methods for Convex (L₀,L₁)-Smooth Optimization: Clipping, Acceleration, and Adaptivity 23 Sep 2024 · 0 repositories · arXiv:2409.14989
-
Robust Federated Learning Over the Air: Combating Heavy-Tailed Noise with Median Anchored Clipping 23 Sep 2024 · 0 repositories · arXiv:2409.15100
-
Convergence of Distributed Adaptive Optimization with Local Updates 20 Sep 2024 · 0 repositories · arXiv:2409.13155
-
DenoMamba: A fused state-space model for low-dose CT denoising 19 Sep 2024 · 1 repository · arXiv:2409.13094
-
Causal Temporal Representation Learning with Nonstationary Sparse Transition 5 Sep 2024 · 1 repository · arXiv:2409.03142Syntology ran 7 of 9 samples · 2 unverified · 9 pointer-only (licence)
-
Machine learning models for daily rainfall forecasting in Northern Tropical Africa using tropical wave predictors 29 Aug 2024 · 1 repository · arXiv:2408.16349
-
Revisit Micro-batch Clipping: Adaptive Data Pruning via Gradient Manipulation 29 Aug 2024 · 0 repositories · arXiv:2408.16204
Tasks archive 2025-07-28
20 shown of 150 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections