paper-with-me

Papers

Faster Convex Optimization: Simulated Annealing with an Efficient Universal Barrier

2015-07-09 · Jacob Abernethy, Elad Hazan

This paper explores a surprising equivalence between two seemingly-distinct convex optimization methods. We show that simulated annealing, a well-studied random walk algorithms, is directly equivalent, in a certain sense, to the central path interior point algorithm for the the entropic universal barrier function. This connection exhibits several benefits. First, we are able improve the state of the art time complexity for convex optimization under the membership oracle model. We improve the analysis of the randomized algorithm of Kalai and Vempala by utilizing tools developed by Nesterov and Nemirovskii that underly the central path following interior point algorithm. We are able to tighten the temperature schedule for simulated annealing which gives an improved running time, reducing by square root of the dimension in certain instances. Second, we get an efficient randomized interior point method with an efficiently computable universal barrier for any convex set described by a membership oracle. Previously, efficiently computable barriers were known only for particular convex sets.

📄 PDF Abstract BibTeX arXiv:1507.02528

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Global Optimization via Softmin Energy Minimization

2025-09-22 · Andrea Agazzi, Vittorio Carlei, Marco Romito, Samuele Saviozzi arxiv

Global optimization, particularly for non-convex functions with multiple local minima, poses significant challenges for traditional gradient-based methods. While metaheuristic approaches offer empirical effectiveness, th…

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 La…

global-optimizationPhysical SimulationsStochastic OptimizationUnity

Efficiency of quantum versus classical annealing in non-convex learning problems

2017-06-26 · Carlo Baldassi, Riccardo Zecchina

Quantum annealers aim at solving non-convex optimization problems by exploiting cooperative tunneling effects to escape local minima. The underlying idea consists in designing a classical energy function whose ground sta…

Network Pruning Optimization by Simulated Annealing Algorithm

2021-09-29 · Chun Lin Kuo, Ercan Engin Kuruoglu, Wai Kin Victor Chan

One critical problem of large neural networks is over-parameterization with a large number of weight parameters. This becomes an obstacle to implement networks in edge devices as well as limiting the development of indus…

Network Pruning

Memory-Efficient FPGA Implementation of Stochastic Simulated Annealing

2026-01-25 · Duckgyu Shin, Naoya Onizawa, Warren J. Gross, Takahiro Hanyu arxiv

Simulated annealing (SA) is a well-known algorithm for solving combinatorial optimization problems. However, the computation time of SA increases rapidly, as the size of the problem grows. Recently, a stochastic simulate…