SGDR:带热重启的随机梯度下降

SGDR: Stochastic Gradient Descent with Warm Restarts

弗兰克·胡特 Frank Hutter · University of Freiburg · 2016-08-13 · arXiv:1608.03983 ↗ · 被引 10679

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

重启技术在无梯度优化中常用于处理多模态函数。部分热重启在基于梯度的优化中也越来越受欢迎,以加速梯度方案中的收敛速度,处理病态函数。在本文中,我们提出了一种简单的随机梯度下降热重启技术,以提高训练深度神经网络时的任意时刻性能。我们在 CIFAR-10 和 CIFAR-100 数据集上进行了实证研究,分别取得了 3.14%和 16.21%的最新最优结果。我们还在 EEG 记录数据集和 ImageNet 数据集的下采样版本上展示了其优势。我们的源代码可在 https://github.com/loshchil/SGDR 获取。

Restart techniques are common in gradient-free optimization to deal with multimodal functions. Partial warm restarts are also gaining popularity in gradient-based optimization to improve the rate of convergence in accelerated gradient schemes to deal with ill-conditioned functions. In this paper, we propose a simple warm restart technique for stochastic gradient descent to improve its anytime performance when training deep neural networks. We empirically study its performance on the CIFAR-10 and CIFAR-100 datasets, where we demonstrate new state-of-the-art results at 3.14% and 16.21%, respectively. We also demonstrate its advantages on a dataset of EEG recordings and on a downsampled version of the ImageNet dataset. Our source code is available at https://github.com/loshchil/SGDR

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 13)

阅读逐段中英对照全文 →