English

Stochastic Gradient Descent with Hyperbolic-Tangent Decay on Classification

Computer Vision and Pattern Recognition 2018-11-14 v2

Abstract

Learning rate scheduler has been a critical issue in the deep neural network training. Several schedulers and methods have been proposed, including step decay scheduler, adaptive method, cosine scheduler and cyclical scheduler. This paper proposes a new scheduling method, named hyperbolic-tangent decay (HTD). We run experiments on several benchmarks such as: ResNet, Wide ResNet and DenseNet for CIFAR-10 and CIFAR-100 datasets, LSTM for PAMAP2 dataset, ResNet on ImageNet and Fashion-MNIST datasets. In our experiments, HTD outperforms step decay and cosine scheduler in nearly all cases, while requiring less hyperparameters than step decay, and more flexible than cosine scheduler. Code is available at https://github.com/BIGBALLON/HTD.

Keywords

Cite

@article{arxiv.1806.01593,
  title  = {Stochastic Gradient Descent with Hyperbolic-Tangent Decay on Classification},
  author = {Bo Yang Hsueh and Wei Li and I-Chen Wu},
  journal= {arXiv preprint arXiv:1806.01593},
  year   = {2018}
}

Comments

WACV2019

R2 v1 2026-06-23T02:19:26.781Z