Parameter-Efficient Fine-Tuning via Circular Convolution
Aochuan Chen, Jiashun Cheng, Zijing Liu, Ziqi Gao, Fugee Tsung, Yu Li, Jia Li

TL;DR
This paper introduces Circular Convolution Adaptation (C3A), a novel method for fine-tuning large models that achieves high-rank adaptation with improved efficiency and performance over existing low-rank methods like LoRA.
Contribution
C3A provides a high-rank, efficient alternative to LoRA, enhancing fine-tuning performance while reducing computational and memory costs.
Findings
C3A outperforms LoRA across multiple tasks.
C3A achieves higher adaptation rank with better efficiency.
Extensive experiments validate C3A's superior performance.
Abstract
Low-Rank Adaptation (LoRA) has gained popularity for fine-tuning large foundation models, leveraging low-rank matrices and to represent weight changes (i.e., ). This method reduces trainable parameters and mitigates heavy memory consumption associated with full delta matrices by sequentially multiplying and with the activation. Despite its success, the intrinsic low-rank characteristic may limit its performance. Although several variants have been proposed to address this issue, they often overlook the crucial computational and memory efficiency brought by LoRA. In this paper, we propose Circular Convolution Adaptation (CA), which not only achieves high-rank adaptation with enhanced performance but also excels in both computational power and memory utilization. Extensive experiments…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsMatrix Theory and Algorithms · Digital Filter Design and Implementation · Neural Networks and Applications
MethodsConvolution
