paper-with-me

홈 › Papers

Improved Analysis of Clipping Algorithms for Non-convex Optimization

2020-10-05 · NeurIPS 2020 12 · Bohang Zhang, Jikai Jin, Cong Fang, LiWei Wang

Gradient clipping is commonly used in training deep neural networks partly due to its practicability in relieving the exploding gradient problem. Recently, \citet{zhang2019gradient} show that clipped (stochastic) Gradient Descent (GD) converges faster than vanilla GD/SGD via introducing a new assumption called $(L_0, L_1)$-smoothness, which characterizes the violent fluctuation of gradients typically encountered in deep neural networks. However, their iteration complexities on the problem-dependent parameters are rather pessimistic, and theoretical justification of clipping combined with other crucial techniques, e.g. momentum acceleration, are still lacking. In this paper, we bridge the gap by presenting a general framework to study the clipping algorithms, which also takes momentum methods into consideration. We provide convergence analysis of the framework in both deterministic and stochastic setting, and demonstrate the tightness of our results by comparing them with existing lower bounds. Our results imply that the efficiency of clipping methods will not degenerate even in highly non-smooth regions of the landscape. Experiments confirm the superiority of clipping-based methods in deep learning tasks.

📄 PDF Abstract BibTeX arXiv:2010.02519

Code (1)

zbh2047/clipping-algorithms 공식 구현 pytorch

Similar Papers 제목 키워드 기반

High Probability Analysis for Non-Convex Stochastic Optimization with Clipping

2023-07-25 · Shaojie Li, Yong liu

Gradient clipping is a commonly used technique to stabilize the training process of neural networks. A growing body of studies has shown that gradient clipping is a promising technique for dealing with the heavy-tailed b…

Stochastic Optimization

Efficient Private SCO for Heavy-Tailed Data via Averaged Clipping

2022-06-27 · Chenhan Jin, Kaiwen Zhou, Bo Han, James Cheng 외

We consider stochastic convex optimization for heavy-tailed data with the guarantee of being differentially private (DP). Most prior works on differentially private stochastic convex optimization for heavy-tailed data ar…

Clipped SGD Algorithms for Performative Prediction: Tight Bounds for Clipping Bias and Remedies

2024-04-17 · Qiang Li, Michal Yemini, Hoi-To Wai

This paper studies the convergence of clipped stochastic gradient descent (SGD) algorithms with decision-dependent data distribution. Our setting is motivated by privacy preserving optimization algorithms that interact w…

Privacy Preserving

Convergence and Privacy of Decentralized Nonconvex Optimization with Gradient Clipping and Communication Compression

2023-05-17 · Boyue Li, Yuejie Chi

Achieving communication efficiency in decentralized machine learning has been attracting significant attention, with communication compression recognized as an effective technique in algorithm design. This paper takes a …

Convex and Non-convex Optimization Under Generalized Smoothness

2023-06-02 · NeurIPS 2023 11

Classical analysis of convex and non-convex optimization methods often requires the Lipshitzness of the gradient, which limits the analysis to functions bounded by quadratics. Recent work relaxed this requirement to a no…