paper-with-me

Papers

AuroRA: Breaking Low-Rank Bottleneck of LoRA with Nonlinear Mapping

2025-05-24 · Haonan Dong, Wenhao Zhu, Guojie Song, Liang Wang

Low-Rank Adaptation (LoRA) is a widely adopted parameter-efficient fine-tuning (PEFT) method validated across NLP and CV domains. However, LoRA faces an inherent low-rank bottleneck: narrowing its performance gap with full finetuning requires increasing the rank of its parameter matrix, resulting in significant parameter overhead. Recent linear LoRA variants have attempted to enhance expressiveness by introducing additional linear mappings; however, their composition remains inherently linear and fails to fundamentally improve LoRA's representational capacity. To address this limitation, we propose AuroRA, which incorporates an Adaptive Nonlinear Layer (ANL) between two linear projectors to capture fixed and learnable nonlinearities. This combination forms an MLP-like structure with a compressed rank, enabling flexible and precise approximation of diverse target functions while theoretically guaranteeing lower approximation errors and bounded gradients. Extensive experiments on 22 datasets and 6 pretrained models demonstrate that AuroRA: (I) not only matches or surpasses full fine-tuning performance with only 6.18% ~ 25% of LoRA's parameters but also (II) outperforms state-of-the-art PEFT methods by up to 10.88% in both NLP and CV tasks, and (III) exhibits robust performance across various rank configurations.

📄 PDF Abstract BibTeX arXiv:2505.18738

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

PeriodicLoRA: Breaking the Low-Rank Bottleneck in LoRA Optimization

2024-02-25 · Xiangdi Meng, Damai Dai, Weiyao Luo, Zhe Yang 외

Supervised fine-tuning is the most common method to adapt large language models (LLMs) to downstream tasks, but full fine-tuning LLMs requires massive computational resources. Recently, parameter-efficient fine-tuning (P…

parameter-efficient fine-tuning

Aurora: Neuro-Symbolic AI Driven Advising Agent

2026-02-20 · Lorena Amanda Quincoso Lugones, Christopher Kverne, Nityam Sharadkumar Bhimani, Ana Carolina Oliveira 외 arxiv

Academic advising in higher education is under severe strain, with advisor-to-student ratios commonly exceeding 300:1. These structural bottlenecks limit timely access to guidance, increase the risk of delayed graduation…

Breaking the Expressive Bottlenecks of Graph Neural Networks

2020-12-14 · Mingqi Yang, Yanming Shen, Heng Qi, BaoCai Yin

Recently, the Weisfeiler-Lehman (WL) graph isomorphism test was used to measure the expressiveness of graph neural networks (GNNs), showing that the neighborhood aggregation GNNs were at most as powerful as 1-WL test in …

Graph Property Prediction

Nonlinearity as Rank: Generative Low-Rank Adapter with Radial Basis Functions

2026-02-05 · Yihao Ouyang, Shiwei Li, Haozhao Wang, Xiandi Luo 외 arxiv

Low-rank adaptation (LoRA) approximates the update of a pretrained weight matrix using the product of two low-rank matrices. However, standard LoRA follows an explicit-rank paradigm, where increasing model capacity requi…

AURORA: Navigating UI Tarpits via Automated Neural Screen Understanding

2024-04-01 · Safwat Ali Khan, Wenyu Wang, Yiran Ren, Bin Zhu 외

Nearly a decade of research in software engineering has focused on automating mobile app testing to help engineers in overcoming the unique challenges associated with the software platform. Much of this work has come in …

Navigate