paper-with-me

홈 › Papers

UORA: Uniform Orthogonal Reinitialization Adaptation in Parameter-Efficient Fine-Tuning of Large Models

2025-05-26 · Xueyan Zhang, Jinman Zhao, Zhifei Yang, Yibo Zhong, Shuhao Guan, Linbo Cao, Yining Wang

This paper introduces Uniform Orthogonal Reinitialization Adaptation (UORA), a novel parameter-efficient fine-tuning (PEFT) approach for Large Language Models (LLMs). UORA achieves state-of-the-art performance and parameter efficiency by leveraging a low-rank approximation method to reduce the number of trainable parameters. Unlike existing methods such as LoRA and VeRA, UORA employs an interpolation-based reparametrization mechanism that selectively reinitializes rows and columns in frozen projection matrices, guided by the vector magnitude heuristic. This results in substantially fewer trainable parameters compared to LoRA and outperforms VeRA in computation and storage efficiency. Comprehensive experiments across various benchmarks demonstrate UORA's superiority in achieving competitive fine-tuning performance with negligible computational overhead. We demonstrate its performance on GLUE and E2E benchmarks and its effectiveness in instruction-tuning large language models and image classification models. Our contributions establish a new paradigm for scalable and resource-efficient fine-tuning of LLMs.

📄 PDF Abstract BibTeX arXiv:2505.20154

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classificationparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

SRLoRA: Subspace Recomposition in Low-Rank Adaptation via Importance-Based Fusion and Reinitialization

2025-05-18 · Haodong Yang, Lei Wang, Md Zakir Hossain

Low-Rank Adaptation (LoRA) is a widely adopted parameter-efficient fine-tuning (PEFT) method that injects two trainable low-rank matrices (A and B) into frozen pretrained models. While efficient, LoRA constrains updates …

image-classificationImage Classificationparameter-efficient fine-tuning

The Impact of Reinitialization on Generalization in Convolutional Neural Networks

2021-09-01 · Ibrahim Alabdulmohsin, Hartmut Maennel, Daniel Keysers

Recent results suggest that reinitializing a subset of the parameters of a neural network during training can improve generalization, particularly for small training sets. We study the impact of different reinitializatio…

Generalization Boundsimage-classificationImage ClassificationMemorization

Scalable Multi-Task Low-Rank Model Adaptation

2026-03-02 · Zichen Tian, Antoine Ledent, Qianru Sun arxiv

Scaling multi-task low-rank adaptation (LoRA) to a large number of tasks induces catastrophic performance degradation, such as an accuracy drop from 88.2% to 2.0% on DOTA when scaling from 5 to 15 tasks. This failure is …

Revisiting Clustering of Neural Bandits: Selective Reinitialization for Mitigating Loss of Plasticity

2025-06-14 · Zhiyuan Su, Sunhao Dai, Xiao Zhang

Clustering of Bandits (CB) methods enhance sequential decision-making by grouping bandits into clusters based on similarity and incorporating cluster-level contextual information, demonstrating effectiveness and adaptabi…

Change DetectionClusteringSequential Decision Making

Siamese Neural Networks with Random Forest for detecting duplicate question pairs

2018-01-22 · Ameya Godbole, Aman Dalmia, Sunil Kumar Sahu

Determining whether two given questions are semantically similar is a fairly challenging task given the different structures and forms that the questions can take. In this paper, we use Gated Recurrent Units(GRU) in comb…

BIG-bench Machine Learning