SoftTarget Regularization: An Effective Technique to Reduce Over-Fitting in Neural Networks
Armen Aghajanyan

TL;DR
This paper introduces SoftTarget regularization, a novel method that reduces over-fitting in neural networks by adjusting labels based on past soft-targets, maintaining model capacity while improving generalization.
Contribution
The paper presents SoftTarget regularization, a new technique that guides learning by leveraging past soft-targets, avoiding capacity reduction typical of other regularizers.
Findings
SoftTarget regularization effectively reduces over-fitting.
It performs as well as Dropout without decreasing model capacity.
Applicable across various neural network architectures.
Abstract
Deep neural networks are learning models with a very high capacity and therefore prone to over-fitting. Many regularization techniques such as Dropout, DropConnect, and weight decay all attempt to solve the problem of over-fitting by reducing the capacity of their respective models (Srivastava et al., 2014), (Wan et al., 2013), (Krogh & Hertz, 1992). In this paper we introduce a new form of regularization that guides the learning problem in a way that reduces over-fitting without sacrificing the capacity of the model. The mistakes that models make in early stages of training carry information about the learning problem. By adjusting the labels of the current epoch of training through a weighted average of the real labels, and an exponential average of the past soft-targets we achieved a regularization scheme as powerful as Dropout without necessarily reducing the capacity of the model,…
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
MethodsDropConnect · Weight Decay · Dropout
