Goto

Collaborating Authors

 adabelief optimizer


AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients

Neural Information Processing Systems

Most popular optimizers for deep learning can be broadly categorized as adaptive methods (e.g. Adam) and accelerated schemes (e.g. For many models such as convolutional neural networks (CNNs), adaptive methods typically converge faster but generalize worse compared to SGD; for complex settings such as generative adversarial networks (GANs), adaptive methods are typically the default because of their stability. We propose AdaBelief to simultaneously achieve three goals: fast convergence as in adaptive methods, good generalization as in SGD, and training stability. The intuition for AdaBelief is to adapt the stepsize according to the "belief" in the current gradient direction.


Review for NeurIPS paper: AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients

Neural Information Processing Systems

Weaknesses: 1- The paper contains some unsubstantiated claims. For instance: * Line 145: "Although the above cases are simple, they occur frequently in deep learning, hence we expect AdaBelief to outperform Adam in general cases" and line 150 "most networks behave(s) like (the) case (in) Figure 1(b)." This statement is not substantiated. Although ReLU losses are somewhat similar to L1 loss (both are composed of two linear components), if one consider the composition resulting from several layers of a deep neural net, the resulting loss function is no longer a simple piecewise linear convex function such as the examples in Fig 3 (a), (b) and (d). That is not to stay that these examples are not interesting.


Review for NeurIPS paper: AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients

Neural Information Processing Systems

All reviewers agree that the proposed method makes simple and effective change to the popular Adam algorithm, supported by strong empirical results and relatively standard convergence guarantees. Due to its simplicity, effectiveness and clear and convincing writing, the method has the potential of becoming a new standard method in deep learning. The reviewers have concerns of somewhat unsubstantiated claims and oversold statements, but I believe these are relatively minor compared with the contribution. I urge the authors to carefully address these concerns in the revision.


AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients

Neural Information Processing Systems

Most popular optimizers for deep learning can be broadly categorized as adaptive methods (e.g. Adam) and accelerated schemes (e.g. For many models such as convolutional neural networks (CNNs), adaptive methods typically converge faster but generalize worse compared to SGD; for complex settings such as generative adversarial networks (GANs), adaptive methods are typically the default because of their stability. We propose AdaBelief to simultaneously achieve three goals: fast convergence as in adaptive methods, good generalization as in SGD, and training stability. The intuition for AdaBelief is to adapt the stepsize according to the "belief" in the current gradient direction.


AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients

#artificialintelligence

Most popular optimizers for deep learning can be broadly categorized as adaptive methods (e.g. Adam) and accelerated schemes (e.g. For many models such as convolutional neural networks (CNNs), adaptive methods typically converge faster but generalize worse compared to SGD; for complex settings such as generative adversarial networks (GANs), adaptive methods are typically the default because of their stability. We propose AdaBelief to simultaneously achieve three goals: fast convergence as in adaptive methods, good generalization as in SGD, and training stability. The intuition for AdaBelief is to adapt the stepsize according to the "belief" in the current gradient direction.