Accelerated and Stable Convergence with Anchored Generalized Optimistic Method
Abstract
Lay Summary
Many modern machine-learning systems are trained by balancing competing objectives rather than improving a single one: a generator against a critic in image-generating models, a model against an adversary, or agents adjusting their strategies in a game. Such problems are hard to solve. Standard methods often circle endlessly around a good solution instead of settling on it, and become even less reliable when the training signal is noisy, as it always is when learning from sampled data. We introduce GOMA, a simple and inexpensive method for these problems. It uses one lightweight update per step, making it cheap and well suited to streaming data, and adds a gentle pull toward its starting point that keeps training stable. We prove that GOMA converges as fast as theoretically possible without noise, and is the first of its kind to reliably converge under realistic, persistent noise.