Contrastive Weight Regularization for Large Minibatch SGD
Qiwei Yuan, Weizhe Hua, Yi Zhou, Cunxi Yu

TL;DR
This paper introduces a regularization method called DReg that improves the generalization and convergence of large-batch SGD in deep learning by encouraging diversity between replicated layers.
Contribution
The paper proposes a novel regularization technique, DReg, that enhances large-batch SGD training by promoting diversity between layer parameters with minimal computational cost.
Findings
DReg significantly improves convergence speed.
DReg enhances generalization performance.
DReg boosts large-batch SGD with momentum.
Abstract
The minibatch stochastic gradient descent method (SGD) is widely applied in deep learning due to its efficiency and scalability that enable training deep networks with a large volume of data. Particularly in the distributed setting, SGD is usually applied with large batch size. However, as opposed to small-batch SGD, neural network models trained with large-batch SGD can hardly generalize well, i.e., the validation accuracy is low. In this work, we introduce a novel regularization technique, namely distinctive regularization (DReg), which replicates a certain layer of the deep network and encourages the parameters of both layers to be diverse. The DReg technique introduces very little computation overhead. Moreover, we empirically show that optimizing the neural network with DReg using large-batch SGD achieves a significant boost in the convergence and improved generalization…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Stochastic Gradient Optimization Techniques
MethodsStochastic Gradient Descent
