Using accumulation to optimize deep residual neural nets
2018-01-14Unverified0· sign in to hype
Yatin Saraiya
Unverified — Be the first to reproduce this paper.
ReproduceAbstract
Residual Neural Networks [1] won first place in all five main tracks of the ImageNet and COCO 2015 competitions. This kind of network involves the creation of pluggable modules such that the output contains a residual from the input. The residual in that paper is the identity function. We propose to include residuals from all lower layers, suitably normalized, to create the residual. This way, all previous layers contribute equally to the output of a layer. We show that our approach is an improvement on [1] for the CIFAR-10 dataset.