VeFA: Vector-Based Feature Space Adaptation for Robust Model Fine-Tuning
Peng Wang, Minghao Gu, Qiang Huang

TL;DR
VeFA is a novel fine-tuning method operating in feature space to prevent catastrophic forgetting and improve robustness across various tasks, outperforming weight-space methods like LoRA.
Contribution
Introduces Vector-based Feature Adaptation (VeFA), a feature-space fine-tuning approach that avoids intruder dimensions and enhances robustness under distribution shifts.
Findings
VeFA achieves comparable performance to standard fine-tuning methods.
VeFA demonstrates stronger robustness than LoRA across multiple benchmarks.
VeFA effectively preserves pre-trained representations during fine-tuning.
Abstract
Catastrophic forgetting is a well-documented challenge in model fine-tuning, particularly when the downstream domain has limited labeled data or differs substantially from the pre-training distribution. Existing parameter-efficient fine-tuning methods largely operate in the weight space by modifying or augmenting the parameters of the pre-trained model, which can lead to models that are overly specialized to the observed downstream data. Recent studies suggest that one mechanism underlying such forgetting is the introduction of intruder dimensions into the representation space during fine-tuning. To mitigate the risk of overwriting pre-trained knowledge and to enhance robustness, we propose Vector-based Feature Adaptation (VeFA), a new fine-tuning method that operates directly in the feature space, which naturally avoids generating intruder dimensions. VeFA performs element-wise…
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
TopicsDomain Adaptation and Few-Shot Learning · Generative Adversarial Networks and Image Synthesis · Face recognition and analysis
