paper-with-me

홈 › Papers

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 parameters. In this study, we bridge the gap between these two techniques, proposing a simple but effective adaptation method based on Householder reflections. Given a pre-trained model, our method fine-tunes its layers by multiplying each frozen weight matrix with an orthogonal matrix constructed by a chain of learnable Householder reflections (HRs). This HR-based orthogonal fine-tuning is equivalent to an adaptive low-rank adaptation. Moreover, we show that the orthogonality of the reflection planes corresponding to the HRs impacts the model capacity and regularity. The analysis motivates us to regularize the orthogonality of the HRs, leading to different implementations of the proposed Householder reflection adaptation (HRA) method. Compared with state-of-the-art methods, HRA achieves superior performance with fewer learnable parameters when adapting large language models and conditional image generators. The code of the experiments is available at \url{https://github.com/DaShenZi721/HRA}, and the method has been merged into the \href{https://github.com/huggingface/peft}{PEFT} package.

📄 PDF Abstract BibTeX arXiv:2405.17484

Code (2)

dashenzi721/hra 공식 구현 pytorch
huggingface/peft 공식 구현 pytorch

Similar Papers 제목 키워드 기반

HOFT: Householder Orthogonal Fine-tuning

2025-05-22 · Alejandro Moreno Arcas, Albert Sanchis, Jorge Civera, Alfons Juan

Adaptation of foundation models using low-rank methods is a widespread approach. Another way to adapt these models is to employ orthogonal fine-tuning methods, which are less time and memory efficient despite their good …

Machine TranslationMathematical Reasoning

LOFT: Low-Rank Orthogonal Fine-Tuning via Task-Aware Support Selection

2026-05-12 · Lanxin Zhao, Bamdev Mishra, Pratik Jawanpuria, Lequan Lin 외 arxiv

Orthogonal parameter-efficient fine-tuning (PEFT) adapts pretrained weights through structure-preserving multiplicative transformations, but existing methods often conflate two distinct design choices: the subspace in wh…

parameter-efficient fine-tuningMathematical Reasoning

Efficient Adaptation of Pre-trained Vision Transformer via Householder Transformation

2024-10-30 · Wei Dong, Yuan Sun, Yiting Yang, Xing Zhang 외

A common strategy for Parameter-Efficient Fine-Tuning (PEFT) of pre-trained Vision Transformers (ViTs) involves adapting the model to downstream tasks by learning a low-rank adaptation matrix. This matrix is decomposed i…

parameter-efficient fine-tuning

Householder Projector for Unsupervised Latent Semantics Discovery

2023-07-16 · ICCV 2023 1 · Yue Song, Jichao Zhang, Nicu Sebe, Wei Wang

Generative Adversarial Networks (GANs), especially the recent style-based generators (StyleGANs), have versatile semantics in the structured latent space. Latent semantics discovery methods emerge to move around the late…

Exploring the Limitations of Structured Orthogonal Dictionary Learning

2025-01-25 · Anirudh Dash, Aditya Siripuram

This work is motivated by recent applications of structured dictionary learning, in particular when the dictionary is assumed to be the product of a few Householder atoms. We investigate the following two problems: 1) Ho…

Dictionary Learning