PathProx: A Proximal Gradient Algorithm for Weight Decay Regularized Deep Neural Networks
Liu Yang, Jifan Zhang, Joseph Shenouda, Dimitris Papailiopoulos,, Kangwook Lee, Robert D. Nowak

TL;DR
This paper introduces PathProx, a proximal gradient algorithm for training deep neural networks with weight decay regularization, demonstrating faster convergence to sparse solutions compared to standard SGD methods.
Contribution
It proposes a novel proximal gradient algorithm based on an alternative regularization formulation for weight decay, improving convergence speed in neural network training.
Findings
Faster convergence to sparse solutions with PathProx
Equivalent solutions to standard weight decay regularization
Theoretical and experimental validation of the new method
Abstract
Weight decay is one of the most widely used forms of regularization in deep learning, and has been shown to improve generalization and robustness. The optimization objective driving weight decay is a sum of losses plus a term proportional to the sum of squared weights. This paper argues that stochastic gradient descent (SGD) may be an inefficient algorithm for this objective. For neural networks with ReLU activations, solutions to the weight decay objective are equivalent to those of a different objective in which the regularization term is instead a sum of products of (not squared) norms of the input and output weights associated with each ReLU neuron. This alternative (and effectively equivalent) regularization suggests a novel proximal gradient algorithm for network training. Theory and experiments support the new training approach, showing that it can converge much faster…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Machine Learning and ELM · Domain Adaptation and Few-Shot Learning
MethodsWeight Decay
