paper-with-me

Papers

Reset It and Forget It: Relearning Last-Layer Weights Improves Continual and Transfer Learning

2023-10-12 · Lapo Frati, Neil Traft, Jeff Clune, Nick Cheney

This work identifies a simple pre-training mechanism that leads to representations exhibiting better continual and transfer learning. This mechanism -- the repeated resetting of weights in the last layer, which we nickname "zapping" -- was originally designed for a meta-continual-learning procedure, yet we show it is surprisingly applicable in many settings beyond both meta-learning and continual learning. In our experiments, we wish to transfer a pre-trained image classifier to a new set of classes, in a few shots. We show that our zapping procedure results in improved transfer accuracy and/or more rapid adaptation in both standard fine-tuning and continual learning settings, while being simple to implement and computationally efficient. In many cases, we achieve performance on par with state of the art meta-learning without needing the expensive higher-order gradients, by using a combination of zapping and sequential learning. An intuitive explanation for the effectiveness of this zapping procedure is that representations trained with repeated zapping learn features that are capable of rapidly adapting to newly initialized classifiers. Such an approach may be considered a computationally cheaper type of, or alternative to, meta-learning rapidly adaptable features with higher-order gradients. This adds to recent work on the usefulness of resetting neural network parameters during training, and invites further investigation of this mechanism.

📄 PDF Abstract BibTeX arXiv:2310.07996

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningMeta-LearningTransfer Learning

Similar Papers 제목 키워드 기반

Distance Is Not Enough: Forget-Retain Alignment Gap Predicts LLM Relearning Robustness

2026-08-26 · Yi Chen, Hanna Hsieh, Shuhong Liu, Chuanbo Hua 외 arxiv

Machine unlearning aims to make a model forget specific data, yet unlearned LLMs often fail to stay unlearned: brief fine-tuning can revive removed knowledge. Existing robustness predictors rely on global weight-space di…

The Effectiveness of Random Forgetting for Robust Generalization

2024-02-18 · Vijaya Raghavan T Ramkumar, Bahram Zonooz, Elahe Arani

Deep neural networks are susceptible to adversarial attacks, which can compromise their performance and accuracy. Adversarial Training (AT) has emerged as a popular approach for protecting neural networks against such at…

Efficient Unlearning through Maximizing Relearning Convergence Delay

2026-04-10 · Khoa Tran, Simon S. Woo arxiv

Machine unlearning poses challenges in removing mislabeled, contaminated, or problematic data from a pretrained model. Current unlearning approaches and evaluation metrics are solely focused on model predictions, which l…

Elastic Weight Consolidation for Reduction of Catastrophic Forgetting in GPT-2

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Neural networks are naturally prone to the effects of catastrophic forgetting during fine-tuning. Despite the extensive adoption of transformers, little research has been done to investigate the effects of catastrophic f…

Improving Language Plasticity via Pretraining with Active Forgetting

2023-07-03 · NeurIPS 2023 11 · Yihong Chen, Kelly Marchisio, Roberta Raileanu, David Ifeoluwa Adelani 외

Pretrained language models (PLMs) are today the primary model for natural language processing. Despite their impressive downstream performance, it can be difficult to apply PLMs to new languages, a barrier to making thei…

Meta-Learning