paper-with-me

Papers

Polynomial Expansion Rank Adaptation: Enhancing Low-Rank Fine-Tuning with High-Order Interactions

2026-04-12 · Wenhao Zhang, Lin Mu, Li Ni, Peiquan Jin, Yiwen Zhang arxiv

Low-rank adaptation (LoRA) is a widely used strategy for efficient fine-tuning of large language models (LLMs), but its strictly linear structure fundamentally limits expressive capacity. The bilinear formulation of weight updates captures only first-order dependencies between low-rank factors, restricting the modeling of nonlinear and higher-order parameter interactions. In this paper, we propose Polynomial Expansion Rank Adaptation (PERA), a novel method that introduces structured polynomial expansion directly into the low-rank factor space. By expanding each low-rank factor to synthesize high-order interaction terms before composition, PERA transforms the adaptation space into a polynomial manifold capable of modeling richer nonlinear coupling without increasing rank or inference cost. We provide theoretical analysis demonstrating that PERA offers enhanced expressive capacity and more effective feature utilization compare to existing linear adaptation approaches. Empirically, PERA consistently outperforms state-of-the-art methods across diverse benchmarks. Notably, our experiments show that incorporating high-order nonlinear components particularly square terms is crucial for enhancing expressive capacity and maintaining strong and robust performance under various rank settings. Our code is available at https://github.com/zhangwenhao6/PERA

📄 PDF Abstract BibTeX arXiv:2604.11841

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exp4Fuse: A Rank Fusion Framework for Enhanced Sparse Retrieval using Large Language Model-based Query Expansion

2025-06-05 · Lingyuan Liu, Mengxiang Zhang

Large Language Models (LLMs) have shown potential in generating hypothetical documents for query expansion, thereby enhancing information retrieval performance. However, the efficacy of this method is highly dependent on…

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+1

LLM-QE: Improving Query Expansion by Aligning Large Language Models with Ranking Preferences

2025-02-24 · Sijia Yao, Pengcheng Huang, Zhenghao Liu, Yu Gu 외

Query expansion plays a crucial role in information retrieval, which aims to bridge the semantic gap between queries and documents to improve matching performance. This paper introduces LLM-QE, a novel approach that leve…

HallucinationInformation RetrievalRetrieval

FlexLoRA: Entropy-Guided Flexible Low-Rank Adaptation

2026-01-30 · Muqing Liu, Chongjie Si, Yuheng Jia arxiv

Large pre-trained models achieve remarkable success across diverse domains, yet fully fine-tuning incurs prohibitive computational and memory costs. Parameter-efficient fine-tuning (PEFT) has thus become a mainstream par…

parameter-efficient fine-tuning

CeRA: Breaking the Linear Ceiling of Low-Rank Adaptation with Non-linearity Retained at Inference

2026-02-26 · Hung-Hsuan Chen arxiv

Low-Rank Adaptation (LoRA) dominates parameter-efficient fine-tuning (PEFT). However, it faces a ``linear ceiling'': increasing the rank yields diminishing returns in expressive capacity due to linear constraints. We int…

parameter-efficient fine-tuning

Conditional Input Gated Low-Rank Perturbations for Continual Learning

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Anonymous

We address the problem of learning convolution neural networks (CNN) in the continual setting when tasks arrive sequentially, and only the data of the current task is available. In this setting CNNs are prone to reduce t…

Continual LearningSplit-MNIST