paper-with-me

Papers

Flat-LoRA: Low-Rank Adaption over a Flat Loss Landscape

2024-09-22 · Tao Li, Zhengbao He, YuJun Li, Yasheng Wang, Lifeng Shang, Xiaolin Huang

Fine-tuning large-scale pre-trained models is prohibitively expensive in terms of computational and memory costs. Low-Rank Adaptation (LoRA), a popular Parameter-Efficient Fine-Tuning (PEFT) method, provides an efficient way to fine-tune models by optimizing only a low-rank matrix. Despite recent progress made in improving LoRA's performance, the connection between the LoRA optimization space and the original full parameter space is often overlooked. A solution that appears flat in the LoRA space may exist sharp directions in the full parameter space, potentially harming generalization performance. In this paper, we propose Flat-LoRA, an efficient approach that seeks a low-rank adaptation located in a flat region of the full parameter space.Instead of relying on the well-established sharpness-aware minimization approach, which can incur significant computational and memory burdens, we utilize random weight perturbation with a Bayesian expectation loss objective to maintain training efficiency and design a refined perturbation generation strategy for improved performance. Experiments on natural language processing and image classification tasks with various architectures demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2409.14396

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classificationparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Sharpness-Aware Minimization Sharpness-Aware Minimization, or SAM, is a procedure that improves model generalization by simultaneously minimizing loss value and loss sharpness. SAM functions by…

Similar Papers 제목 키워드 기반

Efficiently Seeking Flat Minima for Better Generalization in Fine-Tuning Large Language Models and Beyond

2025-08-01 · Jiaxin Deng, Qingcheng Zhu, Junbiao Pang, Linlin Yang 외 arxiv

Little research explores the correlation between the expressive ability and generalization ability of the low-rank adaptation (LoRA). Sharpness-Aware Minimization (SAM) improves model generalization for both Convolutiona…

AdaPaD: Adaptive Parallel Deflation for PEFT with Self-Correcting Rank Discovery

2026-05-11 · Barbara Su, Fangshuo Liao, Anastasios Kyrillidis arxiv

Fine-tuning large language models with LoRA requires choosing a rank r before training starts. Existing approaches either extract rank-1 components sequentially, freezing each component's error permanently into every sub…

Optimizing Orthogonalized Tensor Deflation via Random Tensor Theory

2023-02-11 · Mohamed El Amine Seddik, Mohammed Mahfoud, Merouane Debbah

This paper tackles the problem of recovering a low-rank signal tensor with possibly correlated components from a random noisy tensor, or so-called spiked tensor model. When the underlying components are orthogonal, they …

Bi-LoRA: Efficient Sharpness-Aware Minimization for Fine-Tuning Large-Scale Models

2025-08-27 · Yuhang Liu, Tao Li, Zhehao Huang, Zuopeng Yang 외 arxiv

Fine-tuning large-scale pre-trained models with limited data presents significant challenges for generalization. While Sharpness-Aware Minimization (SAM) has proven effective in improving generalization by seeking flat m…

parameter-efficient fine-tuning

Noise-Driven Exploration and Transient Freezing Select Flat Minima in Stochastic Gradient Descent

2026-01-16 · Ning Yang, Yikuan Zhang, Qi Ouyang, Chao Tang 외 arxiv

Stochastic gradient descent (SGD) is central to deep learning, yet the dynamical origin of its preference for flatter, more generalizable solutions remains unclear. Here, by analyzing SGD learning dynamics, we identify a…