Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

0.3%0.5%0.8%0.1% · Sep 201819922001200920182026
2 results for AdaShift

AdaShift solves non-convergence issue of Adam by decorrelating gradient and second-moment terms.

problem Non-convergence of adaptive learning rate methods like Adam.
method AdaShift decorrelates gradient and second-moment terms by temporal shifting.
result AdaShift solves non-convergence problem of Adam and maintains competitive performance.

New method AdaMod stabilizes deep neural network training by limiting adaptive learning rates.

problem Adaptive learning rates can produce extremely large values at the start of training, hindering learning.
method AdaMod uses adaptive and momental upper bounds to restrict learning rates dynamically.
result AdaMod eliminates large learning rates and improves training on complex networks.