paper-with-me

Papers

Mixing ADAM and SGD: a Combined Optimization Method

2020-11-16 · Nicola Landro, Ignazio Gallo, Riccardo La Grassa

Optimization methods (optimizers) get special attention for the efficient training of neural networks in the field of deep learning. In literature there are many papers that compare neural models trained with the use of different optimizers. Each paper demonstrates that for a particular problem an optimizer is better than the others but as the problem changes this type of result is no longer valid and we have to start from scratch. In our paper we propose to use the combination of two very different optimizers but when used simultaneously they can overcome the performances of the single optimizers in very different problems. We propose a new optimizer called MAS (Mixing ADAM and SGD) that integrates SGD and ADAM simultaneously by weighing the contributions of both through the assignment of constant weights. Rather than trying to improve SGD or ADAM we exploit both at the same time by taking the best of both. We have conducted several experiments on images and text document classification, using various CNNs, and we demonstrated by experiments that the proposed MAS optimizer produces better performance than the single SGD or ADAM optimizers. The source code and all the results of the experiments are available online at the following link https://gitlab.com/nicolalandro/multi\_optimizer

📄 PDF Abstract BibTeX arXiv:2011.08042

Code (1)

https://gitlab.com/nicolalandro/multi_optimizer 공식 구현 pytorch

Tasks

Document ClassificationStochastic Optimizationvalid

Methods 이 논문이 사용한 방법론

MAS This optimizer mix ADAM and SGD creating the MAS optimizer.
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Ada2MS: A Hybrid Optimization Algorithm Based on Exponential Mixing of Elementwise and Global Second-Moment Estimates

2026-05-19 · Meng Zhu, Quan Xiao, Weidong Min arxiv

Optimization algorithms are core methods by which machine learning models iteratively minimize loss functions, update parameters, learn from data, and improve performance. Momentum SGD and AdamW represent two important o…

Quasi-hyperbolic momentum and Adam for deep learning

2018-10-16 · ICLR 2019 5 · Jerry Ma, Denis Yarats

Momentum-based acceleration of stochastic gradient descent (SGD) is widely used in deep learning. We propose the quasi-hyperbolic momentum algorithm (QHM) as an extremely simple alteration of momentum SGD, averaging a pl…

Deep LearningStochastic Optimization

Accelerated sampling using SamAdams variable timesteps and position-adaptive Langevin dynamics

2026-06-25 · Benedict Leimkuhler, Peter A. Whalley arxiv

We introduce an accelerated Langevin-based sampling method that is based on two complementary devices: \emph{SamAdams} adaptive timestepping, which automatically shrinks the effective integration step in stiff regions of…

High performing ensemble of convolutional neural networks for insect pest image detection

2021-08-28 · Loris Nanni, Alessandro Manfe, Gianluca Maguolo, Alessandra Lumini 외

Pest infestation is a major cause of crop damage and lost revenues worldwide. Automatic identification of invasive insects would greatly speedup the identification of pests and expedite their removal. In this paper, we g…

Data Augmentation

One More Time: Revisiting Neural Quantum States from a Reinforcement Learning Perspective

2026-07-02 · Juan Agustín Duque, Sergio García Heredia, Vinicius Hernandes, Eliška Greplová 외 arxiv

Neural quantum states (NQS) provide a flexible and scalable framework for approximating quantum many-body wavefunctions. Among NQS parameterizations, autoregressive models are especially attractive because they enable ex…

Reinforcement Learning