Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

PiCa: Parameter-Efficient Fine-Tuning with Column Space Projection

About

Fine-tuning large foundation models is essential for building expert models tailored to specialized tasks and domains, but fully updating billions of parameters is computationally prohibitive. Reducing the number of trainable parameters using Parameter-Efficient Fine-Tuning (PEFT), such as Low-Rank Adaptation (LoRA), is therefore crucial not only to reduce training costs but also to mitigate storage, caching, and serving overheads during deployment. Prior works, such as Singular Vectors-guided Fine-Tuning (SVFT), have shown that exploiting the geometry of pre-trained weights based on Singular Value Decomposition (SVD) can significantly improve parameter-efficiency, but they lack a solid theoretical foundation. In this paper, we introduce Parameter-Efficient Fine-Tuning with Column Space Projection (PiCa), a novel theoretically grounded PEFT method. We prove that projecting gradients onto the principal column space of pre-trained weights provides an effective inductive bias for adaptation and further enhance parameter efficiency through a novel weight-sharing strategy. Across diverse NLP and vision tasks, PiCa consistently outperforms state-of-the-art baselines under comparable or smaller parameter budgets, demonstrating both theoretical rigor and practical effectiveness.

Junseo Hwang, Wonguk Cho, Taesup Kim• 2025

Related benchmarks

TaskDatasetResultRank
Commonsense ReasoningCommonsense Reasoning (BoolQ, PIQA, SIQA, HellaS., WinoG., ARC-e, ARC-c, OBQA)
BoolQ Accuracy72.84
223
Mathematical ReasoningGSM-8K
Accuracy78.39
107
Visual Task AdaptationVTAB-1k v1 (test)
Mean Accuracy69.7
34
Commonsense ReasoningCommonsense Reasoning (test)
BoolQ Accuracy63.91
21
Natural Language UnderstandingGLUE
MNLI Accuracy90.2
9
Personalized Image GenerationDreamBooth Stable Diffusion v2.1
DINO Score0.634
5
Showing 6 of 6 rows

Other info

Follow for update