OCLGSep 19, 2022

On the Theoretical Properties of Noise Correlation in Stochastic Optimization

arXiv:2209.09162v18 citationsh-index: 108
Originality Incremental advance
AI Analysis

This work addresses a theoretical gap in noise optimization for machine learning training, though it appears incremental as it generalizes known algorithms.

The paper tackles the problem of optimizing non-convex functions by studying correlated noise in stochastic optimization, introducing the fPGD algorithm based on fractional Brownian motion, and demonstrates that it offers favorable exploration abilities over existing methods like PGD and Anti-PGD in some cases.

Studying the properties of stochastic noise to optimize complex non-convex functions has been an active area of research in the field of machine learning. Prior work has shown that the noise of stochastic gradient descent improves optimization by overcoming undesirable obstacles in the landscape. Moreover, injecting artificial Gaussian noise has become a popular idea to quickly escape saddle points. Indeed, in the absence of reliable gradient information, the noise is used to explore the landscape, but it is unclear what type of noise is optimal in terms of exploration ability. In order to narrow this gap in our knowledge, we study a general type of continuous-time non-Markovian process, based on fractional Brownian motion, that allows for the increments of the process to be correlated. This generalizes processes based on Brownian motion, such as the Ornstein-Uhlenbeck process. We demonstrate how to discretize such processes which gives rise to the new algorithm fPGD. This method is a generalization of the known algorithms PGD and Anti-PGD. We study the properties of fPGD both theoretically and empirically, demonstrating that it possesses exploration abilities that, in some cases, are favorable over PGD and Anti-PGD. These results open the field to novel ways to exploit noise for training machine learning models.

Foundations

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

Your Notes