LGAICVMay 27, 2021

Training With Data Dependent Dynamic Learning Rates

arXiv:2105.13464v1
Originality Incremental advance
AI Analysis

This work addresses the problem of inefficient training in deep learning by personalizing learning rates, offering incremental improvements over existing optimizers for tasks like image classification and noise handling.

The paper tackles the limitation of using uniform learning rates across all data instances in deep neural network training by proposing an optimizer that learns dynamic, instance-specific learning rates, leading to consistent gains in image classification and improved performance on noisy datasets.

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 different CNN architectures, learning dynamic learning rates leads to consistent gains over standard optimizers. When applied to a dataset containing corrupt instances, our framework reduces the learning rates on noisy instances, and improves over the state-of-the-art. Finally, we show that our optimization framework can be used for personalization of a machine learning model towards a known targeted data distribution.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes