paper-with-me

Papers

CoolMomentum: A Method for Stochastic Optimization by Langevin Dynamics with Simulated Annealing

2020-05-29 · Oleksandr Borysenko, Maksym Byshkin

Deep learning applications require global optimization of non-convex objective functions, which have multiple local minima. The same problem is often found in physical simulations and may be resolved by the methods of Langevin dynamics with Simulated Annealing, which is a well-established approach for minimization of many-particle potentials. This analogy provides useful insights for non-convex stochastic optimization in machine learning. Here we find that integration of the discretized Langevin equation gives a coordinate updating rule equivalent to the famous Momentum optimization algorithm. As a main result, we show that a gradual decrease of the momentum coefficient from the initial value close to unity until zero is equivalent to application of Simulated Annealing or slow cooling, in physical terms. Making use of this novel approach, we propose CoolMomentum -- a new stochastic optimization method. Applying Coolmomentum to optimization of Resnet-20 on Cifar-10 dataset and Efficientnet-B0 on Imagenet, we demonstrate that it is able to achieve high accuracies.

📄 PDF Abstract BibTeX arXiv:2005.14605

Code (1)

borbysh/coolmomentum 공식 구현 tf

Tasks

global-optimizationPhysical SimulationsStochastic OptimizationUnity

Similar Papers 제목 키워드 기반

Global Convergence of Langevin Dynamics Based Algorithms for Nonconvex Optimization

2017-07-20 · NeurIPS 2018 12 · Pan Xu, Jinghui Chen, Difan Zou, Quanquan Gu

We present a unified framework to analyze the global convergence of Langevin dynamics based algorithms for nonconvex finite-sum optimization with $n$ component functions. At the core of our analysis is a direct analysis …

Non-Convex Optimization via Non-Reversible Stochastic Gradient Langevin Dynamics

2020-04-06 · Yuanhan Hu, Xiaoyu Wang, Xuefeng Gao, Mert Gurbuzbalaban 외

Stochastic Gradient Langevin Dynamics (SGLD) is a powerful algorithm for optimizing a non-convex objective, where a controlled and properly scaled Gaussian noise is added to the stochastic gradients to steer the iterates…

Stochastic Optimization

Fisher information dissipation for time inhomogeneous stochastic differential equations

2024-02-01 · Qi Feng, Xinzhe Zuo, Wuchen Li

We provide a Lyapunov convergence analysis for time-inhomogeneous variable coefficient stochastic differential equations (SDEs). Three typical examples include overdamped, irreversible drift, and underdamped Langevin dyn…

Improved Convergence Rate of Stochastic Gradient Langevin Dynamics with Variance Reduction and its Application to Optimization

2022-03-30 · Yuri Kinoshita, Taiji Suzuki

The stochastic gradient Langevin Dynamics is one of the most fundamental algorithms to solve sampling problems and non-convex optimization appearing in several machine learning applications. Especially, its variance redu…

Convex Optimization with Unbounded Nonconvex Oracles using Simulated Annealing

2017-11-07 · Oren Mangoubi, Nisheeth K. Vishnoi

We consider the problem of minimizing a convex objective function $F$ when one can only evaluate its noisy approximation $\hat{F}$. Unless one assumes some structure on the noise, $\hat{F}$ may be an arbitrary nonconvex …