paper-with-me

Papers

Efficient Orthogonal Parametrisation of Recurrent Neural Networks Using Householder Reflections

2016-12-01 · ICML 2017 8 · Zakaria Mhammedi, Andrew Hellicar, Ashfaqur Rahman, James Bailey

The problem of learning long-term dependencies in sequences using Recurrent Neural Networks (RNNs) is still a major challenge. Recent methods have been suggested to solve this problem by constraining the transition matrix to be unitary during training which ensures that its norm is equal to one and prevents exploding gradients. These methods either have limited expressiveness or scale poorly with the size of the network when compared with the simple RNN case, especially when using stochastic gradient descent with a small mini-batch size. Our contributions are as follows; we first show that constraining the transition matrix to be unitary is a special case of an orthogonal constraint. Then we present a new parametrisation of the transition matrix which allows efficient training of an RNN while ensuring that the matrix is always orthogonal. Our results show that the orthogonal constraint on the transition matrix applied through our parametrisation gives similar benefits to the unitary constraint, without the time complexity limitations.

📄 PDF Abstract BibTeX arXiv:1612.00188

Code (1)

zmhammedi/Orthogonal_RNN 공식 구현

Similar 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 re…

Machine TranslationTranslationVideo Prediction

Bridging The Gap between Low-rank and Orthogonal Adaptation via Householder Reflection Adaptation

2024-05-24 · Shen Yuan, Haotian Liu, Hongteng Xu

While following different technical routes, both low-rank and orthogonal adaptation techniques can efficiently adapt large-scale pre-training models in specific tasks or domains based on a small piece of trainable parame…

Fast Structured Orthogonal Dictionary Learning using Householder Reflections

2024-09-13 · Anirudh Dash, Aditya Siripuram

In this paper, we propose and investigate algorithms for the structured orthogonal dictionary learning problem. First, we investigate the case when the dictionary is a Householder matrix. We give sample complexity result…

Dictionary Learning

One Reflection Suffice

2020-09-30 · Alexander Mathiasen, Frederik Hvilshøj

Orthogonal weight matrices are used in many areas of deep learning. Much previous work attempt to alleviate the additional computational resources it requires to constrain weight matrices to be orthogonal. One popular ap…

GPU

Efficient Matrix Factorization Via Householder Reflections

2024-05-13 · Anirudh Dash, Aditya Siripuram

Motivated by orthogonal dictionary learning problems, we propose a novel method for matrix factorization, where the data matrix $\mathbf{Y}$ is a product of a Householder matrix $\mathbf{H}$ and a binary matrix $\mathbf{…

Dictionary Learning