paper-with-me

홈 › Papers

CWY Parametrization: a Solution for Parallelized Optimization of Orthogonal and Stiefel Matrices

2020-04-18 · Valerii Likhosherstov, Jared Davis, Krzysztof Choromanski, Adrian Weller

We introduce an efficient approach for optimization over orthogonal groups on highly parallel computation units such as GPUs or TPUs. As in earlier work, we parametrize an orthogonal matrix as a product of Householder reflections. However, to overcome low parallelization capabilities of computing Householder reflections sequentially, we propose employing an accumulation scheme called the compact WY (or CWY) transform -- a compact parallelization-friendly matrix representation for the series of Householder reflections. We further develop a novel Truncated CWY (or T-CWY) approach for Stiefel manifold parametrization which has a competitive complexity and, again, yields benefits when computed on GPUs and TPUs. We prove that our CWY and T-CWY methods lead to convergence to a stationary point of the training objective when coupled with stochastic gradient descent. We apply our methods to train recurrent neural network architectures in the tasks of neural machine translation and video prediction.

📄 PDF Abstract BibTeX arXiv:2004.08675

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslationVideo Prediction

Similar Papers 제목 키워드 기반

Riemannian Optimization for LoRA on the Stiefel Manifold

2025-08-25 · Juneyoung Park, Minjae Kang, Seongbae Lee, Haegang Lee 외 arxiv

While powerful, large language models (LLMs) present significant fine-tuning challenges due to their size. Parameter-efficient fine-tuning (PEFT) methods like LoRA provide solutions, yet suffer from critical optimizer in…

parameter-efficient fine-tuning

Muon on the Stiefel Manifold Admits an Exact Closed-Form Update

2026-08-06 · Mikhail Solonko, Molozhavenko Alexander, Maxim Rakhuba arxiv

We study Muon, a recently proposed matrix-aware optimization method, in the context of the Stiefel manifold. This manifold consists of matrices with orthonormal columns and is ubiquitous in machine learning and scientifi…

Computational Efficiency

Orthogonal Weight Normalization: Solution to Optimization overMultiple Dependent Stiefel Manifolds in Deep Neural Networks

2018-02-02 · The Thirty-Second AAAI Conferenceon Artificial Intelligence 2018 2 · Lei Huang, Xianglong Liu, Bo Lang, Adams Wei Yu 외

Orthogonal matrix has shown advantages in training Recurrent Neural Networks (RNNs), but such matrix is limited to be square for the hidden-to-hidden transformation in RNNs. In this paper, we generalize such square ortho…

Orthogonal Weight Normalization: Solution to Optimization over Multiple Dependent Stiefel Manifolds in Deep Neural Networks

2017-09-16 · Lei Huang, Xianglong Liu, Bo Lang, Adams Wei Yu 외

Orthogonal matrix has shown advantages in training Recurrent Neural Networks (RNNs), but such matrix is limited to be square for the hidden-to-hidden transformation in RNNs. In this paper, we generalize such square ortho…

Image Classification

Cheap Orthogonal Constraints in Neural Networks: A Simple Parametrization of the Orthogonal and Unitary Group

2019-01-24 · Mario Lezcano-Casado, David Martínez-Rubio

We introduce a novel approach to perform first-order optimization with orthogonal and unitary constraints. This approach is based on a parametrization stemming from Lie group theory through the exponential map. The param…