English

Deep Residual Networks with Exponential Linear Unit

Computer Vision and Pattern Recognition 2016-10-06 v4

Abstract

Very deep convolutional neural networks introduced new problems like vanishing gradient and degradation. The recent successful contributions towards solving these problems are Residual and Highway Networks. These networks introduce skip connections that allow the information (from the input or those learned in earlier layers) to flow more into the deeper layers. These very deep models have lead to a considerable decrease in test errors, on benchmarks like ImageNet and COCO. In this paper, we propose the use of exponential linear unit instead of the combination of ReLU and Batch Normalization in Residual Networks. We show that this not only speeds up learning in Residual Networks but also improves the accuracy as the depth increases. It improves the test error on almost all data sets, like CIFAR-10 and CIFAR-100

Keywords

Cite

@article{arxiv.1604.04112,
  title  = {Deep Residual Networks with Exponential Linear Unit},
  author = {Anish Shah and Eashan Kadam and Hena Shah and Sameer Shinde and Sandip Shingade},
  journal= {arXiv preprint arXiv:1604.04112},
  year   = {2016}
}

Comments

submitted in Vision Net 2016, Jaipur, India

R2 v1 2026-06-22T13:32:22.488Z