MLAILGOct 31, 2022

Probability-Dependent Gradient Decay in Large Margin Softmax

arXiv:2210.17145v2h-index: 71
Originality Incremental advance
AI Analysis

This work addresses optimization and generalization challenges in deep learning, offering incremental insights into large margin Softmax and curriculum learning.

The paper tackles the problem of improving generalization in neural networks by introducing a gradient decay hyperparameter in Softmax to control probability-dependent gradient decay, finding that performance on datasets like MNIST and CIFAR-10/100 significantly depends on this rate, with a warm-up strategy proposed to dynamically adjust it for faster convergence.

In the past few years, Softmax has become a common component in neural network frameworks. In this paper, a gradient decay hyperparameter is introduced in Softmax to control the probability-dependent gradient decay rate during training. By following the theoretical analysis and empirical results of a variety of model architectures trained on MNIST, CIFAR-10/100 and SVHN, we find that the generalization performance depends significantly on the gradient decay rate as the confidence probability rises, i.e., the gradient decreases convexly or concavely as the sample probability increases. Moreover, optimization with the small gradient decay shows a similar curriculum learning sequence where hard samples are in the spotlight only after easy samples are convinced sufficiently, and well-separated samples gain a higher gradient to reduce intra-class distance. Based on the analysis results, we can provide evidence that the large margin Softmax will affect the local Lipschitz constraint of the loss function by regulating the probability-dependent gradient decay rate. This paper provides a new perspective and understanding of the relationship among concepts of large margin Softmax, local Lipschitz constraint and curriculum learning by analyzing the gradient decay rate. Besides, we propose a warm-up strategy to dynamically adjust Softmax loss in training, where the gradient decay rate increases from over-small to speed up the convergence rate.

Foundations

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

Your Notes