paper-with-me

Papers

AngularGrad: A New Optimization Technique for Angular Convergence of Convolutional Neural Networks

2021-05-21 · S. K. Roy, M. E. Paoletti, J. M. Haut, S. R. Dubey, P. Kar, A. Plaza, B. B. Chaudhuri

Convolutional neural networks (CNNs) are trained using stochastic gradient descent (SGD)-based optimizers. Recently, the adaptive moment estimation (Adam) optimizer has become very popular due to its adaptive momentum, which tackles the dying gradient problem of SGD. Nevertheless, existing optimizers are still unable to exploit the optimization curvature information efficiently. This paper proposes a new AngularGrad optimizer that considers the behavior of the direction/angle of consecutive gradients. This is the first attempt in the literature to exploit the gradient angular information apart from its magnitude. The proposed AngularGrad generates a score to control the step size based on the gradient angular information of previous iterations. Thus, the optimization steps become smoother as a more accurate step size of immediate past gradients is captured through the angular information. Two variants of AngularGrad are developed based on the use of Tangent or Cosine functions for computing the gradient angular information. Theoretically, AngularGrad exhibits the same regret bound as Adam for convergence purposes. Nevertheless, extensive experiments conducted on benchmark data sets against state-of-the-art methods reveal a superior performance of AngularGrad. The source code will be made publicly available at: https://github.com/mhaut/AngularGrad.

📄 PDF Abstract BibTeX arXiv:2105.10190

Code (3)

mhaut/AngularGrad 공식 구현 pytorch
cpuimage/AngularGrad tf
linewalks/AngularGrad-tf tf

Methods 이 논문이 사용한 방법론

Adam 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Adaptive Friction in Deep Learning: Enhancing Optimizers with Sigmoid and Tanh Function

2024-08-07 · Hongye Zheng, Bingxing Wang, Minheng Xiao, Honglin Qin 외

Adaptive optimizers are pivotal in guiding the weight updates of deep neural networks, yet they often face challenges such as poor generalization and oscillation issues. To counter these, we introduce sigSignGrad and tan…

Friction

Deep Hyperspherical Learning

2017-11-08 · NeurIPS 2017 12 · Weiyang Liu, Yan-Ming Zhang, Xingguo Li, Zhiding Yu 외

Convolution as inner product has been the founding basis of convolutional neural networks (CNNs) and the key to end-to-end visual representation learning. Benefiting from deeper architectures, recent CNNs have demonstrat…

Representation Learning

Neural Characteristic Activation Analysis and Geometric Parameterization for ReLU Networks

2023-05-25 · Wenlin Chen, Hong Ge

We introduce a novel approach for analyzing the training dynamics of ReLU networks by examining the characteristic activation boundaries of individual ReLU neurons. Our proposed analysis reveals a critical instability in…

Stochastic Optimization

Angular Super-Resolution in Diffusion MRI with a 3D Recurrent Convolutional Autoencoder

2022-03-29 · Matthew Lyon, Paul Armitage, Mauricio A. Álvarez

High resolution diffusion MRI (dMRI) data is often constrained by limited scanning time in clinical settings, thus restricting the use of downstream analysis techniques that would otherwise be available. In this work we …

Diffusion MRISuper-Resolution

Adaptive Margin Circle Loss for Speaker Verification

2021-06-15 · Runqiu Xiao

Deep-Neural-Network (DNN) based speaker verification sys-tems use the angular softmax loss with margin penalties toenhance the intra-class compactness of speaker embeddings,which achieved remarkable performance. In this …

Speaker Verification