Improving Convergence and Generalization Using Parameter Symmetries
Bo Zhao, Robert M. Gower, Robin Walters, Rose Yu
TL;DR
This paper addresses how parameter-space symmetries in neural networks can be exploited to accelerate optimization and improve generalization by using teleportation, a loss-invariant move within a loss level set. It develops a formal framework where a symmetry group $G$ acts on parameters so that $\\mathcal{L}(\\mathbf{w}) = \\mathcal{L}(g\\cdot \\mathbf{w})$, and introduces SGD with teleportation, proving orbit-wide convergence guarantees and linking a single teleportation to (damped) Newton steps under suitable conditions. It further introduces curvature-based objectives for the minimum, showing that teleportation toward higher curvature minima can improve generalization, with empirical correlations between curvature and validation loss across MNIST, Fashion-MNIST, and CIFAR-10. Finally, it demonstrates that teleportation is broadly compatible with standard optimizers and can be incorporated via meta-learning to learn when and where to teleport, highlighting the potential of symmetry-inspired optimization to enhance convergence and generalization in deep learning.
Abstract
In many neural networks, different values of the parameters may result in the same loss value. Parameter space symmetries are loss-invariant transformations that change the model parameters. Teleportation applies such transformations to accelerate optimization. However, the exact mechanism behind this algorithm's success is not well understood. In this paper, we show that teleportation not only speeds up optimization in the short-term, but gives overall faster time to convergence. Additionally, teleporting to minima with different curvatures improves generalization, which suggests a connection between the curvature of the minimum and generalization ability. Finally, we show that integrating teleportation into a wide range of optimization algorithms and optimization-based meta-learning improves convergence. Our results showcase the versatility of teleportation and demonstrate the potential of incorporating symmetry in optimization.
