paper-with-me

홈 › Papers

Symmetry Teleportation for Accelerated Optimization

2022-05-21 · Bo Zhao, Nima Dehmamy, Robin Walters, Rose Yu

Existing gradient-based optimization methods update parameters locally, in a direction that minimizes the loss function. We study a different approach, symmetry teleportation, that allows parameters to travel a large distance on the loss level set, in order to improve the convergence speed in subsequent steps. Teleportation exploits symmetries in the loss landscape of optimization problems. We derive loss-invariant group actions for test functions in optimization and multi-layer neural networks, and prove a necessary condition for teleportation to improve convergence rate. We also show that our algorithm is closely related to second order methods. Experimentally, we show that teleportation improves the convergence speed of gradient descent and AdaGrad for several optimization problems including test functions, multi-layer regressions, and MNIST classification.

📄 PDF Abstract BibTeX arXiv:2205.10637

Code (1)

rose-stl-lab/symmetry-teleportation 공식 구현 pytorch

Tasks

Second-order methods

Methods 이 논문이 사용한 방법론

Travel 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…

Similar Papers 제목 키워드 기반

Improving Convergence and Generalization Using Parameter Symmetries

2023-05-22 · Bo Zhao, Robert M. Gower, Robin Walters, Rose Yu

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

Meta-Learning

Level Set Teleportation: An Optimization Perspective

2024-03-05 · Aaron Mishkin, Alberto Bietti, Robert M. Gower

We study level set teleportation, an optimization routine which tries to accelerate gradient descent (GD) by maximizing the gradient norm over a level set of the objective. While teleportation intuitively speeds-up GD vi…

LEMMA

Teleportation With Null Space Gradient Projection for Optimization Acceleration

2025-02-17 · Zihao Wu, Juncheng Dong, Ahmed Aloui, Vahid Tarokh

Optimization techniques have become increasingly critical due to the ever-growing model complexity and data scale. In particular, teleportation has emerged as a promising approach, which accelerates convergence of gradie…

Neural Teleportation

2020-12-02 · Marco Armenta, Thierry Judge, Nathan Painchaud, Youssef Skandarani 외

In this paper, we explore a process called neural teleportation, a mathematical consequence of applying quiver representation theory to neural networks. Neural teleportation "teleports" a network to a new position in the…

Position

Complexity of Classical Acceleration for $\ell_1$-Regularized PageRank

2026-02-24 · Kimon Fountoulakis, David Martínez-Rubio arxiv

We study the degree-weighted work required to compute $\ell_1$-regularized PageRank using the standard accelerated proximal-gradient method (FISTA). For non-accelerated methods (ISTA), the best known worst-case work is $…