Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Rethinking Weight Decay for Robust Fine-Tuning of Foundation Models

About

Modern optimizers such as AdamW, equipped with momentum and adaptive learning rate, are designed to escape local minima and explore the vast parameter space. This exploration is beneficial for finding good loss basins when training from scratch. It is not necessarily ideal when resuming from a powerful foundation model because it can lead to large deviations from the pre-trained initialization and, consequently, worse robustness and generalization. At the same time, strong regularization on all parameters can lead to under-fitting. We hypothesize that selectively regularizing the parameter space is the key to fitting and retraining the pre-trained knowledge. This paper proposes a new weight decay technique, Selective Projection Decay (SPD), that selectively imposes a strong penalty on certain layers while allowing others to change freely. Intuitively, SPD expands and contracts the parameter search space for layers with consistent and inconsistent loss reduction, respectively. Experimentally, when equipped with SPD, Adam consistently provides better in-distribution generalization and out-of-distribution robustness performance on multiple popular vision and language benchmarks. Code available at~\url{https://github.com/GT-RIPL/Selective-Projection-Decay.git}

Junjiao Tian, Chengyue Huang, Zsolt Kira• 2024

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet V2
Top-1 Acc72.8
749
Image ClassificationImageNet A
Top-1 Acc47.9
698
Image ClassificationDomainNet (test)
Average Accuracy45.93
266
Commonsense ReasoningCommonsense Reasoning (BoolQ, PIQA, SIQA, HellaS., WinoG., ARC-e, ARC-c, OBQA) (test)
BoolQ Accuracy72.9
238
Image ClassificationImageNet-R--
217
Image ClassificationImageNet-S
Top-1 Acc49.8
92
Image ClassificationImageNet Robustness Suite--
84
Image ClassificationImageNet-R--
36
Image ClassificationStanford Cars
Top-1 Accuracy (Clean)46.31
29
ClassificationOxford Pets zero-shot
Accuracy (Zero-Shot)89.4
26
Showing 10 of 48 rows

Other info

Code

Follow for update