English

Variance Suppression: Balanced Training Process in Deep Learning

Machine Learning 2019-05-22 v3 Machine Learning

Abstract

Stochastic gradient descent updates parameters with summation gradient computed from a random data batch. This summation will lead to unbalanced training process if the data we obtained is unbalanced. To address this issue, this paper takes the error variance and error mean both into consideration. The adaptively adjusting approach of two terms trading off is also given in our algorithm. Due to this algorithm can suppress error variance, we named it Variance Suppression Gradient Descent (VSSGD). Experimental results have demonstrated that VSSGD can accelerate the training process, effectively prevent overfitting, improve the networks learning capacity from small samples.

Keywords

Cite

@article{arxiv.1811.08163,
  title  = {Variance Suppression: Balanced Training Process in Deep Learning},
  author = {Tao Yi and Xingxuan Wang},
  journal= {arXiv preprint arXiv:1811.08163},
  year   = {2019}
}

Comments

More experiments are needed to prove this theory, but I'm not quite sure yet

R2 v1 2026-06-23T05:21:55.667Z