OCPRMLJan 23, 2020

Replica Exchange for Non-Convex Optimization

arXiv:2001.08356v423 citations
AI Analysis

This addresses optimization challenges in machine learning by improving convergence in non-convex settings, though it is incremental as it builds on existing replica-exchange techniques.

The paper tackles the problem of non-convex optimization by proposing a replica-exchange algorithm that combines gradient descent and Langevin dynamics to avoid local minima, achieving linear convergence to the global minimum with high probability under certain conditions and showing superior performance in numerical experiments.

Gradient descent (GD) is known to converge quickly for convex objective functions, but it can be trapped at local minima. On the other hand, Langevin dynamics (LD) can explore the state space and find global minima, but in order to give accurate estimates, LD needs to run with a small discretization step size and weak stochastic force, which in general slow down its convergence. This paper shows that these two algorithms and their non-swapping variants. can ``collaborate" through a simple exchange mechanism, in which they swap their current positions if LD yields a lower objective function. This idea can be seen as the singular limit of the replica-exchange technique from the sampling literature. We show that this new algorithm converges to the global minimum linearly with high probability, assuming the objective function is strongly convex in a neighborhood of the unique global minimum. By replacing gradients with stochastic gradients, and adding a proper threshold to the exchange mechanism, our algorithm can also be used in online settings. We also study non-swapping variants of the algorithm, which achieve similar performance. We further verify our theoretical results through some numerical experiments and observe superior performance of the proposed algorithm over running GD or LD alone.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes