Training With Data Dependent Dynamic Learning Rates
Shreyas Saxena, Nidhi Vyas, Dennis DeCoste

TL;DR
This paper introduces a novel optimization framework that learns dynamic, instance-specific learning rates for training deep neural networks, improving performance especially on noisy data and enabling model personalization.
Contribution
It proposes a new optimizer that adapts learning rates per data instance, relaxing the assumption of uniform loss characteristics across data, and demonstrates its effectiveness across tasks.
Findings
Consistent performance gains across CNN architectures.
Improved handling of noisy, corrupt data instances.
Enables model personalization towards specific data distributions.
Abstract
Recently many first and second order variants of SGD have been proposed to facilitate training of Deep Neural Networks (DNNs). A common limitation of these works stem from the fact that they use the same learning rate across all instances present in the dataset. This setting is widely adopted under the assumption that loss functions for each instance are similar in nature, and hence, a common learning rate can be used. In this work, we relax this assumption and propose an optimization framework which accounts for difference in loss function characteristics across instances. More specifically, our optimizer learns a dynamic learning rate for each instance present in the dataset. Learning a dynamic learning rate for each instance allows our optimization framework to focus on different modes of training data during optimization. When applied to an image classification task, across…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Domain Adaptation and Few-Shot Learning
MethodsStochastic Gradient Descent
