Parameter-Efficient Fine-Tuning with Circulant and Diagonal Vectors
Abstract
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.
Cite
Text
Ding et al. "Parameter-Efficient Fine-Tuning with Circulant and Diagonal Vectors." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/1021Markdown
[Ding et al. "Parameter-Efficient Fine-Tuning with Circulant and Diagonal Vectors." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/ding2025ijcai-parameter/) doi:10.24963/IJCAI.2025/1021BibTeX
@inproceedings{ding2025ijcai-parameter,
title = {{Parameter-Efficient Fine-Tuning with Circulant and Diagonal Vectors}},
author = {Ding, Xinyu and Chen, Lexuan and Liao, Siyu and Wang, Zhongfeng},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2025},
pages = {9185-9193},
doi = {10.24963/IJCAI.2025/1021},
url = {https://mlanthology.org/ijcai/2025/ding2025ijcai-parameter/}
}