LGMay 1, 2025

Parameter-Efficient Fine-Tuning with Circulant and Diagonal Vectors

arXiv:2505.00580v22 citationsh-index: 2IJCAI
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient fine-tuning for foundation models, offering a more practical approach for deployment, though it is incremental as it builds on existing Fourier domain methods.

The paper tackles the high computational and storage complexity of fine-tuning foundation models by proposing a factorization method using interleaved circulant and diagonal matrices, which achieves similar or better performance across tasks with significantly fewer FLOPs and trainable parameters.

Foundation models have achieved tremendous success in different domains. However, their huge computation and storage complexity make these models difficult to fine-tune and also less applicable in practice. Recent study shows training in Fourier domain can be an effective fine-tuning method in terms of both model performance and number of training parameters. In this work, we propose to further reduce the complexity by the factorization through the product of interleaved circulant and diagonal matrices. In addition, we address the case of non-square fine-tuning weights by partitioning the circulant matrix into blocks. Our method avoids the construction of weight change matrix and utilizes 1D fast Fourier transform (FFT) instead of 2D FFT. Experimental results show that our method achieves similar or better performance across various tasks with much less floating-point operations (FLOPs) and the number of trainable parameters.

Foundations

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

Your Notes