Shake-Shake regularization
2017-05-21Code Available0· sign in to hype
Xavier Gastaldi
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/xgastaldi/shake-shakeOfficialIn papertorch★ 0
- github.com/loshchil/AdamW-and-SGDWtorch★ 292
- github.com/layumi/Cifar10-Adaboostpytorch★ 6
- github.com/LMaxence/Cifar10_Classificationpytorch★ 0
- github.com/mariogeiger/pytorch_shake_shakepytorch★ 0
- github.com/YeongHyeon/Shake-Shaketf★ 0
- github.com/owruby/shake-shake_pytorchpytorch★ 0
- github.com/tensorflow/models/tree/master/research/autoaugmenttf★ 0
- github.com/hysts/pytorch_shake_shakepytorch★ 0
- github.com/motokimura/shake_shake_chainerpytorch★ 0
Abstract
The method introduced in this paper aims at helping deep learning practitioners faced with an overfit problem. The idea is to replace, in a multi-branch network, the standard summation of parallel branches with a stochastic affine combination. Applied to 3-branch residual networks, shake-shake regularization improves on the best single shot published results on CIFAR-10 and CIFAR-100 by reaching test errors of 2.86% and 15.85%. Experiments on architectures without skip connections or Batch Normalization show encouraging results and open the door to a large set of applications. Code is available at https://github.com/xgastaldi/shake-shake