MSLoRA: Multi-Scale Low-Rank Adaptation via Attention Reweighting
Xu Yang, Gady Agam
TL;DR
MSLoRA addresses the efficiency problem of adapting large vision models by proposing a backbone-freezing, parameter-efficient adapter that reweights feature responses. It combines a low-rank linear projection with a multi-scale nonlinear transformation, fused via element-wise multiplication and augmented by a residual connection to modulate spatial and channel attention across CNNs and ViTs. Extensive ablations and cross-architecture experiments show MSLoRA achieves competitive or superior performance to full fine-tuning on classification, detection, and segmentation while using a small fraction of trainable parameters, enabling fast convergence and strong generalization. The work highlights a practical paradigm for scalable, interpretable adaptation of frozen vision backbones with potential for broader application in PEFT and multi-task transfer learning.
Abstract
We introduce MSLoRA, a backbone-agnostic, parameter-efficient adapter that reweights feature responses rather than re-tuning the underlying backbone. Existing low-rank adaptation methods are mostly confined to vision transformers (ViTs) and struggle to generalize across architectures. MSLoRA unifies adaptation for both convolutional neural networks (CNNs) and ViTs by combining a low-rank linear projection with a multi-scale nonlinear transformation that jointly modulates spatial and channel attention. The two components are fused through pointwise multiplication and a residual connection, yielding a lightweight module that shifts feature attention while keeping pretrained weights frozen. Extensive experiments demonstrate that MSLoRA consistently improves transfer performance on classification, detection, and segmentation tasks with roughly less than 5\% of backbone parameters. The design further enables stable optimization, fast convergence, and strong cross-architecture generalization. By reweighting rather than re-tuning, MSLoRA provides a simple and universal approach for efficient adaptation of frozen vision backbones.
