LGAIApr 12

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

arXiv:2604.118419.4h-index: 21Has Code
Predicted impact top 42% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners fine-tuning large language models, PERA offers a simple yet effective improvement over LoRA that captures nonlinear parameter interactions, leading to better performance without additional inference overhead.

PERA enhances low-rank fine-tuning of LLMs by introducing polynomial expansion into the low-rank factor space, enabling high-order interactions without increasing rank or inference cost. It consistently outperforms state-of-the-art methods across diverse benchmarks, with square terms being particularly crucial for robust performance.

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

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes