paper-with-me

Papers

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{X}$. First, we show that the exact recovery of the factors $\mathbf{H}$ and $\mathbf{X}$ from $\mathbf{Y}$ is guaranteed with $\Omega(1)$ columns in $\mathbf{Y}$ . Next, we show approximate recovery (in the $l\infty$ sense) can be done in polynomial time($O(np)$) with $\Omega(\log n)$ columns in $\mathbf{Y}$ . We hope the techniques in this work help in developing alternate algorithms for orthogonal dictionary learning.

📄 PDF Abstract BibTeX arXiv:2405.07649

Code (0)

등록된 구현이 없습니다.

Tasks

Dictionary Learning

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