LoCA: Spatially-Aware Low-Rank Convolutional Adaptation of Vision Foundation Models
About
Pre-trained Vision Foundation Models (VFMs) provide strong visual representations for diverse downstream tasks. The key challenge of VFM adaptation stems from the prohibitive costs of full fine-tuning and catastrophic forgetting. To address this, Low-Rank Adaptation (LoRA) has emerged as the prevailing paradigm for Parameter-Efficient Fine-Tuning (PEFT). However, LoRA is typically designed for transformer self-attention layers parameterized by 2D matrices. Since convolutional kernels inherently couple spatial and channel information within a 4D tensor, forcing them into a monolithic 2D matrix disrupts the inherent spatial topology. In this paper, we propose Low-Rank Convolutional Adaptation (LoCA), a convolution-aware PEFT framework that addresses spatial-channel entanglement by decoupling channel and spatial adaptation. LoCA introduces a low-rank channel adaptation for dense cross-channel mixing and refines spatial bases extracted from pre-trained kernels via Singular Value Decomposition (SVD). Experimental results show that LoCA preserves pre-trained spatial priors and achieves competitive or state-of-the-art performance across fine-grained classification, domain-generalized semantic segmentation, and generative benchmarks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | VTAB 1K | Overall Mean Accuracy75.98 | 359 | |
| Semantic segmentation | Cityscapes | mIoU69.73 | 140 | |
| Semantic segmentation | Mapillary | mIoU70.62 | 112 | |
| Semantic segmentation | BDD100K | mIoU62.03 | 105 | |
| Semantic segmentation | Cross-Domain Average (Cityscapes, BDD100K, Mapillary) | mIoU67.46 | 34 | |
| Fine-grained Image Classification | FGVC (CUB-200, Stanford Dogs, Stanford Cars, NABirds) (test) | Average Top-1 Accuracy90.06 | 16 |