paper-with-me

Papers

BiLoRA: A Bi-level Optimization Framework for Overfitting-Resilient Low-Rank Adaptation of Large Pre-trained Models

2024-03-19 · Rushi Qiang, Ruiyi Zhang, Pengtao Xie

Low-rank adaptation (LoRA) is a popular method for fine-tuning large-scale pre-trained models in downstream tasks by learning low-rank incremental matrices. Though LoRA and its variants effectively reduce the number of trainable parameters compared to full fine-tuning methods, they often overfit training data, resulting in sub-optimal generalization on test data. To address this problem, we introduce BiLoRA, an overfitting-alleviating fine-tuning approach based on bi-level optimization (BLO). BiLoRA employs pseudo singular value decomposition to parameterize low-rank incremental matrices and splits the training of pseudo singular vectors and values across two different subsets of training data. This division, embedded within separate levels of the BLO framework, mitigates the risk of overfitting to a single dataset. Tested on ten datasets covering natural language understanding and generation tasks and applied to various well-known large pre-trained models, BiLoRA significantly outperforms LoRA methods and other fine-tuning approaches, with similar amounts of trainable parameters.

📄 PDF Abstract BibTeX arXiv:2403.13037

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Understanding

Similar Papers 제목 키워드 기반

Dual-objective Language Models: Training Efficiency Without Overfitting

2025-12-16 · David Samuel, Lucas Georges Gabriel Charpentier arxiv

This paper combines autoregressive and masked-diffusion training objectives without any architectural modifications, resulting in flexible language models that outperform single-objective models. Autoregressive modeling …

Preventing Catastrophic Overfitting in Fast Adversarial Training: A Bi-level Optimization Perspective

2024-07-17 · Zhaoxin Wang, Handing Wang, Cong Tian, Yaochu Jin

Adversarial training (AT) has become an effective defense method against adversarial examples (AEs) and it is typically framed as a bi-level optimization problem. Among various AT methods, fast AT (FAT), which employs a …

LOBG:Less Overfitting for Better Generalization in Vision-Language Model

2024-10-14 · Chenhao Ding, Xinyuan Gao, Songlin Dong, Yuhang He 외

Existing prompt learning methods in Vision-Language Models (VLM) have effectively enhanced the transfer capability of VLM to downstream tasks, but they suffer from a significant decline in generalization due to severe ov…

Language ModelingLanguage ModellingPrompt Learning

Investigating Generalization in Neural Networks under Optimally Evolved Training Perturbations

2020-03-14 · Subhajit Chaudhury, Toshihiko Yamasaki

In this paper, we study the generalization properties of neural networks under input perturbations and show that minimal training data corruption by a few pixel modifications can cause drastic overfitting. We propose an …

Domain Adaptation

Stability and Generalization of Bilevel Programming in Hyperparameter Optimization

2021-06-08 · NeurIPS 2021 12 · Fan Bao, Guoqiang Wu, Chongxuan Li, Jun Zhu 외

The (gradient-based) bilevel programming framework is widely used in hyperparameter optimization and has achieved excellent performance empirically. Previous theoretical work mainly focuses on its optimization properties…

Hyperparameter Optimization