MSLoRA: Multi-Scale Low-Rank Adaptation via Attention Reweighting
Xu Yang, Gady Agam

TL;DR
MSLoRA is a versatile, parameter-efficient adapter that enhances various vision tasks by reweighting features across CNNs and ViTs, without altering the backbone weights.
Contribution
MSLoRA introduces a unified, lightweight adaptation module that works across architectures by combining low-rank projections with multi-scale attention reweighting.
Findings
Consistently improves transfer performance on multiple vision tasks.
Requires less than 5% of backbone parameters for adaptation.
Enables stable training and fast convergence across architectures.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Neural Networks and Reservoir Computing
