LoRA, a parameter-efficient fine-tuning method, performs on par with full fine-tuning for the largest geospatial foundation model tested, while saving memory, but the paper's broad claims about PEFT are only partly supported by its data.
Fine Tuning without Catastrophic Forgetting via Selective Low Rank Adaptation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Adapting deep learning models to new domains often requires computationally intensive retraining and risks catastrophic forgetting. While fine-tuning enables domain-specific adaptation, it can reduce robustness to distribution shifts, impacting out-of-distribution (OOD) performance. Pre-trained zero-shot models like CLIP offer strong generalization but may suffer degraded robustness after fine-tuning. Building on Task Adaptive Parameter Sharing (TAPS), we propose a simple yet effective extension as a parameter-efficient fine-tuning (PEFT) method, using an indicator function to selectively activate Low-Rank Adaptation (LoRA) blocks. Our approach minimizes knowledge loss, retains its generalization strengths under domain shifts, and significantly reduces computational costs compared to traditional fine-tuning. We demonstrate that effective fine-tuning can be achieved with as few as 5\% of active blocks, substantially improving efficiency. Evaluations on pre-trained models such as CLIP and DINO-ViT demonstrate our method's broad applicability and effectiveness in maintaining performance and knowledge retention.
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Fine-tune Smarter, Not Harder: Parameter-Efficient Fine-Tuning for Geospatial Foundation Models
LoRA, a parameter-efficient fine-tuning method, performs on par with full fine-tuning for the largest geospatial foundation model tested, while saving memory, but the paper's broad claims about PEFT are only partly supported by its data.