
























Abstract:Optimization is essential in deep learning. The foundational method upon which most optimizers are built is momentum-based stochastic gradient descent. However, it suffers from two key drawbacks. First, it has noisy and varying gradients, and second, it has an overshoot phenomenon. To address noisy gradients, Adam was proposed, which remains the most widely used adaptive optimizer. To address the overshoot phenomenon, a control-theory-based PID optimizer was proposed. To tackle both the limitations within a single framework, several variants of Adaptive PID (AdaPID) have recently been proposed.
Although AdaPID performs well, it still inherits two critical drawbacks from Adam, namely convergence and stability issues. In this work, we address both these limitations. To fix the convergence issue, we uniquely integrate the idea of using a non-increasing effective learning rate into AdaPID (originally proposed in AMSGrad, an extension of Adam). To fix the stability issue, we innovatively integrate a gradient difference based modulation factor into AdaPID (originally proposed in DiffGrad, another extension of Adam). Combining both these ideas in AdaPID, results in our novel IAdaPID-ADG optimizer.
We evaluate our proposed optimizer on multiple datasets, including benchmark datasets (MNIST and CIFAR10) and real-world datasets (IARC and AnnoCerv). The IAdaPID-ADG substantially outperforms all competing optimizers. Additionally, we perform an ablation study on the MNIST dataset to demonstrate the contribution of each added component.
| Comments: | 11 Pages, Double Column, 6 Tables, 5 Figures |
| Subjects: | Machine Learning (cs.LG) |
| MSC classes: | 68T07, 68T05 |
| ACM classes: | I.2.8; I.2.6 |
| Cite as: | arXiv:2605.21968 [cs.LG] |
| (or arXiv:2605.21968v1 [cs.LG] for this version) | |
| https://doi.org/10.48550/arXiv.2605.21968 arXiv-issued DOI via DataCite (pending registration) |
From: Kapil Ahuja [view email]
[v1]
Thu, 21 May 2026 03:57:05 UTC (5,532 KB)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。