Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DoWG Unleashed: An Efficient Universal Parameter-Free Gradient Descent Method

About

This paper proposes a new easy-to-implement parameter-free gradient-based optimizer: DoWG (Distance over Weighted Gradients). We prove that DoWG is efficient -- matching the convergence rate of optimally tuned gradient descent in convex optimization up to a logarithmic factor without tuning any parameters, and universal -- automatically adapting to both smooth and nonsmooth problems. While popular algorithms following the AdaGrad framework compute a running average of the squared gradients to use for normalization, DoWG maintains a new distance-based weighted version of the running average, which is crucial to achieve the desired properties. To complement our theory, we also show empirically that DoWG trains at the edge of stability, and validate its effectiveness on practical machine learning tasks.

Ahmed Khaled, Konstantin Mishchenko, Chi Jin• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)
Accuracy92.4
3381
Image ClassificationImageNet-100 (test)
Clean Accuracy76.1
109
Image ClassificationFood-101 (test)--
89
Image ClassificationCIFAR-10
Latency (ms/iter)22.06
13
Image ClassificationMNIST (test)
Accuracy99.41
12
Showing 5 of 5 rows

Other info

Code

Follow for update