paper-with-me

Papers

Dynamic Memory Based Adaptive Optimization

2024-02-23 · Balázs Szegedy, Domonkos Czifra, Péter Kőrösi-Szabó

Define an optimizer as having memory $k$ if it stores $k$ dynamically changing vectors in the parameter space. Classical SGD has memory $0$, momentum SGD optimizer has $1$ and Adam optimizer has $2$. We address the following questions: How can optimizers make use of more memory units? What information should be stored in them? How to use them for the learning steps? As an approach to the last question, we introduce a general method called "Retrospective Learning Law Correction" or shortly RLLC. This method is designed to calculate a dynamically varying linear combination (called learning law) of memory units, which themselves may evolve arbitrarily. We demonstrate RLLC on optimizers whose memory units have linear update rules and small memory ($\leq 4$ memory units). Our experiments show that in a variety of standard problems, these optimizers outperform the above mentioned three classical optimizers. We conclude that RLLC is a promising framework for boosting the performance of known optimizers by adding more memory units and by making them more adaptive.

📄 PDF Abstract BibTeX arXiv:2402.15262

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Memory-Efficient Optimization with Factorized Hamiltonian Descent

2024-06-14 · Son Nguyen, Lizhang Chen, Bo Liu, Qiang Liu

Modern deep learning heavily depends on adaptive optimizers such as Adam and its variants, which are renowned for their capacity to handle model scaling and streamline hyperparameter tuning. However, these algorithms typ…

ReLMXEL: Adaptive RL-Based Memory Controller with Explainable Energy and Latency Optimization

2026-03-18 · Panuganti Chirag Sai, Gandholi Sarat, R. Raghunatha Sarma, Venkata Kalyan Tavva 외 arxiv

Reducing latency and energy consumption is critical to improving the efficiency of memory systems in modern computing. This work introduces ReLMXEL (Reinforcement Learning for Memory Controller with Explainable Energy an…

Reinforcement Learning

Adaptive Memory Momentum via a Model-Based Framework for Deep Learning Optimization

2025-10-06 · Kristi Topollai, Anna Choromanska arxiv

The vast majority of modern deep learning models are trained with momentum-based first-order optimizers. The momentum term governs the optimizer's memory by determining how much each past gradient contributes to the curr…

Dynamic Low-rank Approximation of Full-Matrix Preconditioner for Training Generalized Linear Models

2025-08-28 · Tatyana Matveeva, Aleksandr Katrutsa, Evgeny Frolov arxiv

Adaptive gradient methods like Adagrad and its variants are widespread in large-scale optimization. However, their use of diagonal preconditioning matrices limits the ability to capture parameter correlations. Full-matri…

Dyna: A Method of Momentum for Stochastic Optimization

2018-05-13 · Zhidong Han

An algorithm is presented for momentum gradient descent optimization based on the first-order differential equation of the Newtonian dynamics. The fictitious mass is introduced to the dynamics of momentum for regularizin…

Computational EfficiencyStochastic Optimization