Overview
- Field: Machine Learning
- Authors: Marius Dragoi, Ioana Pintilie, Alexandra Dragomir
- Published: 2025-06-11
- arXiv: 2506.08303
Summary
Parameter-efficient fine-tuning (PEFT) methods based on spectral decomposition have enabled progress in Continual Learning. This paper introduces TailLoR, which utilizes the singular bases U and V of the pre-trained weights as a fixed reference frame to learn a low-rank update applied to the singular value matrix. A soft spectral penalty discourages updates aligned with dominant singular directions, reducing interference while routing fine-grained adaptation into the highly flexible, long-tail spectral coordinates.
Key Ideas
1. Fixed spectral frame: The singular bases U and V of pre-trained weights are kept frozen, serving as a stable coordinate system for adaptation. 2. Low-rank update on singular values: Only the singular value matrix receives a learned low-rank update, keeping the parameter budget small. 3. Soft spectral penalty: Updates aligned with dominant singular directions are discouraged, protecting principal components and reducing interference between tasks. 4. Long-tail flexibility: Fine-grained task adaptation is routed into the highly flexible long-tail spectral coordinates.
---
*Auto-collected on 2025-06-11.*