arXiv reaDer
kDecay:ニューラルネットワークを改善するためにLearning-RateScheduleにk-decayアイテムを追加するだけです
kDecay: Just adding k-decay items on Learning-Rate Schedule to improve Neural Networks
最近の研究では、学習率(LR)スケジュールを最適化することが、ディープニューラルネットワークをトレーニングするための非常に正確で効率的な方法である可能性があることが示されています。 LRの変化率(ROC)はトレーニングプロセスと相関関係があることがわかりますが、この関係を使用してトレーニングを制御し、精度を向上させる目的を達成するにはどうすればよいでしょうか。新しい方法であるk-decayを提案します。これは、一般的に使用される簡単なLRスケジュール(exp、cosines、polynomial)に項目を追加するだけで、これらのスケジュールのパフォーマンスを効果的に向上させます。 SGDR、CLR、AutoLRSなどのLRスケジュールのアートアルゴリズム。 k-decayでは、ハイパーパラメータ\(k \)を調整して、異なるLRスケジュールを生成することにより、kが増加すると、パフォーマンスが向上します。異なるニューラルネットワーク(ResNet、Wide ResNet)を使用してCIFARおよびImageNetデータセットでk-decayメソッドを評価します。私たちの実験は、この方法がそれらのほとんどを改善できることを示しています。精度は、CIFAR-10データセットで1.08%、CIFAR-100データセットで2.07%向上しています。 ImageNetでは、精度が1.25%向上しています。私たちの方法は、他のLR Shceduleに適用される一般的な方法であるだけでなく、追加の計算コストもありません。
Recent work has shown that optimizing the Learning Rate (LR) schedule can be a very accurate and efficient way to train deep neural networks. We observe that the rate of change (ROC) of LR has correlation with the training process, but how to use this relationship to control the training to achieve the purpose of improving accuracy? We propose a new method, k-decay, just add an extra item to the commonly used and easy LR schedule(exp, cosine and polynomial), is effectively improves the performance of these schedule, also better than the state-of-the-art algorithms of LR shcedule such as SGDR, CLR and AutoLRS. In the k-decay, by adjusting the hyper-parameter \(k\), to generate different LR schedule, when k increases, the performance is improved. We evaluate the k-decay method on CIFAR And ImageNet datasets with different neural networks (ResNet, Wide ResNet). Our experiments show that this method can improve on most of them. The accuracy has been improved by 1.08% on the CIFAR-10 dataset and by 2.07 % on the CIFAR-100 dataset. On the ImageNet, accuracy is improved by 1.25%. Our method is not only a general method to be applied other LR Shcedule, but also has no additional computational cost.
updated: Tue Mar 22 2022 02:05:24 GMT+0000 (UTC)
published: Mon Apr 13 2020 12:58:45 GMT+0000 (UTC)
参考文献 (このサイトで利用可能なもの) / References (only if available on this site)
被参照文献 (このサイトで利用可能なものを新しい順に) / Citations (only if available on this site, in order of most recent)
Amazon.co.jpアソシエイト